libcds.git
2014-11-21 khizmaxbugfix in cds::gc::HP::guarded_ptr
2014-11-20 khizmaxcds::gc::DHP details bugfix
2014-11-20 khizmaxmovable guarded_ptr: unit tests
2014-11-20 khizmaxmovable guarded_ptr: MichaelSet/Map
2014-11-20 khizmaxAdd MSVC++ 2015 Preview projects
2014-11-20 khizmaxAdd support for MS VC++ 2015 Preview
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 khizmaxRollback some GC changes
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-17 khizmaxmovable guarded_ptr: EllenBinTree
2014-11-17 khizmaxFix GC doc
2014-11-17 khizmaxRemove ugly reinterpret_cast from HP GC
2014-11-16 khizmaxSmall changes in HP GC
2014-11-16 khizmaxremove hp_inline.h
2014-11-16 khizmaxformatting
2014-11-16 khizmaxTypo fix
2014-11-16 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxHazard Pointer docfix
2014-11-15 khizmaxrearrange cds/gc directory
2014-11-15 khizmaxDynamic Hazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-15 khizmaxfix a bug in intrusive tree header test
2014-11-14 khizmaxRename class cds::gc::PTB to cds::gc::DHP
2014-11-14 khizmaxrename cds::gc::ptb namespace to cds::gc::dhp
2014-11-14 khizmaxrename cds::gc::hzp namespace to cds::gc::hp
2014-11-14 khizmaxfix priority queue unit tests
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrename GC sources
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc contents
2014-11-14 khizmaxremove cds/gc/all.h
2014-11-14 khizmaxptb -> dhp
2014-11-14 khizmaxreplace cds::gc::too_few_hazard_pointers exception...
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: MichaelSet/Map
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 khizmaxadd stddef.h to cds/details/defs.h
2014-11-11 khizmaxremove unused boost dependencies
2014-11-11 khizmaxremove unused code
2014-11-11 khizmaxrename type_traits to traits in flat_combining namespace
2014-11-11 khizmaximprove docs and fix typo
2014-11-11 khizmaxclang-3.5 compatibility
2014-11-10 khizmaxfix skip-list iterators
2014-11-10 khizmaxNormalized CuckooSet/Map declaration in test's map_type...
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-10 khizmaxadded SlipListMap<gc:nogc> to map tests
2014-11-10 khizmaxFix build script
2014-11-09 khizmaxEllenBinTree refactoring
2014-11-07 khizmaxRemove std::ref and boost::ref from docs
2014-11-07 khizmaxEllenBinTreeMap refactoring
2014-11-07 khizmaxEllenBinTreeSet refactoring
2014-11-07 khizmaxintrusive::EllenBinTree test refactoring
2014-11-07 khizmaxintrusive::ellen_bintree refactoring
2014-11-07 khizmaxchanged map_types.h for tests
2014-11-07 khizmaxchanged set_types.h for tests
2014-11-06 khizmaxremove printing HRC stat in tests
2014-11-06 khizmaxSkipListMap/Set refactoring
2014-11-04 khizmaxintrusive::SkipListSet refactoring
2014-11-04 khizmaxFix docs
2014-11-04 khizmaxReplace boost.type_traits with std::type_traits
2014-11-03 khizmaxFix compiler warnings for padding option
2014-11-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
2014-11-03 khizmaxMark default ctor as =delete for segment
2014-11-03 khizmaxFix bug in map header test
2014-11-02 khizmaxUnit tests for set are only with C++11 std::set and...
2014-11-02 khizmaxRemove old MSVC++ stdext::hash_set from tests
2014-11-02 khizmaxRemove old MSVC++ std::map and stdext::hash_map from...
2014-11-02 khizmaxRemove old VC++ stdext::hash_map from tests
2014-11-02 khizmaxRemove old VC std::map from tests
2014-11-02 khizmaxFix Intel C++ compiler incompatibility
2014-11-02 khizmaxchange header sequence for back-off
2014-11-01 khizmaxFix bug in test of boost::intrusive::splay_set wrapper
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 khizmaxadd SplitListMap print stat
2014-10-31 khizmaxNormalized split-list map types in unit-map tests
2014-10-31 khizmaxFixed iterator issues in set/map
2014-10-30 khizmaxNormalized split-list set types in unit-set tests
2014-10-30 khizmaxAdd statistics() method to split-list
next