Merge branch 'dev-gtest' into dev
[libcds.git] / cds / container /
2016-01-05 khizmaxAdded copyright and license
2015-12-24 khizmaxText formatting, docfix
2015-12-22 khizmaxDocfix
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-19 Eugeny KalishenkoFixed files encoding (#46)
2015-12-17 khizmaxMake Vyukov queue linearizable
2015-12-09 khizmaxFixed BronsonAVLTreeMap nullptr access
2015-12-08 khizmaxAdjust member padding
2015-11-13 khizmaxFixed doc typo, reformatting
2015-11-05 khizmax[BronsonAVLTree] Fixed bug of counting of inserted...
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-04 khizmaxAdded container::MultiLevelHashMap<RCU> specialization
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-20 khizmaxBugfix
2015-09-16 khizmaxFixed a typo
2015-09-15 khizmaxFixed a bug in update() function
2015-09-15 khizmaxFixed bugs in update() implementation
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-10 khizmaxRefactored Set_InsDel_func MT-test
2015-09-09 khizmaxRefactored Set_DelOdd MT-test
2015-09-07 khizmaxRefactored Map_InsDelFind MT-test
2015-09-06 khizmaxStripedSet: replace ensure() with update()
2015-09-05 khizmaxStripedMap: replace ensure() with update(), find(key...
2015-09-05 khizmaxAdded MultiLevelHashMap to Map_insdel_int MT-test
2015-09-05 khizmaxRefactored Map_insdel_int MT-test
2015-09-01 khizmaxCuckooMap, CuckooSet:
2015-08-30 khizmaxBronsonAVLTreeMap:
2015-08-30 khizmaxEllenBinTreeMap, EllenBinTreeSet:
2015-08-29 khizmax* SkipListMap, SkipListSet:
2015-08-29 khizmaxSplitListMap, SplitListSet:
2015-08-29 khizmaxRefactored MapDelOdd MT-test
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-07-25 khizmaxSkipList:
2015-07-15 khizmaxFixed compiler errors
2015-07-12 khizmaxReplaced alignment option with padding for VyukovMPMCCy...
2015-07-11 khizmaxRWQueue refactoring for eliminating data race (TSan)
2015-07-08 khizmaxFixed doxygen 1.8.10 incompabilities
2015-07-02 khizmaxDocfix
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-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 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-21 khizmaxFixed MichaelList<RCU> removal bug (TBC: get() is still...
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-14 khizmaxTSan exam: EllenBinTree, FCPriorityQueue
2015-05-13 Max KhizhinskyMerge pull request #40 from khegeman/integration
2015-05-13 Kyle Hegemanimplement emplace using equeue_with
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-28 khizmaxFixed TSan warnings in SplitList
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 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-23 khizmaxGCC 5 compatibility: std::list::size() O(1) complexity
2015-04-22 khizmaxFixed data races found by tsan
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-04-17 khizmaxFixed memory ordering (BronsonAVLTreeMap, tsan)
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-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxFixed missing memory order
next