Removed cds::Exception class, all exception from the library is based on different...
[libcds.git] / cds / details / defs.h
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
2014-11-30 khizmaxRemoved cds_assert macro
2014-11-30 khizmaxRemoved CDS_PURE_VIRTUAL_FUNCTION_CALLED macro
2014-11-30 khizmaxRemoved CDS_DECLARE_EXCEPTION macro
2014-11-11 khizmaxadd stddef.h to cds/details/defs.h
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-09-30 khizmaxAdd support for Intel C++ compiler for Linux (icc 15)
2014-09-27 khizmaxRemove cds/details/numtraits.h header
2014-09-24 khizmaxReplace CDS_DEBUG_DO with CDS_DEBUG_ONLY
2014-09-24 khizmaxRemove CDS_NOEXCEPT_DEFAULTED macro
2014-09-23 khizmaxRemove CDS_EMPLACE_SUPPORT macro and unused code
2014-09-23 khizmaxRemove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_DELETE_DEFINITION_SUPPORT and emulatin...
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-19 khizmaxChanged cds_std namespace to std, removed cds/details...
2014-09-18 khizmaxMove cds/numtraits.h to cds/details/numtraits.h
2014-09-18 khizmaxRemove cstdint_boost.h, csdtint_std.h wrappers
2014-09-18 khizmaxRemove obsolete non_volatile function
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN