Removed unused implementation_tag typedef
[libcds.git] / cds / intrusive /
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-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...
2015-05-23 khizmaxFixed refactoring bugs
2015-05-23 khizmaxDoc fixed
2015-05-23 khizmaxAdded urcu::raw_ptr adapter for non-intrusive containers
2015-05-23 khizmaxAdded urcu::raw_ptr concept
2015-05-21 khizmaxAdded simplified form of urcu::batch_retire function
2015-05-21 khizmaxFixed MichaelList<RCU> removal bug (TBC: get() is still...
2015-05-21 khizmaxFixed MichaelList<RCU> removal bug (to be continued)
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-17 khizmaxTSan exam: SplitList
2015-05-16 khizmaxTSan exam: SplitList
2015-05-14 khizmaxTSan exam: EllenBinTree, FCPriorityQueue
2015-05-12 khizmaxFixed issue #37: removed atomic from EllenBinTree basic...
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-30 khizmaxTSan exam: fixed data races and false positives in...
2015-04-29 khizmaxTSan exam: fixed flat combining data race; eliminated...
2015-04-29 khizmaxTSan exam: fixed data race and the incorrect use of...
2015-04-28 khizmaxFixed TSan warnings in SplitList
2015-04-27 khizmaxMerge branch 'integration'
2015-04-27 khizmaxFixed split-list inc_item_count()
2015-04-27 khizmaxMerge branch 'integration'
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxFixed split-list inc_item_count()
2015-04-27 Max KhizhinskyMerge pull request #30 from krinkinmu/fix-typo
2015-04-27 Max KhizhinskyMerge pull request #29 from krinkinmu/rational-resizing...
2015-04-26 Mike KrinkinAdd rational load factor resizing policy
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-22 khizmaxFixed data races found by tsan
2015-04-21 Mike KrinkinRelax memory order constraints.
2015-04-21 Mike KrinkinOptimize fast path in inc_item_count.
2015-04-21 Mike KrinkinCast constant to size_t before left shift
2015-04-21 Mike KrinkinFix spelling and spaces.
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-04-19 Max KhizhinskyMerge pull request #28 from Rapotkinnik/upstream
2015-04-19 Max KhizhinskyMerge pull request #27 from krinkinmu/fastpath-opt
2015-04-18 Mike KrinkinRelax memory order constraints.
2015-04-18 Mike KrinkinOptimize fast path in inc_item_count.
2015-04-18 Mike KrinkinCast constant to size_t before left shift
2015-04-18 Mike KrinkinFix spelling and spaces.
2015-04-15 khizmaxRelaxed memory order in SplitList
next