Changed pqueue stress-test params for debug mode
[libcds.git] / cds / opt /
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2016-12-31 khizmaxUpdated copyright
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-14 khizmaxFixed padding calculation
2016-09-14 khizmaxFixed SplitList destroying sequence
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxRemoved trailing spaces
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-07-29 khizmaxPrecizing buffer type for MSPriorityQueue
2016-07-05 khizmaxDocfix
2016-06-05 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-05 khizmaxDocfix
2016-06-05 khizmaxFixed use-after-free bug in VyukovMPMCCycleQueue intern...
2016-06-01 khizmaxMerge branch 'dev'
2016-05-31 khizmaxReplaced rand() with std::rand()
2016-05-30 khizmaxMerge branch 'dev'
2016-02-06 khizmaxAdded missing header
2016-02-05 khizmaxTsigas' queue: replaced alignment option with padding one
2016-01-23 khizmaxAdded move semantics push(), doc fixed
2016-01-12 khizmaxIssue #48: added std::move for pop() function of stack...
2016-01-05 khizmaxAdded copyright and license
2015-11-21 khizmaxSome minor changes in options doc
2015-11-21 khizmaxRearranged options.h to generate correct doxygen doc
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-05 khizmaxRefactored Map_insdel_int MT-test
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-21 khizmaxFixed make_comparator metafunction
2015-07-21 khizmaxFixed make_comparator metafunction
2015-07-20 khizmaxStart implementing MultiLevelHashSet
2015-06-23 khizmaxChanged: use padding option instead of alignment one
2015-06-07 khizmaxModified Hazard Pointer SMR to conform C++11 memory...
2015-06-05 khizmaxDoc fixed
2015-06-05 khizmaxAdded total-relaxed memory model for testing purposes
2015-05-13 khizmaxrandom_shuffle_permutation refactoring
2015-05-12 khizmaxSimplified random_shuffle_permutation implementation
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