Refactors lock test cases backoff values
[libcds.git] / test / stress /
2017-01-21 khizmaxAdded HP/DHP internal stats to test
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
2017-01-03 khizmaxRemoved trailing spaces
2017-01-02 khizmaxRemoved Michael's allocator
2016-12-31 khizmaxUpdated copyright
2016-12-05 Marsel Galimullindeleted tabs
2016-12-05 Marsel Galimullinuncommented files in CMakeLists.txt
2016-12-05 Marsel Galimullinsimple changes
2016-12-05 Marsel GalimullinMade stress-test for flat combining queue container.
2016-12-05 Marsel Galimullinchange queue-stress
2016-12-05 Marsel Galimullinadded fc_heavy_value tests to stress-queue test
2016-11-30 khizmaxSuppressing some test case
2016-11-29 khizmax[TSan] Fixed a race
2016-11-29 khizmaxUpdated TSan suppression
2016-11-28 khizmaxAdded observer thread for calling contains() to stress...
2016-11-26 khizmaxFixed thread launching in stress test framework
2016-11-15 khizmaxMerge commit 'c3352315d3563a201433837b0932bba249344f67...
2016-11-14 khizmaxRemoved unused local typedefs
2016-11-14 khizmaxFixed explicit ctor bugs in stress tests
2016-11-14 khizmaxFixed: set_DelOdd and map_DelOdd tests for FeldmanHashS...
2016-11-13 khizmaxstress-test set/map: use hash_size option for FeldmanHa...
2016-11-10 khizmaxFixed cmakelist
2016-11-10 khizmaxFixed key size in map-delodd stress test
2016-11-08 khizmaxAdded test config for x86
2016-11-01 khizmaxRemoved TsigasCycleQueue (undecidable ABA problem)
2016-10-30 khizmaxImproved output of stress test stat
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-29 khizmaxAdded stress test for SplitListSet/Map based on Iterabl...
2016-10-06 khizmaxImproved test conditions
2016-10-03 khizmaxFixed internal statistics printing for map/set stress...
2016-09-29 khizmaxFixed Clang 3.7 + libc++ issues
2016-09-28 khizmaxFixed minor clang warnings
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed typo
2016-09-26 khizmaxfixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-25 khizmaxFixed minor gcc warnings
2016-09-19 khizmaxFixed gcc-4.8 build (no support for 128bit std::atomic)
2016-09-19 khizmaxgcc-4.8 does not supported std::atomic for 128-bit...
2016-09-16 khizmaxFIxed aux node operations in SplitListSet
2016-09-07 khizmaxRemoved trailing spaces
2016-08-25 khizmaxAdded MichaelMap statistics output to map stress tests
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-21 khizmaxAdded MichaelMap<HP> based on IterableList to map stres...
2016-08-21 khizmaxFixed iteration set stress test under 32bit architecture
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-07 khizmaxFixed set iterating stress test
2016-08-06 khizmaxAdded RCU lock for iterating thread
2016-08-05 khizmaxAdded stress test for thread-safe iterable sets
2016-08-05 khizmaxIntegrated MichaelSet<HP> + IterableList into stress...
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-02 khizmaxFixed cppcheck style warnings
2016-08-02 khizmaxMSPriorityQueue: removed monotonic_counter due its...
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-08-01 khizmaxFixed priority inversion bug in MSPriorityQueue
2016-08-01 khizmaxFixed rare priority inversion bug in MSPriorityQueue
2016-07-29 khizmaximproved test error msg
2016-07-29 khizmaximproved test error msg
2016-07-29 khizmaxRevert prev change
2016-07-29 khizmaxPrecizing buffer type for MSPriorityQueue
2016-07-29 khizmaximproved pqueue_pop test
2016-07-28 khizmaxMSPriorityQueue: revised pop()
2016-07-28 khizmaxAdded internal measurements to MSPriorityQueue
2016-07-28 khizmaxImproved error messages
2016-07-28 khizmaxAdded more error messages
2016-07-26 khizmaxSuppressed false-positive CppCheck warnings
2016-07-26 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-26 khizmaxSuppressed false-positive CppCheck warnings
2016-07-19 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-07 khizmaxTuned stress test parameters
2016-06-27 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2016-06-27 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-23 khizmaxAdded detail level to queue stress test for minimizing...
2016-06-23 khizmaxTuned stress test settings
2016-06-23 khizmaxFixed CppCheck warnings
2016-06-22 khizmaxFixed CppCheck warnings
2016-06-22 khizmaxAdded stripped uRCU to stress tests
2016-06-15 khizmaxImproved queue stress test
2016-06-13 khizmaxAdded wait strategies to flat combining technique
2016-06-10 khizmaxAdded more logging for skipped stress tests
2016-06-09 khizmaxTuned stress test settings
2016-06-09 khizmaxChanged stress test settings
2016-06-08 khizmaxChanged settings for some express tests
2016-06-05 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-05 khizmaxAdded: stress test detail level for minimizing runtime
2016-06-05 khizmaxFixed use-after-free bug in VyukovMPMCCycleQueue intern...
2016-06-03 khizmaxTuned configs for stress test
2016-06-02 khizmaxRemoved old test from test configs
2016-06-02 khizmaxRemoved mutex-based MSPriorityQueue from from PQueue...
2016-06-02 khizmaxAdded generation of string dictionary.txt for stress...
2016-06-01 khizmaxMerge branch 'master' into dev
2016-06-01 khizmaxAdded CDSTEST_CFG envvar for stress test.
2016-06-01 khizmaxMerge branch 'dev'
next