ChangeLog
authorkhizmax <libcds.dev@gmail.com>
Thu, 13 Oct 2016 17:19:52 +0000 (20:19 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 13 Oct 2016 17:19:52 +0000 (20:19 +0300)
change.log
readme.md

index 9eb20b9f3355c552e6f7ac0eecc22fe57c79b6f1..7488246fcb1aa20aa873289ed59ad4926a6bd4c6 100644 (file)
@@ -2,6 +2,9 @@
     General release
     - Changed: CMake is used for build libcds. Ancient build.sh is removed
     - Changed: unit and stress tests are migrated to googletest framework
+    - Added: IterableList - an implementation of ordered list with 
+      thread-safe iterator. MichaelSet/Map supports this type of
+      ordered list and thread-safe iterable too.
     - Added: wait strategies for flat combining technique. Based on
       research of Marsel Galimullin and Nikolai Rapotkin.
     - Fixed: serious bug in MichaelSet::emplace() function
index 19c5c484a454409d7a29fb79bf2846451e094bf3..5093697bb75f0144faca23a9e6915de559a9cc0b 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -40,6 +40,8 @@ Download the latest release from http://sourceforge.net/projects/libcds/files/
 \r
 See online doxygen-generated doc here: http://libcds.sourceforge.net/doc/cds-api/index.html\r
 \r
+Evolution of libcds (Gource visualization by Landon Wilkins): https://www.youtube.com/watch?v=FHaJvVdmJ0w\r
+\r
 **How to build**\r
    - *nix: [use CMake](build/cmake/readme.md)\r
    - Windows: use MS Visual C++ 2015 project\r