Fixed -Wshadow warnings
[libcds.git] / cds / container / details /
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-07-31 khizmaxRemoved trailing spaces
2017-05-28 khizmaxFixed memory ordering
2017-05-10 khizmaxissue #76: added cds::atomicity::cache_friendly_item_co...
2017-04-22 khizmax[SkipList] Added random-lvel generators for max height...
2017-04-22 khizmax[TSan] Fixed memory order
2017-04-18 khizmaxAdded release barrier to node initialization
2017-03-15 khizmaxAdded several bit reversal algo
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-19 khizmaxFixed compiler error
2017-02-19 khizmax[FeldmanHashSet/Map]: hash splitter algo can be specifi...
2017-02-03 khizmaxBronsonAVLTreeMap: fixed extract_min/max functions
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2017-01-02 khizmaxDocfix
2016-12-31 khizmaxUpdated copyright
2016-11-27 khizmaxFixed use-after-free bug in SkipList<HP>
2016-11-20 khizmaxMerge branch 'integration' into dev
2016-11-19 khizmaxReformatted SkipList, added memory barrier after tower...
2016-11-13 khizmaxFixed tests and gcc incompatibilities
2016-11-12 khizmaxDocfix
2016-11-12 khizmaxAdded hash_size option support to FeldmanHashMap
2016-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-10-30 khizmaxIterableList: fixed a complex bug that can be called...
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-10-27 khizmaxAdded container::SlitListSet<HP> based on IterableList
2016-10-24 khizmaxChanged algorithm of IterableList detecting
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxRemoved trailing spaces
2016-09-07 khizmaxDocfix, minor changes
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-21 khizmaxAdded MichaelMap<HP> based on IterableList
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-04 khizmaxAdded IterableList<HP> support to MichaelSet
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-01 khizmaxAdded container::IterableKVList<HP>
2016-08-01 khizmaxAdded container::IterableList<HP>
2016-08-01 khizmaxA little generalizations
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-07-26 khizmaxAdded internal statistics for LazyList
2016-07-26 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-25 khizmaxAdded internal statistics for LazyList
2016-07-25 khizmaxAdded internal statistics to MichaelList, IterableList
2016-05-30 khizmaxMerge branch 'dev'
2016-04-20 khizmaxDocfix
2016-04-16 khizmaxDocfix, formatting, minor bugs
2016-04-02 khizmaxMinor improvements, docfix, beautifying code
2016-04-02 khizmaxFixed some bugs related to type conversion
2016-02-17 khizmaxDocfix
2016-02-16 khizmaxMoved HP-based KV-list unit test to gtest framework
2016-02-14 khizmaxFixed LazyList when a lock type is specified
2016-02-09 khizmaxDocfix
2016-01-05 khizmaxAdded copyright and license
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-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-05 khizmaxAdded MultiLevelHashMap to Map_insdel_int MT-test
2015-09-01 khizmaxCuckooMap, CuckooSet:
2015-08-29 khizmaxMichaelList, LazyList, MichaelMap:
2015-08-23 khizmaxRemoved trailing whitespaces
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-05-30 khizmax Changed SplitListSet/Map<RCU> for new MichaelList...
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-12 khizmaxMerge branch 'dev'
2015-05-07 khizmaxTSan exam: SkipList
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-04-14 khizmaxOn integration: Added more stats to Bronson's tree
2015-04-12 khizmaxMerge branch 'integration' into dev
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-03 khizmaxFixed BronsonAVLTree insert/update bug (incomplete)
2015-04-03 khizmaxMerge branch 'integration' into dev
2015-04-02 khizmaxRemoved trailing spaces
2015-04-02 khizmaxBronsonAVLTreeMap: minor changes
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 khizmaxAdded more statistics, improved memory ordering
2015-03-28 Mike KrinkinImplement find_with in nonintrusive and k/v lists.
2015-03-28 Mike KrinkinSupport sort option in nonintrusive and kv lists.
2015-03-28 Mike KrinkinAdd equal_to/sort options to nonintrusive trait.
2015-03-23 khizmaxRemoved research code from BronsonAVLTreeMap
next