libcds.git
2015-06-12 khizmaxAdded TSan annotation
2015-06-12 khizmaxFixed MichaelList<RCU> memory ordering
2015-06-12 khizmaxRemoved TSan annotations
2015-06-12 khizmaxAdded TSan annotations
2015-06-12 khizmaxRCU doc fixed
2015-06-07 khizmaxMichaelList refactored
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-29 khizmaxFixed Markdown layout
2015-05-29 khizmaxAdded links to the papers
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 khizmaxFixed compatibility with boost 1.58
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: update descriptor pool for EllenBinTree
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 khizmaxUpdated thanks file
2015-05-12 khizmaxMerge branch 'dev'
2015-05-12 Max KhizhinskyMerge pull request #36 from khegeman/integration
2015-05-12 Kyle Hegemancopy test conf files to bin directory
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 khizmaxAdded MS VC14 solution
2015-05-06 khizmaxRemoved vc14 CTP solution
2015-05-06 khizmaxTSan exam:
2015-04-30 khizmaxTSan exam: fixed data races and false positives in...
2015-04-30 khizmaxTSan exam: fixed intrusive stack test
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 tests for rational load factor resizing policy
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-24 khizmaxchangelog
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 khizmaxAdded CMakeList patching for distributive script
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-19 Eugeny KalishenkoCMake build system introduced (issue #9)
2015-04-19 Eugeny KalishenkoBuilding only library with cmake
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-14 khizmaxindex on integration: f6e850d Merge branch 'integration...
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-12 Max KhizhinskyMerge pull request #26 from krinkinmu/build-script-wip
next