summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DRAFT 178 - test on arm64 -O0 with assertionsdraft-travisIvan Maidanski2022-01-042-693/+4
* Revert "Travis CI: Change _FORTIFY_SOURCE level to 3rd one"Ivan Maidanski2021-12-251-3/+3
* Travis CI: Change _FORTIFY_SOURCE level to 3rd oneIvan Maidanski2021-12-251-3/+3
* Replace obsolete AC_TRY_COMPILE with AC_COMPILE_IFELSE in configureIvan Maidanski2021-12-231-5/+7
* Replace obsolete AC_HELP_STRING with AS_HELP_STRING in configureIvan Maidanski2021-12-231-7/+7
* Support space-separated flags in CFLAGS_EXTRAIvan Maidanski2021-12-231-1/+2
* Update ChangeLog fileIvan Maidanski2021-11-261-0/+27
* Refine LICENSE and README about code parts covered by MIT and GPL-2.0Ivan Maidanski2021-11-262-46/+48
* Update ChangeLog file (v7.6 changes)Ivan Maidanski2021-11-151-0/+9
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2021-11-151-0/+5
* Add repology.org badge to READMEIvan Maidanski2021-11-091-0/+1
* Rename project to libatomic_ops in CMake scriptIvan Maidanski2021-11-092-2/+2
* Travis CI: Add CMake-based testsIvan Maidanski2021-11-091-5/+41
* AppVeyor CI: Test also with CMakeIvan Maidanski2021-11-091-11/+38
* Remove broken support of bcc and wcc compilers from CMake scriptIvan Maidanski2021-11-091-11/+2
* Rename LICENSING.txt to LICENSEIvan Maidanski2021-11-084-5/+5
* .gitignore: Ignore CMake-generated files in base folderIvan Maidanski2021-11-081-0/+27
* Travis CI: Test mingw build with --disable-staticIvan Maidanski2021-11-081-1/+1
* Support build with CMakeIvan Maidanski2021-11-086-3/+380
* Explicitly outline symbols exported in AO shared librariesIvan Maidanski2021-11-0810-46/+96
* Hide AO_free_list symbolIvan Maidanski2021-11-071-1/+1
* Remove 'lib' prefix for atomic_ops[_gpl].lib in Makefile.msftIvan Maidanski2021-11-075-25/+23
* Fix a typo in description of libatomic_ops.lib in README_win32.txtIvan Maidanski2021-11-071-1/+1
* Build libatomic_ops.lib by Makefile.msft (MS VC)Ivan Maidanski2021-11-073-25/+39
* Ensure atomic_ops.c global symbols are always declared as extern 'C'Ivan Maidanski2021-11-062-2/+35
* Add AUTHORS file to the list of installed documentationIvan Maidanski2021-11-041-1/+2
* Reference AUTHORS file in READMEIvan Maidanski2021-11-041-0/+2
* Travis CI: Test configure --disable-gplIvan Maidanski2021-11-021-0/+3
* New configure option (--disable-gpl) to skip building of libatomic_ops_gplIvan Maidanski2021-11-025-14/+40
* Move all README and license files to the top folderIvan Maidanski2021-11-0110-16/+18
* Adjust/reformat text of LICENSING.txtIvan Maidanski2021-11-012-9/+12
* Update AUTHORS file (add David Mosberger)Ivan Maidanski2021-11-011-0/+1
* Add note to README that AO malloc code has same license as AO stackIvan Maidanski2021-11-011-0/+3
* AppVeyor CI: Add builds for arm and arm64Ivan Maidanski2021-10-301-0/+4
* AppVeyor CI: Update image to VS 2019Ivan Maidanski2021-10-301-7/+10
* AppVeyor CI: Specify VS 2015 image explicitlyIvan Maidanski2021-10-301-10/+11
* AppVeyor CI: Treat compiler warnings as errorsIvan Maidanski2021-10-301-2/+3
* Add goal to Makefile.msft to build all tests but not execute themIvan Maidanski2021-10-301-2/+7
* AppVeyor CI: Do not define AO_USE_PENTIUM4_INSTRSIvan Maidanski2021-10-301-1/+1
* Document config macros in README_win32 and remove them from configureIvan Maidanski2021-10-302-10/+19
* Always use 'mfence' for nop_full if target CPU supports SSE2 (MS VC/x86)Ivan Maidanski2021-10-291-0/+5
* Define double_compare_and_swap_full if MS VS 2017+ (x86)Ivan Maidanski2021-10-292-6/+6
* Refine AO_UNIPROCESSOR macro description in configureIvan Maidanski2021-10-291-1/+2
* Do not name GCC intrinsics as C11 ones in ChangeLog and configureIvan Maidanski2021-10-292-7/+7
* Build test object and executable files in tests folder (MS VC)Ivan Maidanski2021-10-271-17/+20
* Fix text formatting (missing space) in README_win32.txtIvan Maidanski2021-10-271-1/+1
* AppVeyor CI: Run nmake check instead of check-noautogenIvan Maidanski2021-10-271-1/+1
* Support test_atomic with MS build w/o the need to run GNU make firstIvan Maidanski2021-10-273-8/+5267
* Travis CI: Test with char type treated as unsigned (x86 and x86_64)Ivan Maidanski2021-10-261-2/+2
* AppVeyor CI: Test with char type treated as unsigned charIvan Maidanski2021-10-261-1/+1