summaryrefslogtreecommitdiff
path: root/atomic
Commit message (Expand)AuthorAgeFilesLines
* Address some warnings raised by MSVC-32/64.Yann Ylavic2019-04-031-39/+11
* atomics: follow up to r1841078: provide specific initializer for generic 64bitYann Ylavic2019-01-179-12/+37
* Add in Atomics for 64bit intsJim Jagielski2018-09-173-0/+335
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.Yann Ylavic2016-10-069-20/+20
* Fix errors when building on Visual Studio 2013 whileGregg Lewis Smith2015-04-241-49/+8
* Fix amd64 assembler version of apr_atomic_xchgptr()Stefan Fritsch2013-04-211-1/+1
* Fix PPC atomics to work with gcc 4.0Stefan Fritsch2013-04-201-24/+24
* Added blocking for MSVC pragma.Guenter Knauf2011-03-251-0/+2
* Some folks are ignoring the Tab prohibitionsWilliam A. Rowe Jr2010-03-222-84/+84
* * Fix some gcc compiler warnings on SolarisRuediger Pluem2008-06-041-1/+1
* Apparently I'm too wordy, even the compiler agrees.William A. Rowe Jr2007-10-241-1/+1
* Match win32's volatility declaration (except for mingw)William A. Rowe Jr2007-10-231-1/+3
* implement apr_atomic_xchgptr() for z/OSJeff Trawick2007-10-221-0/+17
* Implement apr_atomic_casptr() for z/OS.Jeff Trawick2007-10-181-0/+24
* * Fix compiler warning.Ruediger Pluem2007-10-141-1/+1
* * Dereference mem as it is a double pointer.Ruediger Pluem2007-10-141-1/+1
* Cleanup asm constraints (+ operand is both read and written by the instruction)Davi Arnaut2007-08-041-12/+9
* Prefer solaris builtins even on x86, and fix a compiler warning.Davi Arnaut2007-08-041-1/+1
* Fix win32 stub for apr_atomic_xchgptr.Davi Arnaut2007-07-121-1/+1
* Fix a mis-merge of PPC memory barriers.Davi Arnaut2007-07-111-4/+2
* Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointerDavi Arnaut2007-07-108-0/+116
* New apr_atomic implementation for S/390 native atomic operations.Davi Arnaut2007-07-071-0/+132
* New apr_atomic implementation for PowerPC native atomic operations.Davi Arnaut2007-07-041-0/+178
* New apr_atomic implementation for Solaris 10 native atomic operations.Davi Arnaut2007-07-041-0/+74
* New apr_atomic implementation for ia32 (x86 and x86_64) native atomic operati...Davi Arnaut2007-07-041-0/+111
* Given a modern compiler, this patch provides fast atomic operations on variousDavi Arnaut2007-07-041-0/+74
* This patch tries to address some of the apr_atomic problems by reorganizingDavi Arnaut2007-07-042-464/+192
* Avoid overwriting the hash_mutex table for applications that incorrectly callsDavi Arnaut2007-06-301-0/+16
* Fix up integer type on Solaris 10 (gcc) compiles.Justin Erenkrantz2006-08-311-1/+1
* Fix the typo.Joe Orton2006-08-034-4/+4
* Update license header.Joe Orton2006-08-034-24/+24
* Add __MINGW32__ versions of the Win32 Atomic functions, that all do their own...Paul Querna2006-07-151-1/+15
* Implement apr_atomics using Solaris' native atomic API.Colm MacCarthaigh2006-06-131-0/+55
* These args can't be volatile in MSVC 14.William A. Rowe Jr2006-01-131-1/+1
* These operations are NOT necessarily function-based on 64 bitWilliam A. Rowe Jr2005-05-161-0/+20
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Remove .cvsignore files.Joe Orton2004-11-182-8/+0
* WIN64: avoid unresolved external error with 64 bit buildAllan K. Edwards2004-09-201-0/+8
* * atomic/unix/apr_atomic.c: Force use of generic atomics if gccJoe Orton2004-09-131-0/+6
* Fixed apr_atomic_dec on NetWare to be thread safeJean-Jacques Clar2004-09-021-2/+1
* Quiet build breakage on VC6 with the originally shipped includesWilliam A. Rowe Jr2004-04-161-5/+16
* Relicense.Joe Orton2004-02-281-49/+10
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-133-147/+30
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-052-27/+0
* Clean up configure logic for enabling "nonportable" atomics: don'tJoe Orton2004-01-061-2/+6
* * atomic/unix/apr_atomic.c: Enable x86 asm on AMD64.Joe Orton2004-01-061-1/+2
* * atomic/solaris_sparc: Remove now-unused leftovers ofJoe Orton2003-12-313-33/+0
* * apr_atomic.c: Remove use of atomic_* from FreeBSD'sJoe Orton2003-12-311-30/+0
* Review of x86 asm, fixing intel_atomic_add32 with gcc 2.7.2.1 whichJoe Orton2003-12-161-13/+10
* enable i386 atomics for gcc on any platform...Jeff Trawick2003-12-151-2/+1