CMake build system introduced (issue #9)
[libcds.git] / tests / test-hdr /
2015-04-19 Eugeny KalishenkoCMake build system introduced (issue #9)
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-09 khizmaxIssue #23: removed std::random_shuffle from tests
2015-04-09 khizmaxIssue #23: removed std::random_shuffle from tests
2015-03-30 khizmaxRemoved test-hdr/unordered_list dir
2015-03-30 khizmaxRenamed test-hdr/ordered_list dir to test-hdr/list...
2015-03-30 khizmaxRefactored LazyList<nogc> with ordering option
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
2015-03-28 Mike KrinkinAdd michael set test with unordered lazy list.
2015-03-28 Mike KrinkinAdd michael map test with unordered lazy list.
2015-03-28 Mike KrinkinAdd find_with tests for nonintrusive and k/v lists.
2015-03-28 Mike KrinkinAdd find_with calls to intrusive lazy list test.
2015-03-28 Mike KrinkinAdd tests for unordered nonintrusive and kv lists.
2015-03-28 Mike KrinkinAdd header tests for unordered intrusive list.
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-08 khizmaxAdded sync monitor statistics
2015-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-02-22 khizmaxBronson AVL-tree: added check_consistency function
2015-02-17 khizmaxsimplified local types
2015-02-17 khizmaxFixed comparing signed/unsigned int
2015-02-16 khizmaxAdded Bronson AVL-tree header tests
2015-02-14 khizmaxBronson's AVL-tree impl
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-05 khizmaxBronson AVLtree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
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...
2015-01-22 khizmaxissue#11: tests/test-hdr: changed .h file guard prefix...
2014-12-14 khizmaxFix GCC 4.8 <atomic> incompatibility
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-30 khizmaxbugfix
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxRenaming map member function insert_key() to insert_with()
2014-11-29 khizmaxRemoving unused vars
2014-11-26 khizmaxRemoved unused vars
2014-11-24 khizmaxfix tests for guarded_ptr and exempt_ptr
2014-11-24 khizmaxfix a bugs in guarded_ptr and exempt_ptr
2014-11-21 khizmaxbugfix in cds::gc::HP::guarded_ptr
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 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-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-13 khizmaxmovable exempt_ptr: SkipList
2014-11-12 khizmaxmovable exempt_ptr: MichaelSet/Map
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-10 khizmaxCuckooSet/Map refactoring
2014-11-09 khizmaxEllenBinTree 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-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
2014-11-03 khizmaxFix bug in map header test
2014-11-02 khizmaxFix Intel C++ compiler incompatibility
2014-11-01 khizmaxFix bug in test of boost::intrusive::splay_set wrapper
2014-11-01 khizmaxRemove trailing spaces
2014-10-31 khizmaxFixed iterator issues in set/map
2014-10-29 khizmaxFix GCC build
2014-10-29 khizmaxSplitListMap refactoring
2014-10-29 khizmaxcontainer::SplitListSet hdr test
2014-10-29 khizmaxcontainer::SplitListSet refactoring
2014-10-28 khizmaxintrusive::SplitListSet refactoring
2014-10-28 khizmaxintrusive::SplitListSet refactoring
2014-10-27 khizmaxintrusive::SplitListSet refactoring
2014-10-26 khizmaxMichaelMap refactoring
2014-10-26 khizmaxMichaelSet refactoring
2014-10-26 khizmaxintrusive::MichaelSet refactoring
2014-10-25 khizmaxLazyList refactoring
2014-10-24 khizmaxintrusive::LazyList refactoring
2014-10-23 khizmaxMichaelList refactoring
2014-10-23 khizmaxMerge commit '7999eaee97df27c88866d1dfd130068dba955e88...
2014-10-23 khizmaxOn dev: MIchaelList
2014-10-23 khizmaxindex on dev: 5db878e remove michael_list_hrc.h
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 SplitList<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_kvlist_pth.h to michael_kvlist_dhp.h
2014-10-22 khizmaxrename michael_list_ptb.h to michael_list_dhp.h
2014-10-21 khizmaxfix a bug in Vyukov's queue test
2014-10-21 khizmaxfix typo in queue test
2014-10-20 khizmaxFix bug in queue tests
2014-10-14 khizmaxrename test-hdr/queue/hdr_queue_new.h to hdr_queue.h
next