Merge branch 'ldionne-ldionne-cmake' into dev
[libcds.git] / cds / intrusive / impl / feldman_hashset.h
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-07-31 khizmaxRemoved trailing spaces
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-01-18 khizmaxdocfix
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-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-10-29 khizmaxRemoved trailing spaces
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-20 khizmaxHP refactoring:
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-06 khizmaxFixed rare heap-use-after-free bug
2016-07-06 khizmaxFixed doc typo
2016-05-30 khizmaxMerge branch 'dev'
2016-04-02 khizmaxMinor improvements, docfix, beautifying code
2016-03-19 khizmaxFixed a bug in emplace() function: should use allocator...
2016-03-14 khizmaxRemoved redundant assertion, minor improvements, docfix
2016-03-14 khizmaxFixed a bug in erase_at()
2016-03-14 khizmaxDocfix
2016-01-09 khizmaxFixed recursive links in docs
2016-01-05 khizmaxAdded copyright and license
2015-12-23 khizmaxFixed FeldmanHashSet
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-18 khizmaxAdded missing hazard ptr to FeldmanHashSet<HP> insert...
2015-11-13 khizmaxFixed doc typo, reformatting
2015-10-25 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-25 khizmaxCommon base class added for FeldmanHashSet/Map
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