issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / tests / unit / set2 /
2015-01-22 khizmaxissue#11: tests/unit: changed .h file guard prefix...
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-26 khizmaxRemoved unused vars
2014-11-25 khizmaxRemoved unused vars
2014-11-25 khizmaxfixed work with guarded_ptr in tests
2014-11-20 khizmaxmovable guarded_ptr: unit tests
2014-11-13 khizmaxmovable exempt_ptr: SkipList
2014-11-12 khizmaxAdd back-off strategy to EllenBinTree
2014-11-10 khizmaxNormalized CuckooSet/Map declaration in test's map_type...
2014-11-09 khizmaxEllenBinTree refactoring
2014-11-07 khizmaxchanged set_types.h for tests
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-01 khizmaxRemove trailing spaces
2014-10-30 khizmaxNormalized split-list set types in unit-set tests
2014-10-30 khizmaxFix some typo and bugs
2014-10-25 khizmaxLazyList refactoring
2014-10-23 khizmaxMerge commit '7999eaee97df27c88866d1dfd130068dba955e88...
2014-10-23 khizmaxReplace PTB with DHP in unit tests
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-22 khizmaxremove michael_list_hrc.h
2014-10-22 khizmaxrename michael_list_ptb.h to michael_list_dhp.h
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
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-26 khizmaxRestore hashing in tests
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
2014-09-24 khizmaxReplace variadic template emulation for option list...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxRevert "Replace cds::OS::ThreadId with std::thread...
2014-09-19 khizmaxReplace cds::OS::ThreadId with std::thread::id, cds...
2014-09-18 khizmaxMove libcds 1.6.0 from SVN