libcds.git
2017-04-10 khizmaxAdded exe linker flags to the output
2017-04-10 khizmaxFixed preprocessor symbol duplication
2017-04-10 khizmax[TSan] Fixed memory order constraints
2017-04-05 khizmaxFixed memory ordering constraints
2017-04-05 khizmaxUse atomic exchange instead of CAS in try_lock()
2017-04-05 khizmaxFixed memory ordering
2017-04-01 khizmax[TSan] Fixed data races in HP/DHP
2017-04-01 khizmaxCMake minor fixing
2017-03-27 khizmaxUpdated CMake script to detect arm64
2017-03-26 khizmaxDocfix
2017-03-25 khizmaxSplit stress-queue test
2017-03-19 khizmaxFixed GCC 4.8 incompatibility
2017-03-19 khizmaxUsed std::thread::hardware_consurrency() to get process...
2017-03-19 khizmaxuRCU: docfix, mark some virtual func as "override"
2017-03-18 khizmaxRemoved signal_threaded uRCU
2017-03-18 khizmaxRemoved redundant ctor
2017-03-18 khizmaxRemoved redundant atomics in urcu disposing thread
2017-03-18 khizmaxAdded different bit_reversal algo to SplitListSet/Map...
2017-03-15 khizmaxAdded new files to VC 2015 projects
2017-03-15 khizmaxAdded several bit reversal algo
2017-03-15 khizmaxRemoved IterableList-based SplitListMap/Set from "erase...
2017-03-14 khizmaxRemoved wrong assertion
2017-03-14 khizmaxExcluded IterableList-based MichaelMap/Set from "erase...
2017-03-14 khizmaxRearranged rotation code
2017-03-14 khizmaxAdded missing typename
2017-03-13 khizmaxUpdated CI build machine configs
2017-03-13 khizmaxadded erase_at()
2017-03-13 khizmaxAdded erase_at( iterator ) function to MichaelHashSet...
2017-03-13 khizmaxFixed clang 4 incompatibility
2017-03-12 khizmaxAdded stress-map-iter-erase test for erase_at()
2017-03-12 khizmaxAdded setup for set-stress-iter-erase
2017-03-11 khizmaxFixed GCC warnings
2017-03-11 khizmaxAdded stress-set-iter-erase test for testing erase_at...
2017-03-11 khizmaxAdded assertions for node ordering
2017-03-11 khizmaxRemoved legacy suppression
2017-03-11 khizmaxMutex-based flat-combining wait strategy: try to reduce...
2017-03-10 khizmaxMinor stress-test change
2017-03-09 khizmaxRemoved signal-handled RCU from daily stress-testing
2017-03-09 khizmaxFixed potentially incorrect usage of Win API
2017-03-08 khizmaxChanged default back-off strategy
2017-03-08 khizmaxTuning stress-test parameters
2017-03-08 khizmaxTuning stress-test parameters
2017-03-08 khizmaxTuning stress-test parameters
2017-03-08 khizmaxFixed VC++ project dependencies
2017-03-08 khizmaxAdded 32bit integer functions
2017-03-08 khizmaxRevised processor-specific hints for back-off
2017-03-08 khizmax[UBsan] fixed UB
2017-03-08 khizmaxFixed VC 2017 warning
2017-03-08 khizmaxFixed CMake script
2017-03-08 khizmaxFixed split-bitstring test for BE arch
2017-03-08 khizmaxAdded MSVC 2017 solution
2017-03-07 khizmax[cmake] Added ability to specify C++ std explicitly...
2017-03-07 khizmaxFixed test for 32-bit platforms
2017-03-07 khizmax[UBsan] Fixed signed integer overflow
2017-03-07 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-07 khizmaxTuning stress test parameters
2017-03-06 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-05 khizmax[UBsan] Added proper alignment for EllenBinTree node
2017-03-05 khizmaxFixed minor compiler warning
2017-03-05 khizmaxFixed minor compiler warning
2017-03-05 khizmax[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizer...
2017-03-05 khizmax[UBsan] Fixed set-insdelfind stress test
2017-03-05 khizmaxImproved CI scripts
2017-03-05 khizmaxFixed compiler warnings
2017-03-05 khizmax[UBsan] Fixed int overflow
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 aarch64 support for gcc
2017-02-28 khizmaxFixed CMakeList
2017-02-27 khizmaxAdded ASan simple test to setup Jenkins report
2017-02-27 khizmaxRCU<signal_handler_threaded> suppressed for usual run
2017-02-27 khizmaxAdded UBSan to ASan-instrumented code
2017-02-26 khizmaxFixed compiler error
2017-02-26 khizmaxFixed build script: set CLang compiler as sanitizer...
2017-02-26 khizmaxSplit stress-set-insdelfind to HP and RCU part
2017-02-26 khizmaxSplit stress-map-insdelfind test to HP and RCU part
2017-02-26 khizmaxFixed CI scripts for build machines
2017-02-26 khizmaxFixed CI generator script
2017-02-26 khizmaxFixed file attrs
2017-02-26 khizmaxAdded Jenkins CI configs for some build machines
2017-02-26 khizmax[undo] Fixed CLang incompatibility
2017-02-26 khizmaxFixed CLang incompatibility
2017-02-26 khizmaxFixed CLang incompatibility
2017-02-23 khizmax[stress] Splitting large tests on two executable -...
2017-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-02-23 khizmax[urcu] Moved signal handler implementation to .cpp...
2017-02-21 khizmaxTuning stress test parameters
2017-02-20 khizmax[CI] Changed CMake scripts for tests
2017-02-20 khizmax[CI] Changed CMake scripts for tests
2017-02-19 khizmaxFixed compiler error
2017-02-19 khizmax[FeldmanHashSet/Map]: hash splitter algo can be specifi...
2017-02-18 khizmaxStress tests: removed command line parameter --detail...
2017-02-17 khizmaxTuning stress test parameters
2017-02-17 khizmaxTuning stress test parameters
2017-02-16 khizmaxChanged: call throw_exception() function instead of...
2017-02-16 khizmaxFixed some minor compiler warnings
2017-02-13 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-02-13 khizmaxDocfix
2017-02-08 khizmaxFixed compiler error
2017-02-07 khizmaxFixed map-minmax stress test for HP
next