platform/upstream/libatomic_ops.git
2012-02-06 Ivan MaidanskiSuppress compiler warning in atomic_ops_malloc
2012-01-20 Ivan Maidanskiconfigure: Specify bug reports email in AC_INIT
2012-01-20 Ivan MaidanskiREADME: Add bug reports address
2012-01-19 Ivan Maidanskitest_stack: check_list() code refactoring and 'marks...
2012-01-19 Ivan MaidanskiChange function prototype specifications to follow...
2012-01-19 Bruno HaibleAdd autogen.sh file
2012-01-11 Ivan MaidanskiReplace repeating '==' in documentation with a single one
2011-12-31 Ivan MaidanskiUpdate TODO file (remove FIXME - problem caused by...
2011-12-31 Ivan MaidanskiUpdate TODO file (remove FIXME - problem fixed in GCC...
2011-12-22 Ivan Maidanski.gitignore: Ignore config.cache
2011-12-19 Ivan MaidanskiCode refactoring of gcc/arm.h by introducing AO_ARM_HAV...
2011-12-16 Ivan MaidanskiUpdate ChangeLog
2011-12-16 Ivan MaidanskiFix __ARM_ARCH_5__ macro handling for Android NDK ...
2011-12-14 Ivan MaidanskiMerge branch 'ao_val_cas'
2011-12-13 Ivan Maidanski.gitignore: Ignore Gcov files (.gcda, .gcno)
2011-12-13 Ivan Maidanski.gitignore: Ignore binary files (.a, .exe, .o, etc...
2011-12-13 Ivan MaidanskiUpdate ChangeLog
2011-12-13 Ivan Maidanskiconfigure: Do not pass '-Wextra' option to GCC if unsup...
2011-12-12 Ivan MaidanskiDefine NDEBUG via config.h instead of CFLAGS;
2011-12-08 Ivan MaidanskiRecognize AO_PREFER_GENERALIZED to favor generalization...
2011-12-08 Ivan MaidanskiUpdate ChangeLog
2011-12-08 Ivan MaidanskiAdd new macro (AO_PREFER_GENERALIZED) to favor generali...
2011-12-07 Ivan MaidanskiRemove unused InterlockedExchange/ReadWriteBarrier...
2011-12-01 Ivan MaidanskiAdd all AO control macros to configure (as templates)
2011-12-01 Ivan MaidanskiPrevent AO_USE_SYNC_CAS_BUILTIN redefinition in atomic_...
2011-12-01 Ivan MaidanskiOn altering CFLAGS value in configure place client...
2011-11-30 Ivan MaidanskiUpdate ChangeLog
2011-11-30 Ivan MaidanskiWorkaround ICE9 A1 chip LL bug (MIPS)
2011-11-30 Ivan MaidanskiImplement fetch_and_add, test_and_set primitives for...
2011-11-30 Ivan MaidanskiImplement AO_fetch_compare_and_swap for MIPS
2011-11-29 Ivan MaidanskiReformat gcc/ia64.h code
2011-11-29 Ivan MaidanskiUpdate ChangeLog
2011-11-29 Ivan MaidanskiMerge branch 'ao_t_is_int-fix' into master
2011-11-29 Ivan MaidanskiGeneralize acquire/release/full CAS primitives for...
2011-11-29 Ivan MaidanskiInclude ao_t_is_int.h from atomic_ops.h after first...
2011-11-29 Ivan MaidanskiFix generalization for IA-64, Hexagon (include generali...
2011-11-28 Ivan MaidanskiMerge branch 'ao_val_cas'
2011-11-18 Ivan MaidanskiRemove "function untested" notes in code for PowerPC
2011-11-18 Andreas ToblerFix AO_fetch_compare_and_swap (PowerPC) inline asm...
2011-11-14 Ivan MaidanskiMerge branch 'master' into ao_val_cas
2011-11-14 Ivan MaidanskiDefine 'w' local variable in test_atomic_include.h...
2011-11-11 Ivan MaidanskiAdd AO_GENERALIZE_ASM_BOOL_CAS new macro to allow AO_co...
2011-11-11 Ivan MaidanskiUpdate ChangeLog file
2011-11-11 Ivan MaidanskiGeneralize AO_compare_and_swap primitives via AO_fetch_...
2011-11-11 Ivan MaidanskiImplement most AO_fetch_compare_and_swap primitives
2011-11-11 Ivan MaidanskiAdd FIXMEs to add AO_fetch_compare_and_swap primitives
2011-11-11 Ivan MaidanskiAdjust ChangeLog (remove 'release' word from release...
2011-11-09 Ivan MaidanskiUpdate ChangeLog - add entries both for planned 7.2...
2011-11-03 Ivan MaidanskiUpdate ChangeLog file
2011-11-03 Ivan MaidanskiFix generalized AO_<type>_fetch_and_add() return type
2011-10-26 Ivan MaidanskiAdd note about __sync_bool_compare_and_swap usage ...
2011-10-24 Ivan MaidanskiFix AO_compare_and_swap_full (GCC MIPS, PowerPC) return...
2011-10-24 Ivan MaidanskiReformat code of src/atomic_ops/sysdeps/ao_t_is_int.h
2011-10-24 Ivan MaidanskiFix test_atomic_include for the case of missing CAS...
2011-10-21 Ivan MaidanskiMinor code refactoring of src/atomic_ops.c (remove...
2011-10-21 Ivan MaidanskiFix compiler warning in atomic_ops.c (define 'init_lock...
2011-10-21 Ivan MaidanskiMinor code refactoring of sysdeps/generic_pthread.h.
2011-10-21 Ivan MaidanskiDocument atomic 'and', 'xor' primitives in doc/README.txt
2011-10-21 Ivan MaidanskiFix a typo in doc/README.txt
2011-10-21 Ivan MaidanskiReformat icc/ia64.h code (remove redundant blank lines)
2011-10-21 Ivan MaidanskiFix AO_compare_and_swap (gcc/alpha.h) to suppress compi...
2011-10-17 Ivan MaidanskiUpdate ChangeLog
2011-10-17 Ivan MaidanskiUpdate AUTHORS file
2011-10-17 Thorsten GlaserFix AO_test_and_set_full on m68k
2011-10-15 Ivan MaidanskiFix AO_compare_and_swap() return type for s390 and...
2011-10-15 Ivan MaidanskiPut 'FIXME' word where missed
2011-10-15 Ivan MaidanskiMove names of committers from source files to AUTHORS...
2011-10-11 Ivan MaidanskiUpdate AUTHORS
2011-10-11 Linas VepstasImplement the basic atomic primitives for the hexagon...
2011-09-21 Ivan MaidanskiDo not put dummy AO_non_posix_impl... symbol to executa...
2011-09-21 Ivan MaidanskiFix configure for mingw-w64/32.
2011-09-21 Ivan MaidanskiTurn atomic_ops_malloc static mmap-related empty functi...
2011-09-21 Ivan MaidanskiFix test_malloc - allocate less memory in case of missi...
2011-09-21 Ivan Maidanskitests: Invoke exit() instead of abort() in case of...
2011-09-15 Ivan MaidanskiFix a typo in emul_cas.h comment.
2011-09-14 Ivan MaidanskiExpand all tabs to spaces, remove trailing spaces at...
2011-09-09 Ivan MaidanskiDefine AO macros for libatomic_ops version identification.
2011-09-09 Ivan MaidanskiAdjust AO_..._H macros in public headers.
2011-09-08 Ivan MaidanskiUpdate TODO.
2011-09-08 Ivan MaidanskiUpdate TODO file.
2011-09-08 Ivan MaidanskiBump libatomic_ops version to 7.3alpha1 (next major...
2011-09-08 Ivan MaidanskiUpdate ChangeLog.
2011-09-01 Ivan MaidanskiAdd more TODO items.
2011-08-18 Ivan MaidanskiUpdate TODO item.
2011-08-18 Ivan MaidanskiTurn off AO primitives inlining if AO_NO_INLINE defined.
2011-08-18 Ivan MaidanskiAdd ARGSUSED comment-based attribute for some functions.
2011-08-17 Ivan MaidanskiSpecify LDFLAGS with '-no-undefined' option.
2011-08-17 Ivan MaidanskiDo not pass -fPIC to Cygwin gcc.
2011-08-17 Ivan MaidanskiReplace m4/.keep file with .gitignore one.
2011-08-15 Ivan MaidanskiUpdate TODO items.
2011-08-15 Ivan MaidanskiIgnore libtool, .la and .lo files.
2011-08-15 Ivan MaidanskiMerge pull request #2 from paurkedal/t/build-aug-14
2011-08-14 Petter UrkedalAdd -uninstalled pkg-config file, move them to pkgconfig/.
2011-08-14 Petter UrkedalUse libtool for linking but keep the libraries static.
2011-08-14 Petter UrkedalAdd include flags for test directory.
2011-08-11 Ivan MaidanskiMerge pull request #1 from paurkedal/master
2011-08-10 Petter UrkedalAdd and adjust include directories.
2011-08-09 Ivan MaidanskiFix commits 86e8b5 and 7bd1fd regarding "make install"
2011-08-09 Ivan MaidanskiImprove Makefile for MS VC++.
2011-08-09 Ivan MaidanskiFix atomic_ops library name and fix a typo in a comment.
next