Fixed clang "unused-function" warning
[libcds.git] / cds /
2017-05-23 khizmax[WeakRingBuffer] to prevent integer overflow, used...
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-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-03 khizmaxAdded ability to manually suppress wide-atomic support...
2017-04-24 khizmaxFixed uRCU barriers on read-side entry/exit
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 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 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-04-16 khizmaxFixed missing acquire read in Flat-Combining algorithm...
2017-04-15 khizmaxFixed atomic initialization, ordering optimization
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-01 khizmax[TSan] Fixed data races in HP/DHP
2017-03-26 khizmaxDocfix
2017-03-19 khizmaxFixed GCC 4.8 incompatibility
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-15 khizmaxAdded several bit reversal algo
2017-03-14 khizmaxRemoved wrong assertion
2017-03-14 khizmaxRearranged rotation code
2017-03-14 khizmaxAdded missing typename
2017-03-13 khizmaxAdded erase_at( iterator ) function to MichaelHashSet...
2017-03-11 khizmaxAdded assertions for node ordering
2017-03-11 khizmaxMutex-based flat-combining wait strategy: try to reduce...
2017-03-09 khizmaxRemoved signal-handled RCU from daily stress-testing
2017-03-08 khizmaxChanged default back-off strategy
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-07 khizmaxFixed UBsan warning "call to function through pointer...
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 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-28 khizmaxFixed aarch64 support for gcc
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-19 khizmaxFixed compiler error
2017-02-19 khizmax[FeldmanHashSet/Map]: hash splitter algo can be specifi...
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-07 khizmaxRemoved cds::OS::is_thread_alive() function. This funct...
2017-02-03 khizmaxBronsonAVLTreeMap: docfix
2017-02-03 khizmaxBronsonAVLTreeMap: fixed extract_min/max functions
2017-01-22 khizmaxFixed win32 dll-export
2017-01-21 khizmaxdocfix
2017-01-21 khizmaxAdded HP/DHP internal stats to test
2017-01-19 khizmaxAdded internal statistics to gc::DHP
2017-01-18 khizmaxFixed minor compiler warnings
2017-01-18 khizmaxdocfix
2017-01-18 khizmaxdocfix
2017-01-17 khizmaxAdded missing #include
2017-01-17 khizmaxFixed doxygen comments
2017-01-17 khizmaxRenamed HP/DHP header files
2017-01-17 khizmaxImproved HP/DHP doc
2017-01-17 khizmaxFixed HP/DHP thread data initialization
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-16 khizmaxFixed some CppCheck warnings in new HP and DHP implemen...
2017-01-15 khizmaxHP and DHP SMR totally refactored
2017-01-12 Mikhail KomarovImplemented support for ARMv8 (64 bit arm)
2017-01-04 khizmaxChanged lib version
2017-01-03 khizmaxReplaced deprecated throw() function specifier with...
2017-01-03 khizmaxFixed doxygen markup
2017-01-03 khizmaxRemoved trailing spaces
next