Merge branch 'dev'
[libcds.git] / tests /
2015-05-12 khizmaxMerge branch 'dev'
2015-05-12 Max KhizhinskyMerge pull request #36 from khegeman/integration
2015-05-12 Kyle Hegemancopy test conf files to bin directory
2015-05-06 khizmaxTSan exam:
2015-04-30 khizmaxTSan exam: fixed data races and false positives in...
2015-04-30 khizmaxTSan exam: fixed intrusive stack test
2015-04-27 khizmaxMerge branch 'integration'
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 Max KhizhinskyMerge pull request #30 from krinkinmu/fix-typo
2015-04-27 Max KhizhinskyMerge pull request #29 from krinkinmu/rational-resizing...
2015-04-26 Mike KrinkinAdd tests for rational load factor resizing policy
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-22 khizmaxFixed data races found by tsan
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 Max KhizhinskyMerge pull request #28 from Rapotkinnik/upstream
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: 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 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
next