Removed redundant spaces
[libcds.git] / cds / container / details / bronson_avltree_base.h
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-05-30 khizmaxMerge branch 'dev'
2016-04-20 khizmaxDocfix
2016-01-05 khizmaxAdded copyright and license
2015-11-05 khizmax[BronsonAVLTree] Fixed bug of counting of inserted...
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-08-23 khizmaxRemoved trailing whitespaces
2015-05-12 khizmaxMerge branch 'dev'
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-04-14 khizmaxOn integration: Added more stats to Bronson's tree
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxFixed missing memory order
2015-04-03 khizmaxFixed BronsonAVLTree insert/update bug (incomplete)
2015-04-03 khizmaxMerge branch 'integration' into dev
2015-04-02 khizmaxRemoved trailing spaces
2015-04-02 khizmaxBronsonAVLTreeMap: minor changes
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-29 khizmaxAdded more statistics, improved memory ordering
2015-03-23 khizmaxRemoved research code from BronsonAVLTreeMap
2015-03-20 khizmaxBronsonAVLTreeMap refactored
2015-03-18 khizmaxAdded more statistics to BronsonAVLTree
2015-03-16 khizmaxMajor merge from 'dev'
2015-02-25 khizmaxMerge commit 'a9213ce45072f66144284647ccae242f91ca30af...
2015-02-24 khizmaxImproved BronsonAVLTreeMap doc
2015-02-14 khizmaxBronson's AVL-tree impl
2015-02-13 khizmaxchanged std::unique_ptr to more restrictive cds::urcu...
2015-02-10 khizmaxAdded possibility to remove node's value via RCU dispos...
2015-02-07 khizmaxBronson's AVL-tree: add extract_min/max
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxAdd internal statistics
2015-02-05 khizmaxChanged sync monitor internal interface from base hook...
2015-02-05 khizmaxBronson AVLtree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-02 khizmaxAdded sync_monitor option
2015-01-31 khizmaxBronson AVL-tree impl
2015-01-27 khizmaxBronson AVL-tree impl
2015-01-26 khizmaxBronson AVL-tree impl
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-19 khizmaxBronson's AVL-tree dev
2015-01-17 khizmaxBronson AVLtree development
2015-01-03 khizmaxBronson AVL-tree RCU: add find() functions