Removed MSVC 14 (VC 2015) projects
[libcds.git] / cds / urcu /
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-08-12 khizmax[uRCU] Removed redundant atomic_thread_fence
2017-07-31 khizmaxRemoved trailing spaces
2017-05-15 khizmaxA magic code is found to fix CLang 3.6-3.7 mass test...
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 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-16 khizmaxDisabled signal-handled RCU for TSan build
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-06 khizmaxFixed UBsan warning "call to function through pointer...
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-16 khizmaxChanged: call throw_exception() function instead of...
2017-02-07 khizmaxRemoved cds::OS::is_thread_alive() function. This funct...
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-03 khizmaxFixed doxygen markup
2016-12-31 khizmaxUpdated copyright
2016-12-12 khizmax[TSan] Fixed data race (?) to satisfy TSan
2016-12-01 khizmax[TSan] Tuning memory order
2016-12-01 khizmax[TSan] Fixed data race: added compiler barriers, tuned...
2016-11-30 khizmax[TSan] Fixed memory ordering
2016-11-29 khizmaxUpdated TSan suppression
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-07 khizmaxRemoved trailing spaces
2016-06-22 khizmaxAdded stripped classes for uRCU implementations
2016-05-30 khizmaxMerge branch 'dev'
2016-03-11 khizmaxExtend urcu::raw_ptr move assignment
2016-01-05 khizmaxAdded copyright and license
2016-01-05 khizmaxReformatting
2016-01-03 khizmaxFormatting
2016-01-01 khizmaxFixed memory ordering
2015-12-24 khizmaxText formatting, docfix
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-20 Max KhizhinskyMerge pull request #47 from eugenyk/master
2015-12-20 khizmaxRebuilt threaded uRCU logic
2015-12-19 Eugeny KalishenkoFixed files encoding (#46)
2015-12-17 khizmaxMinor changes induced by improvements of Vyukov queue
2015-12-02 khizmaxFixed assertion in threaded uRCU
2015-11-20 khizmaxFixed memory leaks in threaded URCU (general_threaded...
2015-07-12 khizmaxFixed bug in RCU batch_retire()
2015-07-11 khizmaxRemoved unused variable
2015-06-12 khizmaxRCU doc fixed
2015-06-03 khizmaxtypo fixed
2015-05-31 khizmaxChanged SkipListSet/Map<RCU> for new get() semantics...
2015-05-24 khizmaxRenamed get_result typedef to raw_ptr
2015-05-23 khizmaxFixed refactoring bugs
2015-05-23 khizmaxAdded urcu::raw_ptr adapter for non-intrusive containers
2015-05-23 khizmaxAdded urcu::raw_ptr concept
2015-05-21 khizmaxAdded simplified form of urcu::batch_retire function
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-12 khizmaxMerge branch 'dev'
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-22 khizmaxFixed data races found by tsan
2015-03-16 khizmaxMajor merge from 'dev'
2015-02-13 khizmaxchanged std::unique_ptr to more restrictive cds::urcu...
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2015-01-22 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-01-22 khizmaxCorrected URCU doc
2015-01-22 khizmaxCorrected URCU doc
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxRenamed isThreadAlive to is_thread_alive
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-24 khizmaxremove intrusive specialization from exempt_ptr
2014-11-24 khizmaxfix bug in exempt_ptr
2014-11-24 khizmaxfix a bugs in guarded_ptr and exempt_ptr
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-12 khizmaxmovable exempt_ptr: EllenBinTree
2014-10-12 khizmaxVyukovMPMCCycleQueue refactoring
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-09-24 khizmaxReplace CDS_DEBUG_DO with CDS_DEBUG_ONLY
2014-09-23 khizmaxRemove CDS_CXX11_TEMPLATE_ALIAS_SUPPORT macro and emula...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxRevert "Replace cds::OS::ThreadId with std::thread...
2014-09-19 khizmaxReplace cds::OS::ThreadId with std::thread::id, cds...
2014-09-19 khizmaxChanged cds_std namespace to std, removed cds/details...
2014-09-19 khizmaxRemove cds/details/std/tnhread.h, using STL <thread...
2014-09-19 khizmaxRemove cds/details/std/memory.h, use STL <memory> instead
2014-09-18 khizmaxMove cds/backoff_strategy.h to cds/algo/backoff_strategy.h
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN