This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from b636038 Define the __STDC_FORMAT_MACROS to avoid test failure on some [...] new ab0fc85 [OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
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: runtime/src/kmp.h | 46 +++++---- runtime/src/kmp_barrier.cpp | 24 ++--- runtime/src/kmp_cancel.cpp | 10 +- runtime/src/kmp_csupport.cpp | 25 +++-- runtime/src/kmp_debugger.cpp | 2 + runtime/src/kmp_global.cpp | 42 ++++---- runtime/src/kmp_io.cpp | 4 +- runtime/src/kmp_lock.cpp | 104 +++++++++---------- runtime/src/kmp_lock.h | 34 ++++--- runtime/src/kmp_omp.h | 2 + runtime/src/kmp_os.h | 40 ++++++++ runtime/src/kmp_runtime.cpp | 26 +++-- runtime/src/kmp_taskdeps.cpp | 29 +++--- runtime/src/kmp_tasking.cpp | 107 ++++++++++---------- runtime/src/kmp_wait_release.h | 204 +++++++++++++++++++++++++++++--------- runtime/src/z_Linux_util.cpp | 10 +- runtime/src/z_Windows_NT_util.cpp | 4 +- 17 files changed, 433 insertions(+), 280 deletions(-)