Fix extract() member function doc
[libcds.git] / cds / container / details /
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-02 khizmaxAdded sync_monitor option
2015-01-31 khizmaxBronson AVL-tree impl
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-27 khizmaxBronson AVL-tree impl
2015-01-26 khizmaxBronson AVL-tree impl
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-19 khizmaxBronson's AVL-tree dev
2015-01-17 khizmaxBronson AVLtree development
2015-01-03 khizmaxBronson AVL-tree RCU: add find() functions
2014-11-29 khizmaxRemoving trailing spaces
2014-11-25 khizmaxEliminated some MSVC++ warning C4503 "decorated name...
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-12 khizmaxAdd back-off strategy to EllenBinTree
2014-11-11 khizmaximprove docs and fix typo
2014-11-10 khizmaxfix skip-list iterators
2014-11-10 khizmaxCuckooSet/Map refactoring
2014-11-10 khizmaxFix VC++13 skip-list iterator incompatibility
2014-11-07 khizmaxEllenBinTreeSet refactoring
2014-11-06 khizmaxSkipListMap/Set refactoring
2014-11-01 khizmaxRemove trailing spaces
2014-10-29 khizmaxSplitListMap refactoring
2014-10-29 khizmaxcontainer::SplitListSet refactoring
2014-10-26 khizmaxMichaelMap refactoring
2014-10-26 khizmaxMichaelSet refactoring
2014-10-25 khizmaxLazyList refactoring
2014-10-24 khizmaxfix doc
2014-10-23 khizmaxMerge commit '7999eaee97df27c88866d1dfd130068dba955e88...
2014-10-23 khizmaxOn dev: MIchaelList
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-27 khizmaxMove split_list_base.h from cds/container to cds/contai...
2014-09-27 khizmaxMove skip_list_base.h from cds/container to cds/contain...
2014-09-27 khizmaxMove michael_set_base.h from cds/container to cds/conta...
2014-09-27 khizmaxMove michael_map_base.h from cds/container to cds/conta...
2014-09-27 khizmaxMove michael_list_base.h from cds/container to cds...
2014-09-27 khizmaxMove lazy_list_base.h from cds/container to cds/contain...
2014-09-27 khizmaxMove ellen_bintree_base.h from cds/container to cds...
2014-09-27 khizmaxMOve cuckoo_base.h from cds/container to cds/container...
2014-09-27 khizmaxMove base.h from cds/container to cds/container/details
2014-09-24 khizmaxRefactoring bugfix
2014-09-23 khizmaxRemove CDS_EMPLACE_SUPPORT macro and unused code
2014-09-18 khizmaxFix make_docs.bat
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN