Incorporated MultiLevelHashMap<RCU> into map MT-test
[libcds.git] / tests /
2015-10-08 khizmaxIncorporated MultiLevelHashMap<RCU> into map MT-test
2015-10-06 khizmaxAdded MultiLevelHashSet<RCU> to the set MT tests
2015-10-04 khizmaxAdded container::MultiLevelHashMap<RCU> specialization
2015-10-04 khizmaxAdded container::MultiLevelHashSet<RCU> specialization
2015-09-30 khizmaxAdded intrusive::MultiLevelHashSet<RCU> implementation
2015-09-26 khizmaxAdded -list option to test framework
2015-09-25 khizmaxFixed: CityHash is supported only in 64bit mode
2015-09-20 khizmaxBugfix
2015-09-17 khizmaxFixed a bug in map MT-test
2015-09-16 khizmaxFixed cityhash build
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-13 khizmaxExcluded deprecated functions ensure() and find(key...
2015-09-13 khizmaxFixed MultiLevelHashSet MT-test
2015-09-13 khizmaxRefactored Set_InsDelFind MT-test
2015-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-12 khizmaxRefactored Set_InsDel_string MT-test
2015-09-10 khizmaxRefactored Set_InsDel_func MT-test
2015-09-09 khizmaxRefactored Set_DelOdd MT-test
2015-09-07 khizmaxRefactored Map_InsDel_Item_string MT-test
2015-09-07 khizmaxRefactored Map_InsDel_Item_int MT-test
2015-09-07 khizmaxRefactored Map_InsDelFind MT-test
2015-09-06 khizmaxRefactored Map_InsFind_int MT-test
2015-09-06 khizmaxRefactored Map_find_string MT-test
2015-09-06 khizmaxStripedSet: replace ensure() with update()
2015-09-06 khizmaxfixed an error in less() predicate
2015-09-06 khizmaxAdded less() predicate for CityHash
2015-09-05 khizmaxAdded MD5, SHA256, CityHash hash function for MultiLeve...
2015-09-05 khizmaxRefactored Map_InsDel_string MT-test
2015-09-05 khizmaxStripedMap: replace ensure() with update(), find(key...
2015-09-05 khizmaxAdded StdMap to Map_InsDel_int MT-test
2015-09-05 khizmaxAdded MultiLevelHashMap to Map_insdel_int MT-test
2015-09-05 khizmaxRefactored Map_insdel_int MT-test
2015-09-01 khizmaxCuckooMap, CuckooSet:
2015-08-30 khizmaxBronsonAVLTreeMap:
2015-08-30 khizmaxEllenBinTreeMap, EllenBinTreeSet:
2015-08-29 khizmax* SkipListMap, SkipListSet:
2015-08-29 khizmaxSplitListMap, SplitListSet:
2015-08-29 khizmaxRefactored MapDelOdd MT-test
2015-08-29 khizmaxMichaelList, LazyList, MichaelMap:
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-23 khizmaxFixed MultiLevelHashMap double registration of unit...
2015-08-23 khizmaxFixed build script
2015-08-23 khizmaxMultiLevelHashSet/Map<HP> - fixed GCC incompatibility
2015-08-23 khizmax- Refactored MultiLevelHashSet<HP> iterators
2015-08-20 khizmaxAdded container::MultiLevelHashSet<HP> unit tests
2015-08-14 khizmaxFixed hdr test for MultiLevelHashSet<HP>
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-08-12 khizmaxintrusive MultiLevelHashSet:
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-08-05 khizmaxSmall fixes in split_bitstring algo
2015-08-03 khizmaxAdded 64bit test for split_bitstring algo
2015-08-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-25 khizmaxSkipList:
2015-07-15 khizmaxFixed RWQueue test
2015-07-15 khizmaxRemoved unused data
2015-07-15 khizmaxFixed compiler errors
2015-07-11 khizmaxRWQueue refactoring for eliminating data race (TSan)
2015-06-28 khizmaxSuppressed TSan false positive warnings
2015-06-27 khizmaxChanged: OptimisticQueue: use padding option instead...
2015-06-23 khizmaxChanged: use padding option instead of alignment one
2015-06-12 khizmaxFixed data race in stack test (found by TSan)
2015-05-31 khizmaxChanged SkipListSet/Map<RCU> for new get() semantics...
2015-05-30 khizmax Changed SplitListSet/Map<RCU> for new MichaelList...
2015-05-24 khizmaxRenamed get_result typedef to raw_ptr
2015-05-23 khizmaxChanged MichaelSet/Map<RCU> for new MichaelList extract...
2015-05-23 khizmaxApplied raw_ptr to non-intrusive MichaelKVList<RCU>
2015-05-23 khizmaxAdded urcu::raw_ptr adapter for non-intrusive containers
2015-05-23 khizmaxAdded urcu::raw_ptr concept
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-17 khizmaxTSan exam: update descriptor pool for EllenBinTree
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
next