CMake build system introduced (issue #9)
[libcds.git] / tests / unit /
2015-04-19 Eugeny KalishenkoCMake build system introduced (issue #9)
2015-04-14 khizmaxOn integration: Added more stats to Bronson's tree
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-09 khizmaxIssue #23: removed std::random_shuffle from tests
2015-04-09 khizmaxIssue #23: Added std::random_device to TestCase class
2015-04-07 khizmaxChanged map_delodd test
2015-04-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxset2 unit test: fixed GCC incompatibility
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-04-05 khizmaxImproved map unit test
2015-04-03 khizmaxFixed BronsonAVLTree insert/update bug (incomplete)
2015-03-30 khizmaxAdded MichaelMap based on unordered LazyList<nogc>...
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-29 khizmaxAdded more statistics, improved memory ordering
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-08 khizmaxAdded more measures to sync monitor statistics
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-07 khizmaxBronson's AVL-tree: add extract_min/max
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-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/unit: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/cppunit: changed .h file guard prefix...
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-13 khizmaxImprove priority queue pop test
2014-11-30 khizmaxReplacing some integral typedefs with standard types
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-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
next