Added CDS_VERIFY_EQ debug macro
[libcds.git] / cds / details / defs.h
2017-09-22 khizmaxAdded CDS_VERIFY_EQ debug macro
2017-09-22 khizmaxRemoved MSVC 14 (VC 2015) projects
2017-09-22 khizmaxRemoved -fno-strict-aliasing requirement
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-08-14 khizmaxdoc formatting
2017-08-14 khizmaxissue #82: added doc about DCAS support
2017-05-11 khizmaxAdded missing header
2017-05-06 khizmax[SplitList] Fixed TSan warnings
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-12 Mikhail KomarovImplemented support for ARMv8 (64 bit arm)
2017-01-03 khizmaxRemoved trailing spaces
2017-01-02 khizmaxSkipList: fixed infinite loop when one thread inserts...
2016-12-31 khizmaxUpdated copyright
2016-12-26 khizmaxdocfix: minimum Clang version is 3.6
2016-11-12 khizmaxDocfix
2016-10-29 khizmaxRemoved redundant spaces
2016-09-19 khizmaxAdded -mcx16 compiler option
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-21 khizmaxFixed iteration set stress test under 32bit architecture
2016-05-30 khizmaxMerge branch 'dev'
2016-05-30 khizmaxRemoved old goals from CMakeLists, docfix
2016-01-05 khizmaxAdded copyright and license
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-12-10 khizmaxfix doc
2014-11-30 khizmaxReplacing some integral typedefs with standard types
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