projects
/
libcds.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
changelog
[libcds.git]
/
test
/
2017-08-20
khizmax
Merge branch 'master' into dev
tree
|
commitdiff
2017-08-19
khizmax
Merge branch 'ldionne-ldionne-cmake' into dev
tree
|
commitdiff
2017-08-19
Louis Dionne
[CMake] Create a real library instead of an object...
tree
|
commitdiff
2017-07-31
khizmax
Removed trailing spaces
tree
|
commitdiff
2017-07-23
khizmax
Fixed compiler error
tree
|
commitdiff
2017-07-22
khizmax
[TSan] Fixed data race in std container wrappers
tree
|
commitdiff
2017-07-18
khizmax
Tuning stress-tests for GCCFarm
tree
|
commitdiff
2017-05-31
khizmax
Refactoring exponential and delay back-off strategies...
tree
|
commitdiff
2017-05-27
khizmax
[AIX] Added missing byteswap.h
tree
|
commitdiff
2017-05-26
khizmax
Added a comment
tree
|
commitdiff
2017-05-23
khizmax
Fixed clang "unused-function" warning
tree
|
commitdiff
2017-05-23
khizmax
Tuning parameters for spsc-queue stress tests
tree
|
commitdiff
2017-05-23
khizmax
Tuning parameters of insdel-string map/set stress tests
tree
|
commitdiff
2017-05-23
khizmax
Tuning parameters of map_insdel_item_int stress test
tree
|
commitdiff
2017-05-21
khizmax
Added SPSC queue stress tests
tree
|
commitdiff
2017-05-14
khizmax
Fixed several bugs in WeakRungBuffer
tree
|
commitdiff
2017-05-12
khizmax
Wrapped gtest/gtest.h into cds_test/ext_gtest.h to...
tree
|
commitdiff
2017-05-10
khizmax
issue #76: added cds::atomicity::cache_friendly_item_co...
tree
|
commitdiff
2017-05-09
khizmax
Added WeakRingBuffer - a single-producer/single-consume...
tree
|
commitdiff
2017-05-04
khizmax
Fixed "dangling-else" GCC7 warning
tree
|
commitdiff
2017-05-03
khizmax
Fixed include directive
tree
|
commitdiff
2017-05-03
khizmax
Added missing CityHash file for SSE4.2 platform
tree
|
commitdiff
2017-04-26
khizmax
Fixed a typo
tree
|
commitdiff
2017-04-26
khizmax
Fixed minor warnings
tree
|
commitdiff
2017-04-25
khizmax
Added missing pthread lib to cmake test script
tree
|
commitdiff
2017-04-24
khizmax
Added cleaning after CHECK_CXX_SOURCE_COMPILES call
tree
|
commitdiff
2017-04-24
khizmax
Fixed annoying warning in gtest: added 4th arg for...
tree
|
commitdiff
2017-04-24
khizmax
Removed prohibited atomic<void*>::fetch_xxx() tests
tree
|
commitdiff
2017-04-22
khizmax
[SkipList] Added random-lvel generators for max height...
tree
|
commitdiff
2017-04-16
khizmax
Changed pqueue stress-test params for debug mode
tree
|
commitdiff
2017-04-16
khizmax
Merge branch 'dev' of github.com:khizmax/libcds into dev
tree
|
commitdiff
2017-04-16
khizmax
Changed stack stress-test params for debug build
tree
|
commitdiff
2017-04-01
khizmax
CMake minor fixing
tree
|
commitdiff
2017-03-25
khizmax
Split stress-queue test
tree
|
commitdiff
2017-03-18
khizmax
Removed signal_threaded uRCU
tree
|
commitdiff
2017-03-18
khizmax
Added different bit_reversal algo to SplitListSet/Map...
tree
|
commitdiff
2017-03-15
khizmax
Added several bit reversal algo
tree
|
commitdiff
2017-03-15
khizmax
Removed IterableList-based SplitListMap/Set from "erase...
tree
|
commitdiff
2017-03-14
khizmax
Excluded IterableList-based MichaelMap/Set from "erase...
tree
|
commitdiff
2017-03-13
khizmax
Added erase_at( iterator ) function to MichaelHashSet...
tree
|
commitdiff
2017-03-13
khizmax
Fixed clang 4 incompatibility
tree
|
commitdiff
2017-03-12
khizmax
Added stress-map-iter-erase test for erase_at()
tree
|
commitdiff
2017-03-12
khizmax
Added setup for set-stress-iter-erase
tree
|
commitdiff
2017-03-11
khizmax
Fixed GCC warnings
tree
|
commitdiff
2017-03-11
khizmax
Added stress-set-iter-erase test for testing erase_at...
tree
|
commitdiff
2017-03-10
khizmax
Minor stress-test change
tree
|
commitdiff
2017-03-09
khizmax
Removed signal-handled RCU from daily stress-testing
tree
|
commitdiff
2017-03-08
khizmax
Tuning stress-test parameters
tree
|
commitdiff
2017-03-08
khizmax
Tuning stress-test parameters
tree
|
commitdiff
2017-03-08
khizmax
Tuning stress-test parameters
tree
|
commitdiff
2017-03-08
khizmax
Fixed split-bitstring test for BE arch
tree
|
commitdiff
2017-03-07
khizmax
Fixed test for 32-bit platforms
tree
|
commitdiff
2017-03-07
khizmax
[UBsan] Fixed signed integer overflow
tree
|
commitdiff
2017-03-07
khizmax
Tuning stress test parameters
tree
|
commitdiff
2017-03-05
khizmax
[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizer...
tree
|
commitdiff
2017-03-05
khizmax
[UBsan] Fixed set-insdelfind stress test
tree
|
commitdiff
2017-03-05
khizmax
Fixed compiler warnings
tree
|
commitdiff
2017-03-05
khizmax
[UBsan] Fixed int overflow
tree
|
commitdiff
2017-03-05
khizmax
Removed asan_errors.cpp from build
tree
|
commitdiff
2017-03-05
khizmax
FeldmanHashSet: added checking if a slot can be expanded
tree
|
commitdiff
2017-02-28
khizmax
Fixed CMakeList
tree
|
commitdiff
2017-02-27
khizmax
Added ASan simple test to setup Jenkins report
tree
|
commitdiff
2017-02-27
khizmax
RCU<signal_handler_threaded> suppressed for usual run
tree
|
commitdiff
2017-02-26
khizmax
Fixed compiler error
tree
|
commitdiff
2017-02-26
khizmax
Split stress-set-insdelfind to HP and RCU part
tree
|
commitdiff
2017-02-26
khizmax
Split stress-map-insdelfind test to HP and RCU part
tree
|
commitdiff
2017-02-26
khizmax
[undo] Fixed CLang incompatibility
tree
|
commitdiff
2017-02-26
khizmax
Fixed CLang incompatibility
tree
|
commitdiff
2017-02-26
khizmax
Fixed CLang incompatibility
tree
|
commitdiff
2017-02-23
khizmax
[stress] Splitting large tests on two executable -...
tree
|
commitdiff
2017-02-23
khizmax
Merge branch 'dev' of github.com:khizmax/libcds into dev
tree
|
commitdiff
2017-02-21
khizmax
Tuning stress test parameters
tree
|
commitdiff
2017-02-20
khizmax
[CI] Changed CMake scripts for tests
tree
|
commitdiff
2017-02-20
khizmax
[CI] Changed CMake scripts for tests
tree
|
commitdiff
2017-02-18
khizmax
Stress tests: removed command line parameter --detail...
tree
|
commitdiff
2017-02-17
khizmax
Tuning stress test parameters
tree
|
commitdiff
2017-02-17
khizmax
Tuning stress test parameters
tree
|
commitdiff
2017-02-16
khizmax
Fixed some minor compiler warnings
tree
|
commitdiff
2017-02-07
khizmax
Fixed map-minmax stress test for HP
tree
|
commitdiff
2017-02-06
khizmax
Fixed bug in BronsonAVLTreeMap::extract_min()/extract_m...
tree
|
commitdiff
2017-02-03
khizmax
BronsonAVLTreeMap: fixed extract_min/max functions
tree
|
commitdiff
2017-01-24
khizmax
Removed old test configs
tree
|
commitdiff
2017-01-23
khizmax
Tuned config for debug stress-test
tree
|
commitdiff
2017-01-21
khizmax
Added map/set del3 stress-test
tree
|
commitdiff
2017-01-21
khizmax
Fixed missing stat measuring in DHP
tree
|
commitdiff
2017-01-21
khizmax
Added HP/DHP internal stats to test
tree
|
commitdiff
2017-01-19
khizmax
Fixed minor compiler warnings
tree
|
commitdiff
2017-01-18
khizmax
Fixed minor compiler warning
tree
|
commitdiff
2017-01-18
khizmax
Fixed minor compiler warnings
tree
|
commitdiff
2017-01-18
khizmax
Fixed minor compiler warnings
tree
|
commitdiff
2017-01-18
khizmax
docfix
tree
|
commitdiff
2017-01-18
khizmax
Fixed .h file
tree
|
commitdiff
2017-01-17
khizmax
Added more test output
tree
|
commitdiff
2017-01-16
khizmax
Fixed FCQueue tests
tree
|
commitdiff
2017-01-16
khizmax
Merged branch 'master' of https://github.com/Nemo1369...
tree
|
commitdiff
2017-01-16
khizmax
Merge branch 'flat_combinig_add_stress_and_unint_tests...
tree
|
commitdiff
2017-01-15
khizmax
HP and DHP SMR totally refactored
tree
|
commitdiff
2017-01-03
khizmax
Removed trailing spaces
tree
|
commitdiff
2017-01-02
khizmax
Removed Michael's allocator
tree
|
commitdiff
2017-01-02
khizmax
SkipList: fixed infinite loop when one thread inserts...
tree
|
commitdiff
next