Uses different pass count for different parallel queue test cases
[libcds.git] / cds / memory /
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-07-31 khizmaxRemoved trailing spaces
2017-02-16 khizmaxChanged: call throw_exception() function instead of...
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-02 khizmaxRemoved Michael's allocator
2016-12-31 khizmaxUpdated copyright
2016-12-01 khizmax[TSan] Tuning memory order
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-07 khizmaxRemoved trailing spaces
2016-06-27 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2016-06-27 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-24 khizmaxMichael's allocator - small improvements
2016-06-22 khizmaxMinor changes
2016-06-21 khizmaxFixed Michael's allocator termination: in rare case...
2016-06-05 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-05 khizmaxFixed use-after-free bug in VyukovMPMCCycleQueue intern...
2016-05-30 khizmaxMerge branch 'dev'
2016-04-30 khizmaxissue #57: fixed double construct/destruct of queue...
2016-04-29 khizmaxissue #57: fixed double construct/destruct of queue...
2016-01-05 khizmaxAdded copyright and license
2015-12-20 Max KhizhinskyMerge pull request #47 from eugenyk/master
2015-12-17 khizmaxMinor changes induced by improvements of Vyukov queue
2015-12-05 khizmaxDoc fix
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-06-12 khizmaxAdded TSan annotations
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-30 khizmaxTSan exam: fixed data races and false positives in...
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-15 khizmaxFixed the pool based on Vyukov's queue
2015-03-14 khizmaxResolved false fullness state of the pools
2015-03-14 khizmaxAdded more checking
2015-02-14 khizmaxfixed: memory is allocated but not initialized, add...
2015-02-03 khizmaxAdded sync monitor for pool of mutexes
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-10-12 khizmaxVyukovMPMCCycleQueue refactoring
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-09-24 khizmaxRemove CDS_NOEXCEPT_DEFAULTED 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_EXPLICITLY_DEFAULTED_FUNCTION_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/memory.h, use STL <memory> instead
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN