summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog file (set v7.4.18 release date)Ivan Maidanski2022-08-251-1/+1
* Update ChangeLog file (set v7.2k release date)Ivan Maidanski2022-08-251-1/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2022-08-251-0/+5
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2022-08-251-0/+11
* Do not use include_directories(src) in CMakeLists.txtIvan Maidanski2022-08-241-8/+6
* Use target_compile_definitions instead of target_compile_options (CMake)Ivan Maidanski2022-08-241-3/+4
* Do not use add_definitions in favor of add_compile_definitions (CMake)Ivan Maidanski2022-08-241-6/+6
* Pass -D HAVE_MMAP to compiler only for atomic_ops_gpl files (CMake)Ivan Maidanski2022-08-241-3/+3
* Avoid 'cast increases required alignment' warnings in atomic_ops_malloc.cIvan Maidanski2022-08-241-8/+11
* Travis CI: Pass --verbose option to cmake only on FreeBSDIvan Maidanski2022-08-191-1/+2
* Travis CI: Treat CMake script warnings as errorsIvan Maidanski2022-08-191-2/+1
* Travis CI: Print cmake version (if building with cmake)Ivan Maidanski2022-08-191-0/+3
* AppVeyor CI: Remove 'cd' command before 'ctest' oneIvan Maidanski2022-08-191-1/+1
* Set default build type to RelWithDebInfo (CMake)Ivan Maidanski2022-08-191-1/+13
* AppVeyor CI: Build with CMake from a separate folderIvan Maidanski2022-08-191-2/+3
* Travis CI: Use CMAKE_BUILD_TYPE instead of cmake --configIvan Maidanski2022-08-191-18/+13
* AppVeyor CI: Test with non-default CMAKE_BUILD_TYPEIvan Maidanski2022-08-191-2/+2
* AppVeyor CI: Turn on parallel mode in CMake testIvan Maidanski2022-08-191-1/+1
* Travis CI: Turn on parallel mode in CMake testIvan Maidanski2022-08-191-1/+1
* AppVeyor CI: Turn on verbose mode in builds by CMakeIvan Maidanski2022-08-191-1/+1
* Travis CI: Turn on verbose mode in builds by CMakeIvan Maidanski2022-08-191-1/+1
* Fix AO_compare_and_swap_full asm code for clang on sparcIvan Maidanski2022-08-101-12/+6
* Update Travis CI badge URL in READMEIvan Maidanski2022-08-031-1/+1
* Add OpenSSF Best Practices badge to READMEIvan Maidanski2022-08-031-0/+1
* Use GCC atomic intrinsics for sparcIvan Maidanski2022-08-011-2/+9
* Properly place comment about minimal support in tile.hIvan Maidanski2022-07-301-2/+2
* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SETIvan Maidanski2022-07-291-4/+8
* Refine copyright terms in GPL source filesIvan Maidanski2022-05-199-59/+216
* Add FOSSA badge to READMEIvan Maidanski2022-05-191-1/+1
* Remove extra space after comma in MIT-like license termsIvan Maidanski2022-05-0116-16/+16
* Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on CygwinIvan Maidanski2022-02-201-1/+2
* Avoid AO_stack_t to cross CPU cache line boundaryIvan Maidanski2022-02-201-1/+31
* Repeat black list check on CAS fail in stack_push_explicit_aux_releaseIvan Maidanski2022-02-201-9/+8
* Remove redundant assert in AO_stack_pop_explicit_aux_acquireIvan Maidanski2022-02-191-2/+1
* Travis CI: Test with NO_TIMESIvan Maidanski2022-02-181-1/+1
* Eliminate 'exper_n is declared but not used' compiler warning if NO_TIMESIvan Maidanski2022-02-181-1/+2
* Split test_stack main into several functionsIvan Maidanski2022-02-181-106/+122
* Rename AO_real_head/next_ptr to AO_stack_head/next_ptrIvan Maidanski2022-02-182-6/+6
* New AO_stack_is_lock_free API functionIvan Maidanski2022-02-184-4/+14
* Eliminate 'le::next is never used' cppcheck warning in test_stackIvan Maidanski2022-02-181-0/+3
* Avoid breaking strict-aliasing rules in test_stackIvan Maidanski2022-02-171-17/+22
* Do not output multiple 'Found duplicate' error messages in test_stackIvan Maidanski2022-02-171-1/+1
* Avoid breaking strict-aliasing rules in cons() of test_mallocIvan Maidanski2022-02-171-3/+4
* Remove redundant cast to AO_t in lock-free AO_stack_pop_acquireIvan Maidanski2022-02-171-1/+1
* Move gcc-4/alpha workaround outside AO_stack_pop_explicit_aux_acquireIvan Maidanski2022-02-171-12/+9
* Travis CI: Workaround 'value of AO_API unknown' cppcheck info messagesIvan Maidanski2022-02-171-1/+1
* Travis CI: Test almost-lock-free with a bigger AO_BL_SIZEIvan Maidanski2022-02-171-1/+1
* Revert "Travis CI: Test with CPPCHECK defined"Ivan Maidanski2022-02-161-1/+1
* Travis CI: Test with CPPCHECK definedIvan Maidanski2022-02-151-1/+1
* Travis CI: Output contents of test_stack.logIvan Maidanski2022-02-151-0/+1