Merge branch 'dev'
[libcds.git] / cds / intrusive /
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-30 khizmaxTSan exam: fixed data races and false positives in...
2015-04-29 khizmaxTSan exam: fixed flat combining data race; eliminated...
2015-04-29 khizmaxTSan exam: fixed data race and the incorrect use of...
2015-04-28 khizmaxFixed TSan warnings in SplitList
2015-04-27 khizmaxMerge branch 'integration'
2015-04-27 khizmaxFixed split-list inc_item_count()
2015-04-27 khizmaxMerge branch 'integration'
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-27 Max KhizhinskyMerge pull request #30 from krinkinmu/fix-typo
2015-04-27 Max KhizhinskyMerge pull request #29 from krinkinmu/rational-resizing...
2015-04-26 Mike KrinkinAdd rational load factor resizing policy
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 khizmaxFixed memor orderding (tsan)
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-30 khizmaxRefactored LazyList<nogc> with ordering option
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
2015-03-28 Mike KrinkinAdd find_with to unordered intrusive list.
2015-03-28 Mike KrinkinImplement unordered intrusive lazy list.
2015-03-28 Mike KrinkinAdd sort policy to intrusive lazy list trait.
2015-03-28 Mike KrinkinAdd equal_to option to intrusive lazy list trait.
2015-03-23 khizmaxRemoved redundant locking from lazy-list
2015-03-23 khizmaxRemoved redundant locking from lazy-list
2015-03-23 khizmaxMerge branch 'integration' into dev
2015-03-23 Max KhizhinskyMerge pull request #22 from krinkinmu/remove-unneeded...
2015-03-23 Mike KrinkinRemove unneeded lock in nogc lazy list find_at_.
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-03 khizmaxFix doc
2015-02-04 khizmaxFix extract() member function doc
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
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-17 khizmaxadded "pop from empty queue" counter to queue statistics
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
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-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-26 khizmaxRevised noexcept expressions in back-off strategies
2014-11-25 khizmaxEllenBinTree bugfix
2014-11-25 khizmaxFixed EllenBinTree<RCU>
2014-11-25 khizmaxRemoved unused vars
2014-11-20 khizmaxmovable guarded_ptr: MichaelSet/Map
2014-11-19 khizmaxmovable guarded_ptr: SkipList
2014-11-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxmovable guarded_ptr: LazyList, MichaelList
2014-11-18 khizmaxreimplement guarded_ptr from scratch
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-17 khizmaxmovable guarded_ptr: EllenBinTree
2014-11-16 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-14 khizmaxRename class cds::gc::PTB to cds::gc::DHP
2014-11-13 khizmaxfix doc
2014-11-13 khizmaxadd find(Q const&, Func), find_with(Q const&, Pred...
2014-11-13 khizmaxmovable exempt_ptr: SkipList
2014-11-13 khizmaxmovable exempt_ptr: SplitList
2014-11-12 khizmaxmovable exempt_ptr: intrusive::MichaelSet
2014-11-12 khizmaxmovable exempt_ptr: MichaelList
2014-11-12 khizmaxmovable exempt_ptr: LazyList
2014-11-12 khizmaxmovable exempt_ptr: EllenBinTree
2014-11-12 khizmaxAdd back-off strategy to EllenBinTree
2014-11-11 khizmaxrename type_traits to traits in flat_combining namespace
2014-11-11 khizmaximprove docs and fix typo
2014-11-10 khizmaxfix skip-list iterators
2014-11-10 khizmaxCuckooSet/Map refactoring
2014-11-10 khizmaxremoved container_node struct from gc::HP and gc::DHP
2014-11-10 khizmaxFix VC++13 skip-list iterator incompatibility
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-11-07 khizmaxRemove std::ref and boost::ref from docs
2014-11-07 khizmaxEllenBinTreeMap refactoring
next