Uses unique_ptr for Threads
[libcds.git] / cds / details /
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-09-13 khizmaxChanged library name for MSVC++
2017-09-12 khizmaxChanged library name for MSVC++
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-07-31 khizmaxRemoved trailing spaces
2017-05-30 khizmaxFixed ambiguity in casting size_t to one of unsigned...
2017-05-11 khizmaxAdded missing header
2017-05-06 khizmax[SplitList] Fixed TSan warnings
2017-03-08 khizmaxFixed VC 2017 warning
2017-03-06 khizmaxFixed UBsan warning "call to function through pointer...
2017-02-16 khizmaxChanged: call throw_exception() function instead of...
2017-02-16 khizmaxFixed some minor compiler 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-15 khizmaxHP and DHP SMR totally refactored
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-11-01 khizmaxRemoved TsigasCycleQueue (undecidable ABA problem)
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-19 khizmaxAdded -mcx16 compiler option
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxRemoved trailing spaces
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-21 khizmaxFixed iteration set stress test under 32bit architecture
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-05 khizmaxMichaelSet<RCU>: added support for internal statistics
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-02 khizmaxFixed cppcheck style warnings
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-08-01 khizmaxFixed rare priority inversion bug in MSPriorityQueue
2016-06-01 khizmaxMerge branch 'dev'
2016-05-31 khizmaxReplaced rand() with std::rand()
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 khizmaxFixed a typo
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-15 khizmaxFixed vc14 warning
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-13 khizmaxRemoved unused helper BoundedArray class
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-18 khizmaxRemoved ugly reinterpret_cast
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-03-16 khizmaxRemoved legacy comparator.h
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
next