Fixed rare priority inversion bug in MSPriorityQueue
[libcds.git] / cds / intrusive / mspriority_queue.h
2016-08-01 khizmaxFixed rare priority inversion bug in MSPriorityQueue
2016-07-29 khizmaximproved clear()
2016-07-29 khizmaxfixed potential buffer overflow
2016-07-29 khizmaxRevert prev change
2016-07-29 khizmaxChanged default buffer type
2016-07-29 khizmaxPrecizing buffer type for MSPriorityQueue
2016-07-29 khizmaxMSPriorityQueue: fixed typo, add more assertions
2016-07-28 khizmaxMSPriorityQueue: revised pop()
2016-07-28 khizmaxAdded internal measurements to MSPriorityQueue
2016-07-28 khizmaxDocfix
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-15 khizmaxMoved priority_queue unit test to gtest framework
2016-01-05 khizmaxAdded copyright and license
2015-12-22 khizmaxRemoved wrong assertion
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-23 khizmaxRemoved trailing whitespaces
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-03 khizmaxFix doc
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-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-10-10 khizmaxMSPriorityQueue refactoring, bug fix
2014-10-09 khizmaxintrusive::MSPriorityQueue refactoring
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-27 khizmaxMove cds/intrusive/base.h to cds/intrusive/details...
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
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-19 khizmaxRevert "Replace cds::OS::ThreadId with std::thread...
2014-09-19 khizmaxReplace cds::OS::ThreadId with std::thread::id, cds...
2014-09-18 khizmaxFix make_docs.bat
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN