Trims down unnecessary queue test casese
[libcds.git] / test / unit /
2017-09-14 khizmaxFixed -Wshadow warnings
2017-09-12 khizmaxFixed -Wshadow warnings
2017-08-29 khizmaxformatting v2.3.1
2017-08-24 khizmaxModified travis script
2017-08-24 khizmaxChanged target name
2017-08-23 UnknownMerge remote-tracking branch 'khizmax/master'
2017-08-21 Max KhizhinskyMerge pull request #85 from mgalimullin/fix_cmakelists
2017-08-20 Marsel Galimullinfixed add_custom_target() in intrusice-set and set
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-31 khizmaxRefactoring exponential and delay back-off strategies...
2017-05-23 khizmaxFixed clang "unused-function" warning
2017-05-14 khizmaxFixed several bugs in WeakRungBuffer
2017-05-12 khizmaxWrapped gtest/gtest.h into cds_test/ext_gtest.h to...
2017-05-10 khizmaxissue #76: added cds::atomicity::cache_friendly_item_co...
2017-05-09 khizmaxAdded WeakRingBuffer - a single-producer/single-consume...
2017-04-26 khizmaxFixed minor warnings
2017-04-24 khizmaxRemoved prohibited atomic<void*>::fetch_xxx() tests
2017-04-22 khizmax[SkipList] Added random-lvel generators for max height...
2017-03-18 khizmaxRemoved signal_threaded uRCU
2017-03-15 khizmaxAdded several bit reversal algo
2017-03-13 khizmaxAdded erase_at( iterator ) function to MichaelHashSet...
2017-03-13 khizmaxFixed clang 4 incompatibility
2017-03-08 khizmaxFixed split-bitstring test for BE arch
2017-03-07 khizmaxFixed test for 32-bit platforms
2017-03-05 khizmax[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizer...
2017-03-05 khizmaxFixed compiler warnings
2017-03-05 khizmaxRemoved asan_errors.cpp from build
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-28 khizmaxFixed CMakeList
2017-02-27 khizmaxAdded ASan simple test to setup Jenkins report
2017-02-26 khizmax[undo] Fixed CLang incompatibility
2017-02-26 khizmaxFixed CLang incompatibility
2017-02-26 khizmaxFixed CLang incompatibility
2017-02-20 khizmax[CI] Changed CMake scripts for tests
2017-02-20 khizmax[CI] Changed CMake scripts for tests
2017-02-16 khizmaxFixed some minor compiler warnings
2017-01-19 khizmaxFixed minor compiler warnings
2017-01-18 khizmaxFixed minor compiler warning
2017-01-18 khizmaxFixed minor compiler warnings
2017-01-18 khizmaxFixed minor compiler warnings
2017-01-18 khizmaxdocfix
2017-01-17 khizmaxAdded more test output
2017-01-16 khizmaxFixed FCQueue tests
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-15 khizmaxHP and DHP SMR totally refactored
2016-12-31 khizmaxUpdated copyright
2016-12-05 Marsel Galimullindeleted tabs
2016-12-05 Marsel Galimullinsimple changes
2016-12-05 Marsel GalimullinMade stress-test for flat combining queue container.
2016-12-05 Marsel Galimullinadded fc_heavy_value tests to stress-queue test
2016-12-05 Marsel Galimullinadded unit tests fcqueue with heavyvalue
2016-11-15 khizmaxMerge commit 'c3352315d3563a201433837b0932bba249344f67...
2016-11-14 khizmaxFixed clang 3.5,3.6 incompatibilities
2016-11-14 khizmaxFixed cmake script
2016-11-14 khizmaxSplitted some unit tests to reduce memory consumption...
2016-11-13 khizmaxFixed tests and gcc incompatibilities
2016-11-12 khizmaxRemoved trailing spaces
2016-11-12 khizmaxAdded hash_size option support to FeldmanHashMap
2016-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-11-07 khizmaxFixed 64bit operations issues on 32bit architecture
2016-11-01 khizmaxRemoved TsigasCycleQueue (undecidable ABA problem)
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-10-27 khizmaxAdded SplitListMap<HP> based on IterableList
2016-10-27 khizmaxAdded container::SlitListSet<HP> based on IterableList
2016-10-24 khizmaxChanged algorithm of IterableList detecting
2016-10-23 khizmaxAdded intrusive SplitListSet based on IterableList
2016-10-10 khizmaxRefactored IterableList to prevent violation of the...
2016-10-03 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-10-03 khizmaxSplitted unit-list test
2016-09-30 khizmaxFixed CLang 3.9 + libc++ issues
2016-09-30 khizmaxFixed CLang 3.8 + libc++ issues
2016-09-29 khizmaxFixed Clang 3.7 + libc++ issues
2016-09-28 khizmaxFixed minor clang warnings
2016-09-28 khizmaxFixed minor clang warnings
2016-09-27 khizmaxFixed Clang build
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxfixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed typo
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-25 khizmaxFixed minor gcc warnings
2016-09-23 khizmaxFixed search algo for gtest in cmake script
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxRemoved trailing spaces
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-24 khizmaxAdded internal statistics to MichaelSet/Map
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-05 khizmaxMichaelSet<RCU>: added support for internal statistics
2016-08-04 khizmaxAdded IterableList<HP> support to MichaelSet
2016-08-02 khizmaxAdded unit tests for IterableKVList<HP>
next