Fixed -Wshadow warnings
[libcds.git] / cds / container / impl /
2017-09-14 khizmaxFixed -Wshadow warnings
2017-09-12 khizmaxFixed -Wshadow warnings
2017-08-29 khizmaxformatting v2.3.1
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-06-03 khizmaxAdded TSan happens-before annotations (TSan don't under...
2017-05-28 khizmaxFixed memory ordering
2017-05-26 khizmax[ARM] Added memory fences for strict modification order...
2017-03-14 khizmaxRemoved wrong assertion
2017-03-14 khizmaxRearranged rotation code
2017-03-13 khizmaxAdded erase_at( iterator ) function to MichaelHashSet...
2017-03-11 khizmaxAdded assertions for node ordering
2017-02-03 khizmaxBronsonAVLTreeMap: docfix
2017-02-03 khizmaxBronsonAVLTreeMap: fixed extract_min/max functions
2017-01-18 khizmaxdocfix
2017-01-17 khizmaxFixed doxygen comments
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2016-12-31 khizmaxUpdated copyright
2016-12-26 khizmaxRemoved redundant assertion
2016-11-12 khizmaxAdded hash_size option support to FeldmanHashMap
2016-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-10-10 khizmaxRefactored IterableList to prevent violation of the...
2016-09-26 khizmaxFixed minor gcc warnings
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-21 khizmaxAdded MichaelMap<HP> based on IterableList
2016-08-20 khizmaxHP refactoring:
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-04 khizmaxAdded IterableList<HP> support to MichaelSet
2016-08-03 khizmaxFixed explicit ctor stuff
2016-08-03 khizmaxReplaced const-reference with rvalue in insert/update...
2016-08-03 khizmaxFixed explicit ctor stuff
2016-08-03 khizmaxFixed explicit ctor stuff
2016-08-03 khizmaxRemoved redundant checking
2016-08-03 khizmaxRemoved redundant functions
2016-08-03 khizmaxFixed gcc incompatibility
2016-08-02 khizmaxAdded unit tests for IterableKVList<HP>
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-01 khizmaxDocfix
2016-08-01 khizmaxAdded container::IterableKVList<HP>
2016-08-01 khizmaxAdded container::IterableList<HP>
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-07-26 khizmaxAdded internal statistics for LazyList
2016-07-25 khizmaxAdded internal statistics to MichaelList, IterableList
2016-07-06 khizmaxFixed doc typo
2016-05-30 khizmaxMerge branch 'dev'
2016-04-21 khizmaxDocfix
2016-04-20 khizmaxDocfix
2016-04-16 khizmaxFixed doxygen markup
2016-04-16 khizmaxFixed emplace(), added static_assert( key_type must...
2016-04-16 khizmaxDocfix, formatting, minor bugs
2016-04-15 khizmaxFixed doc
2016-04-02 khizmaxMinor improvements, docfix, beautifying code
2016-04-02 khizmaxFixed some bugs related to type conversion
2016-03-19 khizmaxFixed a bug in emplace() function: should use allocator...
2016-03-19 khizmaxFixed constness, improved doc
2016-03-17 khizmaxFixed serious bug in MichaelSet::emplace() function
2016-03-15 khizmaxFixed serious bug in MichaelSet::emplace() function
2016-03-14 khizmaxDocfix
2016-03-09 khizmaxFixed doc
2016-02-18 khizmaxDocfix
2016-02-17 khizmaxDocfix
2016-02-16 khizmaxMoved HP-based KV-list unit test to gtest framework
2016-02-14 khizmaxAdded Hazard Pointer count
2016-02-13 khizmaxDocfix
2016-01-09 khizmaxFixed recursive links in docs
2016-01-05 khizmaxAdded copyright and license
2015-12-09 khizmaxFixed BronsonAVLTreeMap nullptr access
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-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-09 khizmaxRefactored Set_DelOdd MT-test
2015-09-07 khizmaxRefactored Map_InsDelFind MT-test
2015-08-30 khizmaxBronsonAVLTreeMap:
2015-08-30 khizmaxEllenBinTreeMap, EllenBinTreeSet:
2015-08-29 khizmax* SkipListMap, SkipListSet:
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
next