Removing unused vars
[libcds.git] / tests / unit /
2014-11-29 khizmaxRemoving unused vars
2014-11-28 khizmaxHazard Pointer:
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-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-14 khizmaxfix priority queue 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-10 khizmaxcds::gc::HRC has been removed
2014-11-10 khizmaxadded SlipListMap<gc:nogc> to map tests
2014-11-09 khizmaxEllenBinTree refactoring
2014-11-07 khizmaxchanged map_types.h for tests
2014-11-07 khizmaxchanged set_types.h for tests
2014-11-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
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-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 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_kvlist_pth.h to michael_kvlist_dhp.h
2014-10-22 khizmaxrename michael_list_ptb.h to michael_list_dhp.h
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-10-12 khizmaxVyukovMPMCCycleQueue refactoring
2014-10-11 khizmaxTsigasCycleQueue refactoring
2014-10-10 khizmaxMSPriorityQueue refactoring, bug fix
2014-10-09 khizmaxSegmentedQueue refactoring
2014-10-09 khizmaxFCPriorityQueue refactoring
2014-10-09 khizmaxFCDeque refactoring
2014-10-09 khizmaxOptimisticQueue, RWQueue refactoring (issues #1,#2,#3)
2014-10-08 khizmaxRWQueue refactoring
2014-10-08 khizmaxcontainer::OptimisticQueue 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 unit test refactoring
2014-10-06 khizmaxMSQueue/MoirQueue refactoring (phase 2, not completed)
2014-10-06 khizmaxMSQueue, MoirQueue refactoring (not completed)
2014-10-04 khizmaxTreiberStack refactoring (issues #1, #2, #3 done)
2014-10-03 khizmaxcds::container::TreiberStack refactoring
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-09-30 khizmaxRefactoring: cds/lock/spinlock.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-27 khizmaxMove ellen_bintree_base.h from cds/container to cds...
2014-09-27 khizmaxMoce skip_list_base.h from cds/intrusive tocds/intrusiv...
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-21 khizmaxRemove stack test for MichaelDeque
2014-09-21 khizmaxRemove MichaelDeque from stack test
2014-09-21 khizmaxFix: remove michael_deque.h from test
2014-09-21 khizmaxBugfix for MichaelDeque commits
2014-09-21 khizmaxRemove MichaelDeque
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-19 khizmaxChanged cds_std namespace to std, removed cds/details...
2014-09-19 khizmaxRemove cds/details/std/memory.h, use STL <memory> instead
2014-09-18 khizmaxFix make_docs.bat
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN