Allow 2 threads
[libcds.git] / cds / lock /
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2016-12-31 khizmaxUpdated copyright
2016-09-07 khizmaxRemoved trailing spaces
2016-01-05 khizmaxAdded copyright and license
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-31 khizmaxAdded warnings for deprecated .h files
2015-01-31 khizmaxAdded warnings for deprecated .h files
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-11 khizmaxremove unused boost dependencies
2014-10-20 khizmaxFix CDS_NOEXCEPT
2014-10-01 khizmaxsplinlock.h: remove deprecated typedefs
2014-10-01 khizmaxRemove cds/details/noncopyable.h, use C++11 '=delete...
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-10-01 khizmaxspinlock.h bugfix
2014-09-30 khizmaxRefactoring cds/lock/array.h
2014-09-30 khizmaxRefactoring: cds/lock/spinlock.h
2014-09-24 khizmaxReplace CDS_DEBUG_DO with CDS_DEBUG_ONLY
2014-09-23 khizmaxRemove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT...
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-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