summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [DRAFT] test ao stack on osx #6test-stack-osxIvan Maidanski2017-01-112-26/+7
* Fix AO_stack build failure on OS X 10.7 because of missing CAS (x86)Ivan Maidanski2016-12-291-1/+4
* Fix AO_stack build failure on OS X 10.7 because of missing CAS (x86_64)Ivan Maidanski2016-12-281-0/+3
* .gitignore: Properly ignore sym-linked folders of code analysis toolsIvan Maidanski2016-12-141-2/+2
* .gitignore: Ignore folders and files of static code analysis toolsIvan Maidanski2016-12-131-0/+7
* Support CFLAGS_EXTRA to pass extra user-defined compiler flags (configure)Ivan Maidanski2016-12-103-0/+7
* Travis CI configuration: turn on assertion checkingIvan Maidanski2016-12-081-1/+1
* Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski2016-12-071-4/+4
* Workaround 'uninitialized memory use' MemorySanitizer warning (test_atomic)Ivan Maidanski2016-12-051-1/+4
* Update ChangeLog fileIvan Maidanski2016-11-261-0/+4
* Update ChangeLog file (v7.4 changes)Ivan Maidanski2016-11-261-0/+1
* Workaround a bug in double-wide intrinsics of Clang/x64 with ASan enabledIvan Maidanski2016-11-242-2/+13
* Code refactoring of Clang double-wide intrinsic workarounds (gcc/x86)Ivan Maidanski2016-11-242-28/+29
* Undefine internal macros that are defined solely for generic.hIvan Maidanski2016-11-232-0/+14
* Fix GCC -Wpedantic checking in configureIvan Maidanski2016-11-221-1/+3
* Report gcc/clang pedantic warnings (configure)Ivan Maidanski2016-11-221-1/+9
* Refine AO_nop_write comment for ARM big.LITTLE architectureIvan Maidanski2016-11-181-1/+2
* Fix powerpc detection on AIX (gcc)Tobias Leich2016-11-181-1/+2
* Do not define print_list() unless used (tests)Ivan Maidanski2016-11-142-0/+4
* Fix indentation of #endif in s390.hIvan Maidanski2016-11-121-1/+1
* Update AUTHORS file (add 'Tobias Leich')Ivan Maidanski2016-11-101-0/+1
* Implement fetch-CAS for s390[x] (gcc)Tobias Leich2016-11-101-1/+18
* Update ChangeLog fileIvan Maidanski2016-11-081-3/+22
* Update ChangeLog file (v7.4 changes)Ivan Maidanski2016-11-081-0/+2
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2016-11-081-0/+22
* Remove spaces at EOLn in asm codeIvan Maidanski2016-11-082-32/+32
* Fix (improve) AO_REQUIRE_CAS description in READMEIvan Maidanski2016-11-021-3/+3
* Add *_and/or/xor* and *_[fetch_]compare_and_swap* tests to test_atomicIvan Maidanski2016-11-011-0/+182
* Fix reporting about missing and/or/xor_dd_acquire_read (test_atomic)Ivan Maidanski2016-11-011-3/+18
* Fix missing double_compare_and_swap_dd_acquire_readIvan Maidanski2016-11-011-0/+16
* Workaround 'value of MAP_ANON unknown' cppcheck info messageIvan Maidanski2016-10-261-1/+3
* Suppress 'ISO C does not support __int128 type' GCC/Clang pedantic warningIvan Maidanski2016-10-251-1/+15
* Fix test_malloc failure if CPPCHECK is definedIvan Maidanski2016-10-251-2/+2
* Workaround 'function is never used' cppcheck style warningsIvan Maidanski2016-10-252-2/+17
* Add dd_acquire_read case to test_atomicIvan Maidanski2016-10-252-0/+2
* Hide AO_locks symbolIvan Maidanski2016-10-251-1/+1
* Workaround 'value of macro is unknown' cppcheck information messagesIvan Maidanski2016-10-181-2/+2
* Merge branch 'ppc-aix'Ivan Maidanski2016-10-172-104/+78
|\
| * Update AUTHORS fileppc-aixIvan Maidanski2016-10-101-0/+1
| * Support AIX/ppc (gcc)Jean Girardet2016-10-101-16/+34
| * Code refactoring of gcc/powerpc.h to avoid code duplicationIvan Maidanski2016-10-071-96/+51
* | Fix 'variable new value is never used' cppcheck style warningIvan Maidanski2016-10-171-1/+4
* | Workaround 'overflow in pointer subtraction' cppcheck warningIvan Maidanski2016-10-171-3/+5
* | Eliminate 'ISO C90 does not support long long' compiler pedantic warningIvan Maidanski2016-10-121-7/+6
* | Eliminate 'cast to long from void*' compiler warning in test_atomicIvan Maidanski2016-10-121-6/+2
* | Fix missing printed value names (test_stack)Ivan Maidanski2016-10-111-4/+4
* | Eliminate 'scope of variable can be reduced' cppcheck warning in AO_stackIvan Maidanski2016-10-111-1/+2
|/
* Fix 'visibility' of some CPU-specific internal macrosIvan Maidanski2016-10-078-0/+32
* Workaround '#error' cppcheck error messagesIvan Maidanski2016-10-055-7/+12
* Fix typos in 'error' pragma messagesIvan Maidanski2016-10-054-5/+5