2012-03-05 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Ivan Maidanski | configure: Require automake 2.61 instead of 2.63 |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Ivan Maidanski | Replace pointer relational comparisons with non-pointer... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Ivan Maidanski | Fix a typo in comment |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Ivan Maidanski | configure: Require automake 2.63 (widely spread) instea... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ivan Maidanski | Update TODO file (add FIXME note for clang) |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Ivan Maidanski | Remove unused and hide some inner symbols in atomic_ops... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Ivan Maidanski | Suppress compiler warning in atomic_ops_malloc |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ivan Maidanski | configure: Specify bug reports email in AC_INIT |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ivan Maidanski | README: Add bug reports address |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Ivan Maidanski | test_stack: check_list() code refactoring and 'marks... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Ivan Maidanski | Change function prototype specifications to follow... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bruno Haible | Add autogen.sh file |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ivan Maidanski | Replace repeating '==' in documentation with a single one |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Ivan Maidanski | Update TODO file (remove FIXME - problem caused by... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Ivan Maidanski | Update TODO file (remove FIXME - problem fixed in GCC... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Ivan Maidanski | .gitignore: Ignore config.cache |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Ivan Maidanski | Code refactoring of gcc/arm.h by introducing AO_ARM_HAV... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Ivan Maidanski | Fix __ARM_ARCH_5__ macro handling for Android NDK ... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Ivan Maidanski | Merge branch 'ao_val_cas' |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Ivan Maidanski | .gitignore: Ignore Gcov files (.gcda, .gcno) |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Ivan Maidanski | .gitignore: Ignore binary files (.a, .exe, .o, etc... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Ivan Maidanski | configure: Do not pass '-Wextra' option to GCC if unsup... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Ivan Maidanski | Define NDEBUG via config.h instead of CFLAGS; |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Ivan Maidanski | Recognize AO_PREFER_GENERALIZED to favor generalization... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Ivan Maidanski | Add new macro (AO_PREFER_GENERALIZED) to favor generali... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Ivan Maidanski | Remove unused InterlockedExchange/ReadWriteBarrier... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ivan Maidanski | Add all AO control macros to configure (as templates) |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ivan Maidanski | Prevent AO_USE_SYNC_CAS_BUILTIN redefinition in atomic_... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ivan Maidanski | On altering CFLAGS value in configure place client... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Ivan Maidanski | Workaround ICE9 A1 chip LL bug (MIPS) |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Ivan Maidanski | Implement fetch_and_add, test_and_set primitives for... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Ivan Maidanski | Implement AO_fetch_compare_and_swap for MIPS |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ivan Maidanski | Reformat gcc/ia64.h code |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ivan Maidanski | Merge branch 'ao_t_is_int-fix' into master |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ivan Maidanski | Generalize acquire/release/full CAS primitives for... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ivan Maidanski | Include ao_t_is_int.h from atomic_ops.h after first... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ivan Maidanski | Fix generalization for IA-64, Hexagon (include generali... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Ivan Maidanski | Merge branch 'ao_val_cas' |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Ivan Maidanski | Remove "function untested" notes in code for PowerPC |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Andreas Tobler | Fix AO_fetch_compare_and_swap (PowerPC) inline asm... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Ivan Maidanski | Merge branch 'master' into ao_val_cas |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Ivan Maidanski | Define 'w' local variable in test_atomic_include.h... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ivan Maidanski | Add AO_GENERALIZE_ASM_BOOL_CAS new macro to allow AO_co... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ivan Maidanski | Update ChangeLog file |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ivan Maidanski | Generalize AO_compare_and_swap primitives via AO_fetch_... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ivan Maidanski | Implement most AO_fetch_compare_and_swap primitives |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ivan Maidanski | Add FIXMEs to add AO_fetch_compare_and_swap primitives |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ivan Maidanski | Adjust ChangeLog (remove 'release' word from release... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Ivan Maidanski | Update ChangeLog - add entries both for planned 7.2... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Ivan Maidanski | Update ChangeLog file |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Ivan Maidanski | Fix generalized AO_<type>_fetch_and_add() return type |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ivan Maidanski | Add note about __sync_bool_compare_and_swap usage ... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Ivan Maidanski | Fix AO_compare_and_swap_full (GCC MIPS, PowerPC) return... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Ivan Maidanski | Reformat code of src/atomic_ops/sysdeps/ao_t_is_int.h |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Ivan Maidanski | Fix test_atomic_include for the case of missing CAS... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Minor code refactoring of src/atomic_ops.c (remove... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Fix compiler warning in atomic_ops.c (define 'init_lock... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Minor code refactoring of sysdeps/generic_pthread.h. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Document atomic 'and', 'xor' primitives in doc/README.txt |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Fix a typo in doc/README.txt |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Reformat icc/ia64.h code (remove redundant blank lines) |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ivan Maidanski | Fix AO_compare_and_swap (gcc/alpha.h) to suppress compi... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Ivan Maidanski | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Ivan Maidanski | Update AUTHORS file |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Thorsten Glaser | Fix AO_test_and_set_full on m68k |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Ivan Maidanski | Fix AO_compare_and_swap() return type for s390 and... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Ivan Maidanski | Put 'FIXME' word where missed |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Ivan Maidanski | Move names of committers from source files to AUTHORS... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Ivan Maidanski | Update AUTHORS |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Linas Vepstas | Implement the basic atomic primitives for the hexagon... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Ivan Maidanski | Do not put dummy AO_non_posix_impl... symbol to executa... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Ivan Maidanski | Fix configure for mingw-w64/32. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Ivan Maidanski | Turn atomic_ops_malloc static mmap-related empty functi... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Ivan Maidanski | Fix test_malloc - allocate less memory in case of missi... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Ivan Maidanski | tests: Invoke exit() instead of abort() in case of... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Ivan Maidanski | Fix a typo in emul_cas.h comment. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Ivan Maidanski | Expand all tabs to spaces, remove trailing spaces at... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Ivan Maidanski | Define AO macros for libatomic_ops version identification. |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Ivan Maidanski | Adjust AO_..._H macros in public headers. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ivan Maidanski | Update TODO. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ivan Maidanski | Update TODO file. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ivan Maidanski | Bump libatomic_ops version to 7.3alpha1 (next major... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ivan Maidanski | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Ivan Maidanski | Add more TODO items. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ivan Maidanski | Update TODO item. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ivan Maidanski | Turn off AO primitives inlining if AO_NO_INLINE defined. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ivan Maidanski | Add ARGSUSED comment-based attribute for some functions. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ivan Maidanski | Specify LDFLAGS with '-no-undefined' option. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ivan Maidanski | Do not pass -fPIC to Cygwin gcc. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ivan Maidanski | Replace m4/.keep file with .gitignore one. |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Ivan Maidanski | Update TODO items. |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Ivan Maidanski | Ignore libtool, .la and .lo files. |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Ivan Maidanski | Merge pull request #2 from paurkedal/t/build-aug-14 |
commit | commitdiff | tree | snapshot |
next |