Merge branch 'dev'
[libcds.git] / cds / intrusive / impl / michael_list.h
2015-05-12 khizmaxMerge branch 'dev'
2015-04-28 khizmaxFixed TSan warnings in SplitList
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-22 khizmaxFixed data races found by tsan
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxmovable guarded_ptr: LazyList, MichaelList
2014-11-18 khizmaxreimplement guarded_ptr from scratch
2014-11-13 khizmaxadd find(Q const&, Func), find_with(Q const&, Pred...
2014-11-01 khizmaxRemove trailing spaces
2014-10-31 khizmaxFixed iterator issues in set/map
2014-10-24 khizmaxadd "insert item troubleshooting" to docs
2014-10-24 khizmaxfix doc
2014-10-23 khizmaxMerge commit '7999eaee97df27c88866d1dfd130068dba955e88...
2014-10-23 khizmaxOn dev: MIchaelList
2014-10-22 khizmaxremove michael_list_hrc.h
2014-10-22 khizmaxrename michael_list_ptb.h to michael_list_dhp.h
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-27 khizmaxRename cds/intrusive/michael_list_impl.h to cds/intrusi...