issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds /
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2015-01-22 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-01-22 khizmaxCorrected URCU doc
2015-01-19 khizmaxBronson's AVL-tree dev
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
2015-01-17 khizmaxBronson AVLtree development
2015-01-17 khizmaxFix doc
2015-01-03 khizmaxBronson AVL-tree RCU: add find() functions
2015-01-02 khizmaxBeginning of concurrent AVL-tree implementation (RCU)
2015-01-02 khizmaxFix doc bugs
2015-01-02 khizmaxfix typo
2014-12-30 khizmaxprepare for next version 2.1.0
2014-12-18 khizmaxfix doc
2014-12-13 khizmaxObsolete MSVC 2013 compatibility fix has been removed
2014-12-13 khizmaxadd support for GCC 5: std::list::size() complexity...
2014-12-10 khizmaxfix doc
2014-12-10 khizmaxfix doc
2014-12-05 khizmaxMerge branch 'dev'
2014-12-04 khizmaxImprove cds::gc::DHP scan() performance
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
2014-11-30 khizmaxRemoved cds_assert macro
2014-11-30 khizmaxRemoved CDS_PURE_VIRTUAL_FUNCTION_CALLED macro
2014-11-30 khizmaxRemoved CDS_DECLARE_EXCEPTION macro
2014-11-30 khizmaxdoc improvements
2014-11-29 khizmaxRemoving cds/refcounter.h
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxRenaming map member function insert_key() to insert_with()
2014-11-29 khizmaxRemoved cds/os/syseror.h
2014-11-29 khizmaxRenamed isThreadAlive to is_thread_alive
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-29 khizmaxImproving gc:HP and gc::DHP guards
2014-11-29 khizmaxRemoving unused vars
2014-11-28 khizmaxVC14 preview compatibility
2014-11-28 khizmaxMade cds::OS children namespaces inline, removed OS...
2014-11-28 khizmaxHazard Pointer:
2014-11-26 khizmaxback-off strategies: use std::declval in noexcept speci...
2014-11-26 khizmaxRevised noexcept expressions in back-off strategies
2014-11-26 khizmaxAdd noexcept expressions to back-off strategies
2014-11-26 khizmaxRemoved unused vars
2014-11-25 khizmaxEllenBinTree bugfix
2014-11-25 khizmaxFixed EllenBinTree<RCU>
2014-11-25 khizmaxRemoved unused vars
2014-11-25 khizmaxEliminated some MSVC++ warning C4503 "decorated name...
2014-11-24 khizmaxremove intrusive specialization from exempt_ptr
2014-11-24 khizmaxfix bug in exempt_ptr
2014-11-24 khizmaxfix a bugs in guarded_ptr and exempt_ptr
2014-11-21 khizmaxbugfix in cds::gc::HP::guarded_ptr
2014-11-20 khizmaxcds::gc::DHP details bugfix
2014-11-20 khizmaxmovable guarded_ptr: MichaelSet/Map
2014-11-20 khizmaxAdd support for MS VC++ 2015 Preview
2014-11-19 khizmaxmovable guarded_ptr: SkipList
2014-11-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxmovable guarded_ptr: LazyList, MichaelList
2014-11-18 khizmaxreimplement guarded_ptr from scratch
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRollback some GC changes
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-17 khizmaxmovable guarded_ptr: EllenBinTree
2014-11-17 khizmaxFix GC doc
2014-11-17 khizmaxRemove ugly reinterpret_cast from HP GC
2014-11-16 khizmaxSmall changes in HP GC
2014-11-16 khizmaxremove hp_inline.h
2014-11-16 khizmaxformatting
2014-11-16 khizmaxTypo fix
2014-11-16 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxHazard Pointer docfix
2014-11-15 khizmaxrearrange cds/gc directory
2014-11-15 khizmaxDynamic Hazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-14 khizmaxRename class cds::gc::PTB to cds::gc::DHP
2014-11-14 khizmaxrename cds::gc::ptb namespace to cds::gc::dhp
2014-11-14 khizmaxrename cds::gc::hzp namespace to cds::gc::hp
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc contents
2014-11-14 khizmaxremove cds/gc/all.h
2014-11-14 khizmaxptb -> dhp
2014-11-14 khizmaxreplace cds::gc::too_few_hazard_pointers exception...
2014-11-13 khizmaxfix doc
2014-11-13 khizmaxadd find(Q const&, Func), find_with(Q const&, Pred...
2014-11-13 khizmaxmovable exempt_ptr: SkipList
2014-11-13 khizmaxmovable exempt_ptr: SplitList
2014-11-12 khizmaxmovable exempt_ptr: MichaelSet/Map
2014-11-12 khizmaxmovable exempt_ptr: intrusive::MichaelSet
2014-11-12 khizmaxmovable exempt_ptr: MichaelList
2014-11-12 khizmaxmovable exempt_ptr: LazyList
2014-11-12 khizmaxmovable exempt_ptr: EllenBinTree
2014-11-12 khizmaxAdd back-off strategy to EllenBinTree
2014-11-11 khizmaxadd stddef.h to cds/details/defs.h
2014-11-11 khizmaxremove unused boost dependencies
2014-11-11 khizmaxremove unused code
2014-11-11 khizmaxrename type_traits to traits in flat_combining namespace
2014-11-11 khizmaximprove docs and fix typo
next