Major merge from 'dev'
[libcds.git] / cds / details /
2015-03-16 khizmaxMajor merge from 'dev'
2015-02-04 khizmaxBronson AVL-tree impl
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-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-11 khizmaxadd stddef.h to cds/details/defs.h
2014-11-11 khizmaxremove unused code
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-11-01 khizmaxRemove trailing spaces
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-10-21 khizmaxremove base class and gc::HRC specialization for intrus...
2014-10-01 khizmaxRemove cds/details/void_selector.h
2014-10-01 khizmaxRemove cds/details/noncopyable.h, use C++11 '=delete...
2014-09-30 khizmaxRemove cds/detail/functor_wrapper.h
2014-09-30 khizmaxAdd support for Intel C++ compiler for Linux (icc 15)
2014-09-28 khizmaxFix bugs of last commit
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-27 khizmaxRemove cds/details/numtraits.h header
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
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_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
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 khizmaxChanged cds_std namespace to std, removed cds/details...
2014-09-19 khizmaxRemove cds/details/std/tnhread.h, using STL <thread...
2014-09-19 khizmaxRemove cds/details/std/memory.h, use STL <memory> instead
2014-09-19 khizmaxRemove cds/details/std/tuple.h, use STL <tuple> instead
2014-09-19 khizmaxRemove cds/details/std/type_traits.h, use STL <type_tra...
2014-09-18 khizmaxMove cds/numtraits.h to cds/details/numtraits.h
2014-09-18 khizmaxMove cds/bitop.h to cds/algo/bitop.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