Merge branch 'dev' of github.com:khizmax/libcds into dev
[libcds.git] / tests / test-hdr / map /
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-23 khizmaxRemoved MSVC 2008 artefacts
2015-01-22 khizmaxissue#11: tests/test-hdr: changed .h file guard prefix...
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxRenaming map member function insert_key() to insert_with()
2014-11-24 khizmaxfix tests for guarded_ptr and exempt_ptr
2014-11-19 khizmaxmovable guarded_ptr: SkipList
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-13 khizmaxmovable exempt_ptr: SkipList
2014-11-12 khizmaxmovable exempt_ptr: MichaelSet/Map
2014-11-10 khizmaxCuckooSet/Map refactoring
2014-11-06 khizmaxSkipListMap/Set refactoring
2014-11-03 khizmaxFix bug in map header test
2014-10-31 khizmaxFixed iterator issues in set/map
2014-10-29 khizmaxSplitListMap refactoring
2014-10-26 khizmaxMichaelMap refactoring
2014-10-23 khizmaxMerge commit '7999eaee97df27c88866d1dfd130068dba955e88...
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-22 khizmaxremove michael_list_hrc.h
2014-10-22 khizmaxrename michael_kvlist_pth.h to michael_kvlist_dhp.h
2014-10-22 khizmaxrename michael_list_ptb.h to michael_list_dhp.h
2014-09-30 khizmaxAdd support for Intel C++ compiler for Linux (icc 15)
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-23 khizmaxRemove CDS_EMPLACE_SUPPORT macro and unused code
2014-09-23 khizmaxRemove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_DEFAULT_FUNCTION_TEMPLATE_ARGS_SUPPORT...
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN