movable guarded_ptr: SkipList
[libcds.git] / cds / intrusive /
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
2014-11-07 khizmaxintrusive::EllenBinTree test refactoring
2014-11-07 khizmaxintrusive::ellen_bintree refactoring
2014-11-06 khizmaxSkipListMap/Set refactoring
2014-11-04 khizmaxintrusive::SkipListSet refactoring
2014-11-04 khizmaxFix docs
2014-11-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
2014-11-03 khizmaxMark default ctor as =delete for segment
2014-11-02 khizmaxFix Intel C++ compiler incompatibility
2014-11-01 khizmaxboost::intrusive::slist adaptation bugfix
2014-11-01 khizmaxAdd some magic to satisfy Intel C++ compiler on boost...
2014-11-01 khizmaxRemove trailing spaces
2014-11-01 khizmaxBugfix
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-28 khizmaxintrusive::SplitListSet refactoring
2014-10-27 khizmaxintrusive::SplitListSet refactoring
2014-10-26 khizmaxintrusive::MichaelSet refactoring
2014-10-25 khizmaxLazyList refactoring
2014-10-24 khizmaxintrusive::LazyList refactoring
2014-10-24 khizmaxadd "insert item troubleshooting" to docs
2014-10-24 khizmaxfix doc
2014-10-23 khizmaxLazyList refactoring
2014-10-23 khizmaxMerge commit '7999eaee97df27c88866d1dfd130068dba955e88...
2014-10-23 khizmaxOn dev: MIchaelList
2014-10-23 khizmaxSkipList: replace gc::PTB with gc::DHP
2014-10-23 khizmaxrename lazy_list_ptb.h to lazy_list_dhp.h
2014-10-23 khizmaxRemove MichaelMap<gc::HRC> specializations
2014-10-23 khizmaxRemove SkipList<gc::HRC> specializations
2014-10-23 khizmaxremove LazyList<gc::HRC> specializations
2014-10-22 khizmaxremove michael_list_hrc.h
2014-10-22 khizmaxrename michael_list_ptb.h to michael_list_dhp.h
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-10-21 khizmaxremove base class and gc::HRC specialization for intrus...
2014-10-20 khizmaxSmall changes in TsigasCycleQueue
2014-10-18 khizmaxTsigasCycleQueue bugfix
2014-10-13 khizmaxfix TsigasCycleQueue clang compatibility
2014-10-12 khizmaxVyukovMPMCCycleQueue refactoring
2014-10-11 khizmaxTsigasCycleQueue refactoring
2014-10-11 khizmaxRemove unused files
2014-10-10 khizmaxMSPriorityQueue refactoring, bug fix
2014-10-09 khizmaxintrusive::MSPriorityQueue refactoring
2014-10-09 khizmaxSegmentedQueue refactoring
2014-10-09 khizmaxFCQueue refactoring
2014-10-09 khizmaxFCStack refactoring
2014-10-08 khizmaxintrusive::OptimisticQueue refactoring
2014-10-08 khizmaxBasketQueue refactoring (issues #1, #2, #3)
2014-10-07 khizmaxBasketQueue refactoring
2014-10-07 khizmaxMSQueue, MoirQueue refactoring done (issues #1, #2...
2014-10-06 khizmaxMSQueue/MoirQueue refactoring (phase 2, not completed)
2014-10-06 khizmaxMSQueue, MoirQueue refactoring (not completed)
2014-10-04 khizmaxreplace struct internal_disposer with lambda
2014-10-04 khizmaxfix type in docs
2014-10-04 khizmaxintrusive MSQueue refactoring (not tested)
2014-10-04 khizmaxTreiberStack: small doc improvements
2014-10-04 khizmaxTreiberStack refactoring (issues #1, #2, #3 done)
2014-10-03 khizmaxfix docs
2014-10-03 khizmaxfix docs
2014-10-03 khizmaxcds::container::TreiberStack refactoring
2014-10-02 khizmaxIntrusive TreiberStack refactoring, removing gc::HRC...
2014-10-02 khizmaxTreiberStack bugfix
2014-10-01 khizmaxReplace deprecated cds::lock::scoped_lock with std...
2014-10-01 khizmaxTreiberStack - refactoring (to be continued...)
2014-10-01 khizmaxTreiberStack refactoring
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-09-30 khizmaxRemove cds/detail/functor_wrapper.h
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-27 khizmaxRename cds/intrusive/skip_list_impl.h to cds/intrusive...
2014-09-27 khizmaxMoce skip_list_base.h from cds/intrusive tocds/intrusiv...
next