Uses different pass count for different parallel queue test cases
[libcds.git] / cds / intrusive / impl /
2017-09-12 khizmaxFixed -Wshadow warnings
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 khizmaxFixed memory ordering
2017-05-10 khizmaxissue #76: added cds::atomicity::cache_friendly_item_co...
2017-04-22 khizmax[TSan] Fixed memory order
2017-04-17 khizmaxFixed memory ordering (by TSan reports)
2017-03-13 khizmaxAdded erase_at( iterator ) function to MichaelHashSet...
2017-03-07 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-06 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-16 khizmaxFixed some minor compiler warnings
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...
2017-01-03 khizmaxRemoved trailing spaces
2017-01-02 khizmaxDocfix
2017-01-02 khizmaxSkipList: fixed infinite loop when one thread inserts...
2016-12-31 khizmaxUpdated copyright
2016-12-30 khizmaxSkipList: fixed memory leaks
2016-12-25 khizmaxSkipList: added a statistical measure
2016-12-25 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-12-24 khizmaxSkipList: improved dtor
2016-12-20 khizmaxSkipList: fixed erase() and find_fastpath() bugs
2016-12-17 khizmaxOn dev: SkipList: remove node state
2016-11-28 khizmaxPrecising internal statistics
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-12 khizmaxRemoved trailing spaces
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-24 khizmaxChanged algorithm of IterableList detecting
2016-10-23 khizmaxAdded intrusive SplitListSet based on IterableList
2016-10-17 khizmaxMerge branch 'dev' of https://github.com/khizmax/libcds...
2016-10-17 khizmaxIterableList: fixed memory ordering bugs found by TSan
2016-10-10 khizmaxImproved searching/removing paths
2016-10-10 khizmaxRefactored IterableList to prevent violation of the...
2016-10-06 khizmaxIterableList: renamed some internal methods
2016-10-04 khizmaxIterableList: fixed case of sequence breaking when...
2016-10-03 khizmaxRenamed internal stat events
2016-10-03 khizmaxFixed IterableList's node reusing
2016-10-03 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-10-03 khizmaxFixed IterableList ordering violation
2016-09-27 khizmaxFixed Clang build
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-25 khizmaxFixed minor gcc warnings
2016-09-14 khizmaxFixed SplitList destroying sequence
2016-09-07 khizmaxDocfix, minor changes
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-07 khizmaxSimplified IterableList iterator
2016-08-06 khizmaxFixed rare heap-use-after-free bug
2016-08-03 khizmaxRemoved redundant functions
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-02 khizmaxFixed LazyList erratum
2016-08-02 khizmaxFixed LazyList erratum
2016-08-01 khizmaxAdded container::IterableList<HP>
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-07-27 khizmaxExtending intrusive MichaelSet<HP> to IterableList
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-07-20 khizmaxAdded internal statistics for IterableList
2016-07-19 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-19 khizmaxAdded intrusive IterableList
2016-07-19 khizmaxAdded intrusive IterableList
2016-07-06 khizmaxFixed doc typo
2016-07-05 khizmaxDocfix
2016-07-05 khizmaxAdded branch prediction (cds_likely()/cds_unlikely...
2016-06-05 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-04 khizmaxFixed MichaelList assertion
2016-05-30 khizmaxMerge branch 'dev'
2016-05-03 khizmaxRenamed "ensure" to "update" in statistics
2016-04-15 khizmaxFixed doc
2016-04-12 khizmaxDocfix
2016-04-07 khizmaxDocfix
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-03-13 khizmaxDocfix
2016-03-13 khizmaxDocfix
2016-03-09 khizmaxFixed doc
2016-02-09 khizmaxDocfix
2016-02-08 khizmaxFixed intrusive LazyList:
2016-02-08 khizmaxMoved LazyList<HP> unit test to gtest framework
2016-02-07 khizmaxMoved MichaelList<HP> unit test to gtest framework
2016-02-07 khizmaxImproved docs
2016-01-09 khizmaxFixed recursive links in docs
2016-01-05 khizmaxAdded copyright and license
2016-01-05 khizmaxReformatting
2016-01-01 khizmaxFixed rare memory-use-after-free
2015-12-23 khizmaxFixed FeldmanHashSet
next