Updated copyright
[libcds.git] / cds / container / bronson_avltree_map_rcu.h
2016-12-31 khizmaxUpdated copyright
2016-10-29 khizmaxRemoved trailing spaces
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-07-06 khizmaxFixed doc typo
2016-05-30 khizmaxMerge branch 'dev'
2016-04-21 khizmaxFixed emplace()
2016-04-16 khizmaxDocfix, formatting, minor bugs
2016-01-05 khizmaxAdded copyright and license
2015-12-24 khizmaxText formatting, docfix
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-30 khizmaxBronsonAVLTreeMap:
2015-04-03 khizmaxMerge branch 'integration' into dev
2015-04-02 khizmaxRemoved trailing spaces
2015-04-02 khizmaxFixed docs
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-08 khizmaxAdded sync monitor statistics
2015-03-07 khizmaxGCC-4.8 workaround for passing parameter pack to a...
2015-03-05 khizmaxFixe passing an argument pack to a lambda
2015-03-05 khizmaxTried to fix gcc/clang problem like how to pass argumen...
2015-03-05 khizmaxFixed passing parameter pack into lambda
2015-03-04 khizmaxChanged functor signature for erase( Key, Func )
2015-02-25 khizmaxMerge commit 'a9213ce45072f66144284647ccae242f91ca30af...
2015-02-25 khizmaxOn dev: bronson-unit-test
2015-02-24 khizmaxImproved BronsonAVLTreeMap doc
2015-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-02-22 khizmaxChanged docs
2015-02-22 khizmaxBronson AVL-tree: added check_consistency function
2015-02-14 khizmaxBronson's AVL-tree impl
2015-02-13 khizmaxchanged std::unique_ptr to more restrictive cds::urcu...
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-05 khizmaxBronson AVLtree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-02 khizmaxBronson AVL-tree impl
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-17 khizmaxBronson AVLtree development
2015-01-03 khizmaxBronson AVL-tree RCU: add find() functions