index
:
delta/libatomic_ops.git
add-aarch64-support
add-dbl-load-store
add-stdatomic-h
atomics-exp
baserock/morph
draft-coveralls-linux
draft-travis
gcc-atomics-mips
master
ppc-aix
ppc-gcc-atomics
release-7_2
release-7_4
release-7_6
release-7_8
test-stack-osx
github.com: ivmai/libatomic_ops.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Travis CI: Test mingw build with --disable-static
Ivan Maidanski
2021-11-08
1
-1
/
+1
*
Support build with CMake
Ivan Maidanski
2021-11-08
6
-3
/
+380
*
Explicitly outline symbols exported in AO shared libraries
Ivan Maidanski
2021-11-08
10
-46
/
+96
*
Hide AO_free_list symbol
Ivan Maidanski
2021-11-07
1
-1
/
+1
*
Remove 'lib' prefix for atomic_ops[_gpl].lib in Makefile.msft
Ivan Maidanski
2021-11-07
5
-25
/
+23
*
Fix a typo in description of libatomic_ops.lib in README_win32.txt
Ivan Maidanski
2021-11-07
1
-1
/
+1
*
Build libatomic_ops.lib by Makefile.msft (MS VC)
Ivan Maidanski
2021-11-07
3
-25
/
+39
*
Ensure atomic_ops.c global symbols are always declared as extern 'C'
Ivan Maidanski
2021-11-06
2
-2
/
+35
*
Add AUTHORS file to the list of installed documentation
Ivan Maidanski
2021-11-04
1
-1
/
+2
*
Reference AUTHORS file in README
Ivan Maidanski
2021-11-04
1
-0
/
+2
*
Travis CI: Test configure --disable-gpl
Ivan Maidanski
2021-11-02
1
-0
/
+3
*
New configure option (--disable-gpl) to skip building of libatomic_ops_gpl
Ivan Maidanski
2021-11-02
5
-14
/
+40
*
Move all README and license files to the top folder
Ivan Maidanski
2021-11-01
10
-16
/
+18
*
Adjust/reformat text of LICENSING.txt
Ivan Maidanski
2021-11-01
2
-9
/
+12
*
Update AUTHORS file (add David Mosberger)
Ivan Maidanski
2021-11-01
1
-0
/
+1
*
Add note to README that AO malloc code has same license as AO stack
Ivan Maidanski
2021-11-01
1
-0
/
+3
*
AppVeyor CI: Add builds for arm and arm64
Ivan Maidanski
2021-10-30
1
-0
/
+4
*
AppVeyor CI: Update image to VS 2019
Ivan Maidanski
2021-10-30
1
-7
/
+10
*
AppVeyor CI: Specify VS 2015 image explicitly
Ivan Maidanski
2021-10-30
1
-10
/
+11
*
AppVeyor CI: Treat compiler warnings as errors
Ivan Maidanski
2021-10-30
1
-2
/
+3
*
Add goal to Makefile.msft to build all tests but not execute them
Ivan Maidanski
2021-10-30
1
-2
/
+7
*
AppVeyor CI: Do not define AO_USE_PENTIUM4_INSTRS
Ivan Maidanski
2021-10-30
1
-1
/
+1
*
Document config macros in README_win32 and remove them from configure
Ivan Maidanski
2021-10-30
2
-10
/
+19
*
Always use 'mfence' for nop_full if target CPU supports SSE2 (MS VC/x86)
Ivan Maidanski
2021-10-29
1
-0
/
+5
*
Define double_compare_and_swap_full if MS VS 2017+ (x86)
Ivan Maidanski
2021-10-29
2
-6
/
+6
*
Refine AO_UNIPROCESSOR macro description in configure
Ivan Maidanski
2021-10-29
1
-1
/
+2
*
Do not name GCC intrinsics as C11 ones in ChangeLog and configure
Ivan Maidanski
2021-10-29
2
-7
/
+7
*
Build test object and executable files in tests folder (MS VC)
Ivan Maidanski
2021-10-27
1
-17
/
+20
*
Fix text formatting (missing space) in README_win32.txt
Ivan Maidanski
2021-10-27
1
-1
/
+1
*
AppVeyor CI: Run nmake check instead of check-noautogen
Ivan Maidanski
2021-10-27
1
-1
/
+1
*
Support test_atomic with MS build w/o the need to run GNU make first
Ivan Maidanski
2021-10-27
3
-8
/
+5267
*
Travis CI: Test with char type treated as unsigned (x86 and x86_64)
Ivan Maidanski
2021-10-26
1
-2
/
+2
*
AppVeyor CI: Test with char type treated as unsigned char
Ivan Maidanski
2021-10-26
1
-1
/
+1
*
Fix test_and_set for MS VC if char is unsigned
Ivan Maidanski
2021-10-26
1
-8
/
+11
*
Travis CI: Run distcheck on focal with automake-1.16.5
Ivan Maidanski
2021-10-25
1
-6
/
+6
*
Enforce most strict level of compiler warnings (MS VC)
Ivan Maidanski
2021-10-24
1
-2
/
+2
*
Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
Ivan Maidanski
2021-10-24
1
-0
/
+1
*
Implement and/or/xor for AO_t, short and int types (MS VC)
Ivan Maidanski
2021-10-24
1
-0
/
+348
*
Implement nf/acq/rel variants of primitives on Windows RT (MS VC)
Ivan Maidanski
2021-10-24
1
-0
/
+524
*
Implement AO_test_and_set using InterlockedExchange8 (MS VC)
Ivan Maidanski
2021-10-24
5
-30
/
+78
*
Travis CI: Ignore expired certificate reported by wget
Ivan Maidanski
2021-10-21
1
-5
/
+6
*
Fix ifndef in msftc/arm64.h
Ivan Maidanski
2021-10-21
1
-1
/
+1
*
Support double-wide CAS on armv7+ (MS VC)
Ivan Maidanski
2021-10-20
1
-4
/
+60
*
Support double-wide CAS on UWP/arm64 (MS VC)
Ivan Maidanski
2021-10-20
5
-4
/
+121
*
Do not assume 'ordered except earlier write' for UWP/arm64
Ivan Maidanski
2021-10-20
1
-1
/
+2
*
Force AO_USE_INTERLOCKED_INTRINSICS in msftc/x86_64.h
Ivan Maidanski
2021-10-20
2
-1
/
+4
*
AppVeyor CI: Rename configuration file to .appveyor.yml
Ivan Maidanski
2021-10-19
1
-0
/
+0
*
Travis CI: Change from gcc-9 to gcc-11 (except for multilib)
Ivan Maidanski
2021-10-19
1
-10
/
+15
*
Travis CI: Change clang-8/9 to clang-12
Ivan Maidanski
2021-10-19
1
-30
/
+30
*
Move all non-double intrinsic-based primitives to msftc/common32_defs.h
Ivan Maidanski
2021-10-19
4
-254
/
+153
[next]