Docfix
[libcds.git] / cds /
2015-12-22 khizmaxDocfix
2015-12-22 khizmaxRemoved wrong assertion
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-20 Max KhizhinskyMerge pull request #47 from eugenyk/master
2015-12-20 khizmaxRebuilt threaded uRCU logic
2015-12-20 khizmaxFixed false assert
2015-12-19 Eugeny KalishenkoFixed files encoding (#46)
2015-12-18 khizmaxAdded missing hazard ptr to FeldmanHashSet<HP> insert...
2015-12-17 khizmaxMinor changes induced by improvements of Vyukov queue
2015-12-17 khizmaxMake Vyukov queue linearizable
2015-12-14 khizmaxLazyList refactoring
2015-12-11 khizmaxFixed Cppcheck warnings
2015-12-11 khizmaxFixed noexcept args
2015-12-10 khizmaxFixed noexcept spec
2015-12-10 khizmaxFixed issues found by Cppcheck
2015-12-09 khizmaxFixed BronsonAVLTreeMap nullptr access
2015-12-08 khizmaxAdjust member padding
2015-12-05 khizmaxDoc fix
2015-12-02 khizmaxFixed assertion in threaded uRCU
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-29 khizmaxFixed MSVC 14 incompatibility
2015-11-29 khizmaxFixed memory leaks in flat-combining algo
2015-11-28 khizmaxSmall improvements in TsigasCycleQueue
2015-11-28 khizmaxFixed rare double-free in DHP SMR
2015-11-22 khizmaxFixed memory-use-after-free bug in BasketQueue
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-16 khizmaxFixed memory-use-after-free bug in EllenBinTree<HP>
2015-11-13 khizmaxFixed doc typo, reformatting
2015-11-05 khizmax[BronsonAVLTree] Fixed bug of counting of inserted...
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-25 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-25 khizmaxCommon base class added for FeldmanHashSet/Map
2015-10-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-22 khizmaxFeldmanHashSet/Map: added level statistics
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 khizmaxSome small optimizations
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 khizmaxFixed a typo
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-16 khizmaxFixed a typo
2015-09-15 khizmaxFixed a bug in update() function
2015-09-15 khizmaxFixed bugs in update() implementation
2015-09-15 khizmaxAdded [[deprected]] attribute support for vc14
2015-09-15 khizmaxFixed vc14 warning
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-13 khizmaxRemoved unused helper BoundedArray class
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-10 khizmaxRefactored Set_InsDel_func MT-test
2015-09-09 khizmaxRefactored Set_DelOdd MT-test
2015-09-07 khizmaxRefactored Map_InsDelFind MT-test
2015-09-06 khizmaxStripedSet: replace ensure() with update()
2015-09-05 khizmaxStripedMap: replace ensure() with update(), find(key...
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 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-19 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-18 khizmax[draft] MultiLevelHashMap<HP> implementation
2015-08-17 khizmax[draft] container::MultiLevelHashMap
2015-08-15 khizmaxFixed typos in general intrusive container doc
2015-08-15 khizmax[draft] implemented container::MultiLevelHashSet
2015-08-14 khizmaxintrusive MultiLevelHashSet<HP>: comment std::iterator_...
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-08-12 khizmaxintrusive MultiLevelHashSet:
2015-08-11 khizmaxintrusive MultiLevelHashSet: added reverse iterator...
2015-08-10 khizmaxAdded MltiLevelHashSet bidirectional thread-safe iterators
2015-08-10 khizmaxChanged internal structure of MultiLevelHashSet node...
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-08-05 khizmaxSmall fixes in split_bitstring algo
2015-08-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-30 khizmaxIntrusive MultiLevelHashSet draft done
2015-07-26 khizmaxintrusive MichaelList: replaced ensure() with update()
2015-07-25 khizmaxSkipList:
next