Merge pull request #25 from krinkinmu/header-deps-wip
[libcds.git] / tests /
2015-03-30 khizmaxAdded MichaelMap based on unordered LazyList<nogc>...
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-29 khizmaxAdded more statistics, improved memory ordering
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-27 khizmaxMerge branch 'dev'
2015-03-27 khizmaxSplitted up set_insdelfind test
2015-03-27 khizmaxSplitted up set_insdel_string test
2015-03-27 khizmaxSplitted up set_delodd test
2015-03-27 khizmaxSplitted up map_insdel_item_string test
2015-03-27 khizmaxSplitted up map_insdel_item_int test
2015-03-25 khizmaxSplitted up map_insdelfind test to reduce compiling...
2015-03-25 khizmaxSplitted up map_insdel_string test to reduce compiling...
2015-03-25 khizmaxSplitted up map_insdel_int test to reduce compiling...
2015-03-24 khizmaxSplitted up map_find_string test to reduce compiling...
2015-03-23 khizmaxSplitted up map_find_int test to reduce compiling time...
2015-03-23 khizmaxSplitted up map_insfind_int test to reduce compiling...
2015-03-23 khizmaxMerge branch 'integration' into dev
2015-03-23 khizmaxIssue #21: splitted map_delodd test
2015-03-23 khizmaxRemoved research code from BronsonAVLTreeMap
2015-03-20 khizmaxBronsonAVLTreeMap refactored
2015-03-19 khizmaxImproved checking of internal consistency for BronsonAV...
2015-03-18 khizmaxAdded more statistics to BronsonAVLTree
2015-03-17 khizmaxReplaced some CPPUNIT_ASSERT with CPPUNIT_CHECK in...
2015-03-16 khizmaxSplitted map_insdel_func test for reducing compiler...
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-15 khizmaxchanged BronsonAVLTreeMap test sequence
2015-03-12 khizmaxRemoved ancient code
2015-03-08 khizmaxAdded more measures to sync monitor statistics
2015-03-08 khizmaxadded CDS_USE_VLD for all DebugVLD win projects
2015-03-08 khizmaxAdded sync monitor statistics
2015-03-04 khizmaxAdded tree consistency checking to the map unit test
2015-03-04 khizmaxfixed Bronson's AVL-tree unit test
2015-03-04 khizmaxChanged test for Bronson AVL-tree compatibility
2015-03-02 khizmaxFixed Bronson AVL-Tree tests
2015-02-25 khizmaxMerge commit 'a9213ce45072f66144284647ccae242f91ca30af...
2015-02-25 khizmaxOn dev: bronson-unit-test
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: add extract_min/max
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxAdd new statistics
2015-02-06 khizmaxAdd internal statistics
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-26 khizmaxAdd total perf counters to set/map ins/del/find tests
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/unit: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/cppunit: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/test-hdr: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/unit: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/cppunit: changed .h file guard prefix...
2015-01-22 khizmaxFix issue#10: removed unnecessary null pointer checks
2015-01-22 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
2014-12-14 khizmaxfix typo
2014-12-14 khizmaxFix GCC 4.8 <atomic> incompatibility
2014-12-13 khizmaxImprove priority queue pop test
2014-12-02 khizmaxAdded -exact-match flag to unit test command line
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
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 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-29 khizmaxRemoving unused vars
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-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-20 khizmaxmovable guarded_ptr: unit tests
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
next