Updated copyright
[libcds.git] / cds / intrusive / details / ellen_bintree_base.h
2016-12-31 khizmaxUpdated copyright
2016-12-01 khizmaxFixed update desc sequencer
2016-11-30 khizmax[TSan] Fixed memory ordering
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-05-30 khizmaxMerge branch 'dev'
2016-05-03 khizmaxRenamed "ensure" to "update" in statistics
2016-04-16 khizmaxDocfix, formatting, minor bugs
2016-04-08 khizmaxDocfix
2016-01-05 khizmaxAdded copyright and license
2015-11-16 khizmaxFixed memory-use-after-free bug in EllenBinTree<HP>
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-07-12 khizmaxFixed data races in EllenBinTree (TSan)
2015-05-12 khizmaxFixed issue #37: removed atomic from EllenBinTree basic...
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2015-01-02 khizmaxfix typo
2014-11-12 khizmaxAdd back-off strategy to EllenBinTree
2014-11-07 khizmaxintrusive::EllenBinTree test refactoring
2014-11-07 khizmaxintrusive::ellen_bintree refactoring
2014-09-27 khizmaxMove cds/intrusive/base.h to cds/intrusive/details...
2014-09-24 khizmaxReplace variadic template emulation for option list...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
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