Modified Hazard Pointer SMR to conform C++11 memory model more strictly
[libcds.git] / cds /
2015-06-07 khizmaxModified Hazard Pointer SMR to conform C++11 memory...
2015-06-05 khizmaxDoc fixed
2015-06-05 khizmaxAdded total-relaxed memory model for testing purposes
2015-06-04 khizmaxFixed DHP GC initialization order
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 khizmaxApplied raw_ptr to non-intrusive MichaelKVList<RCU>
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 missing function qualifiers
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-14 khizmaxRemoved mingw-gcc warnings
2015-05-13 khizmaxrandom_shuffle_permutation refactoring
2015-05-13 Max KhizhinskyMerge pull request #40 from khegeman/integration
2015-05-13 Kyle Hegemanimplement emplace using equeue_with
2015-05-12 khizmaxSimplified random_shuffle_permutation implementation
2015-05-12 khizmaxFixed issue #37: removed atomic from EllenBinTree basic...
2015-05-12 khizmaxMerge branch 'dev'
2015-05-07 Marsel Galimullinfixed empy function in flat combiner containers
2015-05-07 khizmaxTSan exam: SkipList
2015-05-07 Max KhizhinskyMerge pull request #33 from mgalimullin/fix_fc_empty
2015-05-07 Marsel Galimullinfixed empy function in flat combiner containers
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 KrinkinFix typos, no functional changes
2015-04-26 Mike KrinkinAdd rational load factor resizing policy
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-23 khizmaxGCC 5 compatibility: std::list::size() O(1) complexity
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-17 khizmaxFixed memory ordering (BronsonAVLTreeMap, tsan)
2015-04-16 khizmaxAdded missing header
2015-04-15 khizmaxRelaxed memory order in SplitList
2015-04-14 khizmaxBronsonAVLTree: removed unused code
2015-04-14 khizmaxOn integration: Added more stats to Bronson's tree
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-11 khizmaxFixed do typo
2015-04-11 khizmaxIssue #23: replaced std::random_shuffle with std::random
2015-04-07 khizmaxaligned allocator is raised std::bad_alloc when no...
2015-04-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxFixed missing memory order
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-04-05 khizmaxBronsonAVLTreeMap: removed recursion
2015-04-04 khizmaxBronsonAVLTreeMap: fixed update() bug
2015-04-04 khizmaxBronsonAVLTreeMap: fixed remove algorithm
2015-04-04 khizmaxBronsonAVLTreeMap: fixed memory ordering
2015-04-03 khizmaxFixed BronsonAVLTree insert/update bug (incomplete)
2015-04-03 khizmaxMerge branch 'integration' into dev
2015-04-02 khizmaxRemoved trailing spaces
2015-04-02 khizmaxFixed docs
2015-04-02 khizmaxBronsonAVLTreeMap: minor changes
2015-03-31 khizmaxFixed error in BronsonAVLTreeMap::find()
2015-03-30 khizmaxRenamed test-hdr/ordered_list dir to test-hdr/list...
2015-03-30 khizmaxRefactored LazyList<nogc> with ordering option
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
2015-03-29 khizmaxRemoved unused parameter
2015-03-29 khizmaxAdded more statistics, improved memory ordering
2015-03-28 Mike KrinkinImplement find_with in nonintrusive and k/v lists.
next