Major merge from 'dev'
[libcds.git] / cds /
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-15 khizmaxFixed the pool based on Vyukov's queue
2015-03-14 khizmaxResolved false fullness state of the pools
2015-03-14 khizmaxAdded more checking
2015-03-14 khizmaxAdded more assertion
2015-03-14 khizmaxSmall refactoring, doc fix
2015-03-14 khizmaxReplaced C-style cast to static_cast
2015-03-13 khizmaxsmall refactoring of pool monitor
2015-03-13 khizmaxFixed memory leak
2015-03-12 khizmaxBugfixing
2015-03-10 khizmaxFix pool_monitor ctor
2015-03-10 khizmaxFormatting issues
2015-03-08 khizmaxAdded more measures to sync monitor statistics
2015-03-08 khizmaxadded CDS_USE_VLD for all DebugVLD win projects
2015-03-08 khizmaxAdded sync monitor statistics
2015-03-07 khizmaxDisable unused var warning
2015-03-07 khizmaxGCC-4.8 workaround for passing parameter pack to a...
2015-03-05 khizmaxFixe passing an argument pack to a lambda
2015-03-05 khizmaxTried to fix gcc/clang problem like how to pass argumen...
2015-03-05 khizmaxFixed passing parameter pack into lambda
2015-03-04 khizmaxChanged functor signature for erase( Key, Func )
2015-03-03 khizmaxFix doc
2015-02-25 khizmaxMerge commit 'a9213ce45072f66144284647ccae242f91ca30af...
2015-02-25 khizmaxOn dev: bronson-unit-test
2015-02-24 khizmaxImproved BronsonAVLTreeMap doc
2015-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-02-22 khizmaxChanged docs
2015-02-22 khizmaxBronson AVL-tree: added check_consistency function
2015-02-17 khizmaxfixed doc typo
2015-02-16 khizmaxFix typo
2015-02-14 khizmaxBronson's AVL-tree impl
2015-02-14 khizmaxfix a lot of typo
2015-02-14 khizmaxfixed: memory is allocated but not initialized, add...
2015-02-13 khizmaxchanged std::unique_ptr to more restrictive cds::urcu...
2015-02-11 khizmaxAdded support for removing node's value via RCU disposi...
2015-02-10 khizmaxAdded possibility to remove node's value via RCU dispos...
2015-02-07 khizmaxBronson's AVL-tree: add extract_min/max
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxAdd internal statistics
2015-02-06 khizmaxFix doc
2015-02-05 khizmaxChanged sync monitor internal interface from base hook...
2015-02-05 khizmaxBronson AVLtree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxFix extract() member function doc
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-03 khizmaxAdded sync monitor for pool of mutexes
2015-02-02 khizmaxAdded sync_monitor option
2015-02-02 khizmaxRenamed sync::injected_monitor to sync::injecting_monitor
2015-02-02 khizmaxAdded sync::Monitor concept
2015-02-02 khizmaxBronson AVL-tree impl
2015-01-31 khizmaxAdded warnings for deprecated .h files
2015-01-31 khizmaxAdded warnings for deprecated .h files
2015-01-31 khizmaxAdded sync::injected_monitor
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxAdded injected monitor
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-31 khizmaxBronson AVL-tree impl
2015-01-31 khizmaxAdded sync::injected_monitor
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxAdded injected monitor
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-27 khizmaxBronson AVL-tree impl
2015-01-26 khizmaxBronson AVL-tree impl
2015-01-23 khizmaxRemoved MSVC 2008 artefacts
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2015-01-22 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-01-22 khizmaxCorrected URCU doc
2015-01-22 khizmaxCorrected URCU doc
2015-01-19 khizmaxBronson's AVL-tree dev
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
2015-01-17 khizmaxFix doc
2015-01-17 khizmaxBronson AVLtree development
2015-01-17 khizmaxFix doc
2015-01-03 khizmaxBronson AVL-tree RCU: add find() functions
2015-01-02 khizmaxBeginning of concurrent AVL-tree implementation (RCU)
2015-01-02 khizmaxFix doc bugs
2015-01-02 khizmaxfix typo
2014-12-30 khizmaxprepare for next version 2.1.0
2014-12-18 khizmaxfix doc
2014-12-13 khizmaxObsolete MSVC 2013 compatibility fix has been removed
2014-12-13 khizmaxadd support for GCC 5: std::list::size() complexity...
2014-12-10 khizmaxfix doc
2014-12-10 khizmaxfix doc
2014-12-05 khizmaxMerge branch 'dev'
2014-12-04 khizmaxImprove cds::gc::DHP scan() performance
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
2014-11-30 khizmaxRemoved cds_assert macro
2014-11-30 khizmaxRemoved CDS_PURE_VIRTUAL_FUNCTION_CALLED macro
2014-11-30 khizmaxRemoved CDS_DECLARE_EXCEPTION macro
2014-11-30 khizmaxdoc improvements
2014-11-29 khizmaxRemoving cds/refcounter.h
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
next