Merge branch 'dev-gtest' into dev
[libcds.git] / cds / intrusive /
2016-01-05 khizmaxAdded copyright and license
2016-01-05 khizmaxReformatting
2016-01-01 khizmaxFixed rare memory-use-after-free
2015-12-28 khizmaxFixed FeldmanHashSet<RCU>
2015-12-24 khizmaxFixed compatibility with boost 1.59 for striped intrusi...
2015-12-24 khizmaxText formatting, docfix
2015-12-23 khizmaxFixed FeldmanHashSet
2015-12-23 khizmaxsome improvements
2015-12-23 khizmaxAdded more assertion
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 khizmaxMake Vyukov queue linearizable
2015-12-14 khizmaxLazyList refactoring
2015-12-05 khizmaxDoc fix
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-29 khizmaxFixed MSVC 14 incompatibility
2015-11-28 khizmaxSmall improvements in TsigasCycleQueue
2015-11-22 khizmaxFixed memory-use-after-free bug in BasketQueue
2015-11-21 khizmaxEllenBinTree doc fixed
2015-11-20 khizmaxFixed a bug in EllenBinTree<RCU>
2015-11-16 khizmaxFixed memory-use-after-free bug in EllenBinTree<HP>
2015-11-13 khizmaxFixed doc typo, reformatting
2015-11-01 khizmaxFixed bug in MichaelLit<RCU>
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::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-16 khizmaxFixed a typo
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-09 khizmaxRefactored Set_DelOdd MT-test
2015-09-06 khizmaxStripedSet: replace ensure() with update()
2015-09-01 khizmaxCuckooMap, CuckooSet:
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 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-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:
2015-07-22 khizmaxImplemented bit-string splitting for MultiLevelHashSet
2015-07-22 khizmaxFixed intrusive MultiLevelHashSet interface
2015-07-21 khizmaxFixed gcc-4.9 warning
2015-07-21 khizmaxFixed make_comparator metafunction
2015-07-20 khizmaxStart implementing MultiLevelHashSet
2015-07-18 khizmaxFixed a bug in MichaelList<RCU>::extract function
2015-07-12 khizmaxFixed data races in EllenBinTree (TSan)
2015-07-12 khizmaxReplaced alignment option with padding for VyukovMPMCCy...
2015-07-08 khizmaxFixed doxygen 1.8.10 incompabilities
2015-07-02 khizmaxDocfix
2015-06-28 khizmaxSuppressed TSan false positive warnings
2015-06-27 khizmaxRenamed m_nHazardPtrCount to c_nHazardPtrCount
2015-06-27 khizmaxChanged: OptimisticQueue: use padding option instead...
2015-06-23 khizmaxChanged: use padding option instead of alignment one
2015-06-15 khizmaxQueue refactoring
2015-06-12 khizmaxReplaced a functor with lambda in TreiberStack
2015-06-12 khizmaxFixed MichaelList<RCU> memory ordering
2015-06-12 khizmaxRemoved TSan annotations
2015-06-07 khizmaxMichaelList refactored
2015-06-04 khizmaxFixed split-list hash functor requirements in the doc
2015-06-03 khizmaxTSan: fixed MichaelList memory ordering constraints
2015-06-03 khizmaxtypo fixed
2015-06-02 khizmaxAdded missing header, doc fixed
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...
next