Formatting
[libcds.git] / projects /
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-29 khizmaxChanged VC project properties
2015-11-22 khizmaxAdded new test for bounded queues
2015-11-08 khizmaxRenoved MD5 MT-test
2015-10-27 khizmaxRemoved sha-256 hash from test
2015-10-21 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-20 khizmaxRenamed MultiLevelHashSet/Map to FeldmanHashSet/Map
2015-10-18 khizmaxMultiLevelHashSet test, bugfixing
2015-10-09 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-08 khizmaxIncorporated MultiLevelHashMap<RCU> into map MT-test
2015-10-04 khizmaxAdded container::MultiLevelHashMap<RCU> specialization
2015-10-04 khizmaxAdded container::MultiLevelHashSet<RCU> specialization
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-30 khizmaxAdded intrusive::MultiLevelHashSet<RCU> implementation
2015-09-20 khizmaxBugfix
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-14 khizmaxAdded MS VisualStudio 2015 solution
2015-09-13 khizmaxRemoved MS VC++ 2015 TCP projects
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-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-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 khizmaxFixed build script
2015-08-23 khizmax- Refactored MultiLevelHashSet<HP> iterators
2015-08-20 khizmaxAdded container::MultiLevelHashSet<HP> unit tests
2015-08-19 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-17 khizmax[draft] container::MultiLevelHashMap
2015-08-15 khizmax[draft] implemented container::MultiLevelHashSet
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-08-03 khizmaxAdded 64bit test for split_bitstring algo
2015-08-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-07-20 khizmaxStart implementing MultiLevelHashSet
2015-07-16 khizmaxFixed msvc12 linker flags
2015-05-31 khizmaxChanged SkipListSet/Map<RCU> for new get() semantics...
2015-05-23 khizmaxFixed compatibility with boost 1.58
2015-05-23 khizmaxAdded urcu::raw_ptr concept
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxAdded MS VC14 solution
2015-05-06 khizmaxRemoved vc14 CTP solution
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-22 khizmaxFixed data races found by tsan
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-04-06 khizmaxWin projects: disabled some noise warnings
2015-04-05 khizmaxWin projects: disabled some noise warnings
2015-04-05 khizmaxWin projects: disabled some noise warnings
2015-04-05 khizmaxWin projects: disabled some noise warnings
2015-04-04 khizmaxWin projects: disabled some noise warnings
2015-04-04 khizmaxSplit Win unit-test projects to reduce compiling time
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 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
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 khizmaxFixed build script
2015-03-27 khizmaxFixed build script
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-16 khizmaxSplitted map_insdel_func test for reducing compiler...
2015-03-16 khizmaxRemoved legacy comparator.h
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-08 khizmaxadded CDS_USE_VLD for all DebugVLD win projects
2015-03-08 khizmaxAdded sync monitor statistics
next