CMake build system introduced (issue #9)
[libcds.git] / cds / gc /
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
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-12-18 khizmaxfix doc
2014-12-10 khizmaxfix doc
2014-12-10 khizmaxfix doc
2014-12-05 khizmaxMerge branch 'dev'
2014-12-04 khizmaxImprove cds::gc::DHP scan() performance
2014-11-30 khizmaxRemoved CDS_DECLARE_EXCEPTION macro
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxImproving gc:HP and gc::DHP guards
2014-11-28 khizmaxHazard Pointer:
2014-11-24 khizmaxfix a bugs in guarded_ptr and exempt_ptr
2014-11-21 khizmaxbugfix in cds::gc::HP::guarded_ptr
2014-11-20 khizmaxcds::gc::DHP details bugfix
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxreimplement guarded_ptr from scratch
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRollback some GC changes
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-17 khizmaxmovable guarded_ptr: EllenBinTree
2014-11-17 khizmaxFix GC doc
2014-11-17 khizmaxRemove ugly reinterpret_cast from HP GC
2014-11-16 khizmaxSmall changes in HP GC
2014-11-16 khizmaxremove hp_inline.h
2014-11-16 khizmaxformatting
2014-11-16 khizmaxTypo fix
2014-11-16 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxHazard Pointer docfix
2014-11-15 khizmaxrearrange cds/gc directory
2014-11-15 khizmaxDynamic Hazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-14 khizmaxRename class cds::gc::PTB to cds::gc::DHP
2014-11-14 khizmaxrename cds::gc::ptb namespace to cds::gc::dhp
2014-11-14 khizmaxrename cds::gc::hzp namespace to cds::gc::hp
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc contents
2014-11-14 khizmaxremove cds/gc/all.h
2014-11-14 khizmaxptb -> dhp
2014-11-14 khizmaxreplace cds::gc::too_few_hazard_pointers exception...
2014-11-10 khizmaxremoved container_node struct from gc::HP and gc::DHP
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-10-03 khizmaxfix docs
2014-10-03 khizmaxcds::container::TreiberStack refactoring
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-09-24 khizmaxReplace CDS_DEBUG_DO with CDS_DEBUG_ONLY
2014-09-23 khizmaxRemove CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT...
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-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN