Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-11-10 14:23:23 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-11-10 14:23:23 +0400
commit99cd756945d7f7f9a4294d88ac4b213866f6c496 (patch)
tree92a1ec805c2200194ab5c8f4c5faa28b532839bc
parent147988d9b950026c2468eeb1af9b35af83d2fee5 (diff)
Update ChangeLog file
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff23294..6009d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,7 @@
* Always use 'mfence' for nop_full if target CPU supports SSE2 (gcc/x86).
* Better document configure THREADDLLIBS variable.
* Cast away volatile on dereference in CAS-based generalization primitives.
+* Convert README to Markdown format.
* Define AO_NO_PTHREADS in configure if no pthreads (Win32 and VxWorks).
* Define AO_int_X operations for ARM and avr32.
* Define double-wide ordered loads/stores for x86.
@@ -75,6 +76,7 @@
* Optimize AO_spin manually to minimize compiler influence on its duration.
* Parameterize list_atomic template with XSIZE (tests).
* Perform only few list reversals in test_malloc if AO based on pthreads.
+* Put autogen.sh to 'dist' package (Automake).
* Remote duplicate definition of test_and_set_acquire in generalize.h.
* Remove X_aligned_atomic_load_store headers and template.
* Remove duplicate AO_spin and AO_pause definition in atomic_ops_stack.
@@ -130,7 +132,7 @@
* Use __builtin_expect in CAS failure loop condition checks (GCC only).
-== [7.2e] (candidate) ==
+== [7.2e] 2013-11-10 ==
* Fix (remove) invalid include of read_ordered.h for ARM.
* Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1.