Fixed incorrect free-list usage in SplitList
[libcds.git] / cds / intrusive / split_list.h
2016-09-14 khizmaxFixed incorrect free-list usage in SplitList
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxdummy_node renamed to aux_node
2016-09-07 khizmaxDocfix, minor changes
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-20 khizmaxHP refactoring:
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-07-06 khizmaxFixed doc typo
2016-07-05 khizmaxDocfix
2016-05-30 khizmaxMerge branch 'dev'
2016-05-03 khizmaxRenamed "ensure" to "update" in statistics
2016-03-13 khizmaxAdded clear() to SplitList<nogc>
2016-03-12 khizmaxFixed docs
2016-01-05 khizmaxAdded copyright and license
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-20 Max KhizhinskyMerge pull request #47 from eugenyk/master
2015-12-19 Eugeny KalishenkoFixed files encoding (#46)
2015-11-13 khizmaxFixed doc typo, reformatting
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-06 khizmaxStripedSet: replace ensure() with update()
2015-08-29 khizmaxSplitListMap, SplitListSet:
2015-08-23 khizmaxRemoved trailing whitespaces
2015-04-27 khizmaxMerge branch 'integration'
2015-04-27 khizmaxFixed split-list inc_item_count()
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxFixed split-list inc_item_count()
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-22 khizmaxFixed data races found by tsan
2015-04-21 Mike KrinkinRelax memory order constraints.
2015-04-21 Mike KrinkinOptimize fast path in inc_item_count.
2015-04-21 Mike KrinkinCast constant to size_t before left shift
2015-04-21 Mike KrinkinFix spelling and spaces.
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 Max KhizhinskyMerge pull request #28 from Rapotkinnik/upstream
2015-04-19 Max KhizhinskyMerge pull request #27 from krinkinmu/fastpath-opt
2015-04-18 Mike KrinkinRelax memory order constraints.
2015-04-18 Mike KrinkinOptimize fast path in inc_item_count.
2015-04-18 Mike KrinkinCast constant to size_t before left shift
2015-04-18 Mike KrinkinFix spelling and spaces.
2015-04-15 khizmaxRelaxed memory order in SplitList
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-13 khizmaxadd find(Q const&, Func), find_with(Q const&, Pred...
2014-11-07 khizmaxRemove std::ref and boost::ref from docs
2014-11-01 khizmaxRemove trailing spaces
2014-10-31 khizmaxFixed iterator issues in set/map
2014-10-30 khizmaxAdd statistics() method to split-list
2014-10-28 khizmaxintrusive::SplitListSet refactoring
2014-10-27 khizmaxintrusive::SplitListSet refactoring
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/intrusive to cds/intrus...
2014-09-24 khizmaxRemove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN