libcds.git
2017-07-23 khizmaxFixed compiler error
2017-07-22 khizmax[TSan] Fixed data race in std container wrappers
2017-07-18 khizmaxTuning stress-tests for GCCFarm
2017-07-08 khizmax[TSan] Fixed data races
2017-07-08 khizmax[TSan] Added annotation for std::shared_ptr::~shared_pt...
2017-07-08 khizmaxFixed memory ordering
2017-06-27 khizmax[TSan] Fixed data race
2017-06-03 khizmaxAdded TSan happens-before annotations (TSan don't under...
2017-06-03 khizmaxFixed memory ordering
2017-05-31 khizmaxRefactoring exponential and delay back-off strategies...
2017-05-30 khizmaxFixed ambiguity in casting size_t to one of unsigned...
2017-05-30 khizmaxFixed ambiguous ceil2() call in 32bit target
2017-05-30 khizmaxFixed MSVC project dependencies
2017-05-28 khizmaxFixed memory ordering
2017-05-27 khizmax[AIX] Added missing byteswap.h
2017-05-26 khizmaxAdded a comment
2017-05-26 khizmax[ARM] Added memory fences for strict modification order...
2017-05-24 khizmaxFixed memory order
2017-05-24 khizmaxFixed memory ordering
2017-05-23 khizmaxFixed clang "unused-function" warning
2017-05-23 khizmax[WeakRingBuffer] to prevent integer overflow, used...
2017-05-23 khizmaxTuning parameters for spsc-queue stress tests
2017-05-23 khizmaxTuning parameters of insdel-string map/set stress tests
2017-05-23 khizmaxTuning parameters of map_insdel_item_int stress test
2017-05-21 khizmaxAdded SPSC queue stress tests
2017-05-21 khizmaxDocfix
2017-05-15 khizmaxA magic code is found to fix CLang 3.6-3.7 mass test...
2017-05-14 khizmaxFixed several bugs in WeakRungBuffer
2017-05-13 khizmaxGCC-7 64bit does not support lock-free wide (128-bit...
2017-05-13 khizmaxMerged VC 14.1 projects to VC14
2017-05-12 khizmaxWrapped gtest/gtest.h into cds_test/ext_gtest.h to...
2017-05-12 khizmaxFixed a bug
2017-05-12 khizmaxFixed a bug
2017-05-12 khizmaxAdded prototype for untyped variable-sized WeakRingBuff...
2017-05-11 khizmaxFixed typo
2017-05-11 khizmaxTry to disable CLang "unused private field" warning
2017-05-11 khizmaxAdded missing header
2017-05-10 khizmaxFixed typo
2017-05-10 khizmaxissue #76: added cds::atomicity::cache_friendly_item_co...
2017-05-09 khizmaxAdded WeakRingBuffer - a single-producer/single-consume...
2017-05-08 khizmaxDocfix
2017-05-07 khizmaxDocfix
2017-05-06 khizmax[SplitList] Fixed TSan warnings
2017-05-04 khizmaxAdded support __SANITIZE_THREAD__ pre-defined macro...
2017-05-04 khizmaxFixed "dangling-else" GCC7 warning
2017-05-03 khizmaxAdded ability to manually suppress wide-atomic support...
2017-05-03 khizmaxGCC-7 requires libatomic to support 128-bit atomics...
2017-05-03 khizmaxFixed include directive
2017-05-03 khizmaxAdded missing CityHash file for SSE4.2 platform
2017-05-03 khizmaxAdded GCC-7 to CI
2017-05-03 khizmaxAdded -Wno-unused-local-typedefs for GCC7
2017-04-26 khizmaxFixed a typo
2017-04-26 khizmaxFixed minor warnings
2017-04-25 khizmaxAdded missing pthread lib to cmake test script
2017-04-24 khizmaxAdded cleaning after CHECK_CXX_SOURCE_COMPILES call
2017-04-24 khizmaxFixed annoying warning in gtest: added 4th arg for...
2017-04-24 khizmaxFixed uRCU barriers on read-side entry/exit
2017-04-24 khizmaxRemoved prohibited atomic<void*>::fetch_xxx() tests
2017-04-24 khizmaxRestored acq-rel fence in urcu access_lock().
2017-04-23 khizmaxRemoved odd assert
2017-04-23 khizmaxRemoved constexpr from node ctor
2017-04-23 khizmax[signal-handled urcu]: add cacheline padding to URCU...
2017-04-23 Todd Lipconurcu: add cacheline padding to URCU thread data
2017-04-22 khizmax[urcu] Replaced RMW atomics with atomic load/store...
2017-04-22 khizmax[SkipList] Added random-lvel generators for max height...
2017-04-22 khizmax[TSan] Fixed memory order
2017-04-18 khizmaxFixed optimization level for xSan-instrumented build
2017-04-18 khizmaxAdded release barrier to node initialization
2017-04-17 khizmaxFixed memory ordering (by TSan reports)
2017-04-16 khizmaxDisabled signal-handled RCU for TSan build
2017-04-16 khizmaxRemooved constespr from ctor
2017-04-16 khizmaxRemoved redundant comment
2017-04-16 khizmaxChanged pqueue stress-test params for debug mode
2017-04-16 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-04-16 khizmaxChanged stack stress-test params for debug build
2017-04-16 khizmaxFixed missing acquire read in Flat-Combining algorithm...
2017-04-15 khizmaxFixed atomic initialization, ordering optimization
2017-04-15 khizmaxFix typo
2017-04-11 khizmaxFixed CI gen script
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...
next