Merge branch 'dev'
[libcds.git] / cds / opt /
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-16 khizmaxAdded missing header
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-11 khizmaxIssue #23: replaced std::random_shuffle with std::random
2015-03-30 khizmaxRefactored LazyList<nogc> with ordering option
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
2015-03-28 Mike KrinkinDerive equal_to from compare/less functors.
2015-03-16 khizmaxMajor merge from 'dev'
2015-02-02 khizmaxAdded sync_monitor option
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2015-01-02 khizmaxfix typo
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-11 khizmaxremove unused boost dependencies
2014-11-10 khizmaxCuckooSet/Map refactoring
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-11-03 khizmaxFix compiler warnings for padding option
2014-11-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-10-11 khizmaxTsigasCycleQueue refactoring
2014-10-01 khizmaxRemove cds/details/void_selector.h
2014-09-25 khizmaxUsing std::hash as default hash functor in cds
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
2014-09-24 khizmaxRemove CDS_OPTIONS 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_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/tuple.h, use STL <tuple> instead
2014-09-19 khizmaxRemove cds/details/std/type_traits.h, use STL <type_tra...
2014-09-18 khizmaxFix make_docs.bat
2014-09-18 khizmaxMove cds/int_algo.h to cds/algo/int_algo.h
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN