Fixed minor compiler warning
[libcds.git] / cds / intrusive / treiber_stack.h
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-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-01-12 khizmaxMoved stack unit test to gtest framework
2016-01-05 khizmaxAdded copyright and license
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-23 khizmaxRemoved trailing whitespaces
2015-06-12 khizmaxReplaced a functor with lambda in TreiberStack
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-29 khizmaxTSan exam: fixed data race and the incorrect use of...
2015-03-16 khizmaxMajor merge from 'dev'
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-26 khizmaxRevised noexcept expressions in back-off strategies
2014-11-11 khizmaximprove docs and fix typo
2014-11-01 khizmaxRemove trailing spaces
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-10-04 khizmaxfix type in docs
2014-10-04 khizmaxTreiberStack: small doc improvements
2014-10-04 khizmaxTreiberStack refactoring (issues #1, #2, #3 done)
2014-10-03 khizmaxfix docs
2014-10-03 khizmaxfix docs
2014-10-03 khizmaxcds::container::TreiberStack refactoring
2014-10-02 khizmaxIntrusive TreiberStack refactoring, removing gc::HRC...
2014-10-02 khizmaxTreiberStack bugfix
2014-10-01 khizmaxTreiberStack - refactoring (to be continued...)
2014-10-01 khizmaxTreiberStack refactoring
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-27 khizmaxMove cds/intrusive/single_link_struct.h to cds/intrusiv...
2014-09-24 khizmaxRemove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of...
2014-09-24 khizmaxReplace variadic template emulation for option list...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxRemove cds/details/std/type_traits.h, use STL <type_tra...
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN