libcds.git
2015-11-22 khizmaxRearranged queue tests
2015-11-22 khizmaxAdded new test for bounded queues
2015-11-22 khizmaxFixed memory-use-after-free bug in BasketQueue
2015-11-21 khizmaxFixed typo
2015-11-21 khizmaxSome minor changes in options doc
2015-11-21 khizmaxRearranged options.h to generate correct doxygen doc
2015-11-21 khizmaxEllenBinTree doc fixed
2015-11-20 khizmaxFixed a bug in EllenBinTree<RCU>
2015-11-20 khizmaxFixed memory leaks in threaded URCU (general_threaded...
2015-11-17 khizmaxAdded tree view to doxygen doc
2015-11-16 khizmaxFixed memory-use-after-free bug in EllenBinTree<HP>
2015-11-13 khizmaxFixed doc typo, reformatting
2015-11-08 khizmaxRenoved MD5 MT-test
2015-11-06 khizmaxAdded short description of new algorithms implemented...
2015-11-06 khizmaxChangelog
2015-11-05 khizmax[BronsonAVLTree] Fixed bug of counting of inserted...
2015-11-01 khizmaxChanged test parameters
2015-11-01 khizmaxFormatting
2015-11-01 khizmaxFixed bug in MichaelLit<RCU>
2015-10-31 khizmaxAdded epoch count as constructor parameter for DHP GC
2015-10-27 khizmaxRemoved sha-256 hash from test
2015-10-26 khizmaxFixed an error in EllenBinTreeMap ST-test
2015-10-25 khizmaxchangelog
2015-10-25 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-25 khizmaxCommon base class added for FeldmanHashSet/Map
2015-10-23 khizmaxAdded one more badge
2015-10-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-22 khizmaxFeldmanHashSet/Map: added level statistics
2015-10-22 khizmaxAdded project stats badge
2015-10-22 khizmaxAdded OpenHub badge
2015-10-22 khizmaxModified
2015-10-22 khizmaxModified
2015-10-22 khizmaxRemoved unused files
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-08 khizmaxSome small optimizations
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-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-30 khizmaxAdded intrusive::MultiLevelHashSet<RCU> implementation
2015-09-26 khizmaxModified Makefile
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 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-16 khizmaxFixed a typo
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-16 khizmaxFixed a typo
2015-09-16 khizmaxFixed cityhash build
2015-09-15 khizmaxFixed a bug in update() function
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-15 khizmaxFixed bugs in update() implementation
2015-09-15 khizmaxAdded [[deprected]] attribute support for vc14
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-15 khizmaxFixed vc14 warning
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-14 khizmaxAdded MS VisualStudio 2015 solution
2015-09-13 khizmaxExcluded deprecated functions ensure() and find(key...
2015-09-13 khizmaxRemoved MS VC++ 2015 TCP projects
2015-09-13 khizmaxRemoved unused helper BoundedArray class
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxFixed MultiLevelHashSet MT-test
2015-09-13 khizmaxRemoved unused implementation_tag typedef
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-09-01 khizmaxAdded compiler-specific CDS_DEPRECATED macro
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 MultiLevelHashSet/Map docs
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
next