Fixed Clang build
[libcds.git] / cds / intrusive / impl /
2016-09-27 khizmaxFixed Clang build
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-25 khizmaxFixed minor gcc warnings
2016-09-14 khizmaxFixed SplitList destroying sequence
2016-09-07 khizmaxDocfix, minor changes
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-20 khizmaxHP refactoring:
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-07 khizmaxSimplified IterableList iterator
2016-08-06 khizmaxFixed rare heap-use-after-free bug
2016-08-03 khizmaxRemoved redundant functions
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-02 khizmaxFixed LazyList erratum
2016-08-02 khizmaxFixed LazyList erratum
2016-08-01 khizmaxAdded container::IterableList<HP>
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-07-27 khizmaxExtending intrusive MichaelSet<HP> to IterableList
2016-07-26 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-25 khizmaxAdded internal statistics for LazyList
2016-07-25 khizmaxAdded internal statistics to MichaelList, IterableList
2016-07-20 khizmaxAdded internal statistics for IterableList
2016-07-19 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-19 khizmaxAdded intrusive IterableList
2016-07-19 khizmaxAdded intrusive IterableList
2016-07-06 khizmaxFixed doc typo
2016-07-05 khizmaxDocfix
2016-07-05 khizmaxAdded branch prediction (cds_likely()/cds_unlikely...
2016-06-05 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-04 khizmaxFixed MichaelList assertion
2016-05-30 khizmaxMerge branch 'dev'
2016-05-03 khizmaxRenamed "ensure" to "update" in statistics
2016-04-15 khizmaxFixed doc
2016-04-12 khizmaxDocfix
2016-04-07 khizmaxDocfix
2016-04-02 khizmaxMinor improvements, docfix, beautifying code
2016-03-19 khizmaxFixed a bug in emplace() function: should use allocator...
2016-03-14 khizmaxRemoved redundant assertion, minor improvements, docfix
2016-03-14 khizmaxFixed a bug in erase_at()
2016-03-14 khizmaxDocfix
2016-03-13 khizmaxDocfix
2016-03-13 khizmaxDocfix
2016-03-09 khizmaxFixed doc
2016-02-09 khizmaxDocfix
2016-02-08 khizmaxFixed intrusive LazyList:
2016-02-08 khizmaxMoved LazyList<HP> unit test to gtest framework
2016-02-07 khizmaxMoved MichaelList<HP> unit test to gtest framework
2016-02-07 khizmaxImproved docs
2016-01-09 khizmaxFixed recursive links in docs
2016-01-05 khizmaxAdded copyright and license
2016-01-05 khizmaxReformatting
2016-01-01 khizmaxFixed rare memory-use-after-free
2015-12-23 khizmaxFixed FeldmanHashSet
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-18 khizmaxAdded missing hazard ptr to FeldmanHashSet<HP> insert...
2015-12-14 khizmaxLazyList refactoring
2015-11-21 khizmaxEllenBinTree doc fixed
2015-11-16 khizmaxFixed memory-use-after-free bug in EllenBinTree<HP>
2015-11-13 khizmaxFixed doc typo, reformatting
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-09 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-08 khizmaxSome small optimizations
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-30 khizmaxAdded intrusive::MultiLevelHashSet<RCU> implementation
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-08-30 khizmaxEllenBinTreeMap, EllenBinTreeSet:
2015-08-29 khizmax* SkipListMap, SkipListSet:
2015-08-29 khizmaxSplitListMap, SplitListSet:
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 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-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-07-30 khizmaxIntrusive MultiLevelHashSet draft done
2015-07-26 khizmaxintrusive MichaelList: replaced ensure() with update()
2015-07-25 khizmaxSkipList:
2015-07-22 khizmaxImplemented bit-string splitting for MultiLevelHashSet
2015-07-22 khizmaxFixed intrusive MultiLevelHashSet interface
2015-07-21 khizmaxFixed make_comparator metafunction
2015-07-20 khizmaxStart implementing MultiLevelHashSet
2015-07-12 khizmaxFixed data races in EllenBinTree (TSan)
2015-06-12 khizmaxRemoved TSan annotations
next