CMake build system introduced (issue #9)
[libcds.git] / cds / memory /
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-15 khizmaxFixed the pool based on Vyukov's queue
2015-03-14 khizmaxResolved false fullness state of the pools
2015-03-14 khizmaxAdded more checking
2015-02-14 khizmaxfixed: memory is allocated but not initialized, add...
2015-02-03 khizmaxAdded sync monitor for pool of mutexes
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-11-30 khizmaxReplacing some integral typedefs with standard types
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-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-10-12 khizmaxVyukovMPMCCycleQueue refactoring
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-09-24 khizmaxRemove CDS_NOEXCEPT_DEFAULTED macro
2014-09-24 khizmaxReplace variadic template emulation for option list...
2014-09-23 khizmaxRemove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxRemove cds/details/std/memory.h, use STL <memory> instead
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN