This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from bb2634a [libomptarget] Fix typos and grammar in error messages, NFC. new d4b1149 [OpenMP] Remove OMP spec versioning
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: README.rst | 8 +- runtime/CMakeLists.txt | 23 +- runtime/cmake/LibompDefinitions.cmake | 1 - runtime/cmake/LibompExports.cmake | 10 +- runtime/cmake/LibompHandleFlags.cmake | 12 - runtime/src/CMakeLists.txt | 6 +- runtime/src/dllexports | 41 +- runtime/src/include/30/omp.h.var | 164 ---- runtime/src/include/30/omp_lib.f.var | 643 --------------- runtime/src/include/30/omp_lib.f90.var | 364 --------- runtime/src/include/30/omp_lib.h.var | 648 ---------------- runtime/src/include/40/omp.h.var | 160 ---- runtime/src/include/40/omp_lib.f.var | 773 ------------------ runtime/src/include/40/omp_lib.f90.var | 454 ----------- runtime/src/include/40/omp_lib.h.var | 566 -------------- runtime/src/include/45/omp.h.var | 196 ----- runtime/src/include/45/omp_lib.f.var | 860 --------------------- runtime/src/include/45/omp_lib.f90.var | 523 ------------- runtime/src/include/45/omp_lib.h.var | 644 --------------- runtime/src/include/{50 => }/omp-tools.h.var | 8 +- runtime/src/include/{50 => }/omp.h.var | 2 +- runtime/src/include/{50 => }/omp_lib.f.var | 2 +- runtime/src/include/{50 => }/omp_lib.f90.var | 2 +- runtime/src/include/{50 => }/omp_lib.h.var | 2 +- runtime/src/kmp.h | 183 +---- runtime/src/kmp_affinity.cpp | 47 +- runtime/src/kmp_alloc.cpp | 5 +- runtime/src/kmp_atomic.cpp | 86 +-- runtime/src/kmp_atomic.h | 8 - runtime/src/kmp_barrier.cpp | 32 +- runtime/src/kmp_cancel.cpp | 6 +- runtime/src/kmp_config.h.cmake | 5 - runtime/src/kmp_csupport.cpp | 58 -- runtime/src/kmp_debugger.cpp | 6 - runtime/src/kmp_dispatch.cpp | 34 +- runtime/src/kmp_dispatch.h | 2 - runtime/src/kmp_dispatch_hier.h | 2 - runtime/src/kmp_ftn_entry.h | 30 - runtime/src/kmp_ftn_os.h | 40 - runtime/src/kmp_global.cpp | 15 - runtime/src/kmp_gsupport.cpp | 35 +- runtime/src/kmp_omp.h | 8 +- runtime/src/kmp_os.h | 2 - runtime/src/kmp_runtime.cpp | 333 ++------ runtime/src/kmp_sched.cpp | 16 +- runtime/src/kmp_settings.cpp | 139 +--- runtime/src/kmp_settings.h | 2 - runtime/src/kmp_stub.cpp | 6 - runtime/src/kmp_stub.h | 2 - runtime/src/kmp_taskdeps.cpp | 8 - runtime/src/kmp_taskdeps.h | 4 - runtime/src/kmp_tasking.cpp | 159 +--- runtime/src/kmp_version.cpp | 11 +- runtime/src/kmp_wait_release.h | 23 +- runtime/src/ompt-event-specific.h | 5 - runtime/src/ompt-internal.h | 6 +- runtime/src/z_Linux_util.cpp | 4 - runtime/src/z_Windows_NT_util.cpp | 2 - runtime/test/affinity/format/lit.local.cfg | 2 - runtime/test/lit.cfg | 9 - runtime/test/lit.site.cfg.in | 1 - .../test/ompt/misc/control_tool_no_ompt_support.c | 2 - runtime/test/tasking/kmp_task_reduction_nest.cpp | 1 - 63 files changed, 170 insertions(+), 7281 deletions(-) delete mode 100644 runtime/src/include/30/omp.h.var delete mode 100644 runtime/src/include/30/omp_lib.f.var delete mode 100644 runtime/src/include/30/omp_lib.f90.var delete mode 100644 runtime/src/include/30/omp_lib.h.var delete mode 100644 runtime/src/include/40/omp.h.var delete mode 100644 runtime/src/include/40/omp_lib.f.var delete mode 100644 runtime/src/include/40/omp_lib.f90.var delete mode 100644 runtime/src/include/40/omp_lib.h.var delete mode 100644 runtime/src/include/45/omp.h.var delete mode 100644 runtime/src/include/45/omp_lib.f.var delete mode 100644 runtime/src/include/45/omp_lib.f90.var delete mode 100644 runtime/src/include/45/omp_lib.h.var rename runtime/src/include/{50 => }/omp-tools.h.var (99%) rename runtime/src/include/{50 => }/omp.h.var (99%) rename runtime/src/include/{50 => }/omp_lib.f.var (99%) rename runtime/src/include/{50 => }/omp_lib.f90.var (99%) rename runtime/src/include/{50 => }/omp_lib.h.var (99%)