issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / intrusive /
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-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
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)
next