projects
/
libcds.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Uses unique_ptr for Threads
[libcds.git]
/
cds
/
container
/
impl
/
bronson_avltree_map_rcu.h
2017-09-14
khizmax
Fixed -Wshadow warnings
blob
|
commitdiff
|
raw
2017-09-12
khizmax
Fixed -Wshadow warnings
blob
|
commitdiff
|
raw
|
diff to current
2017-08-29
khizmax
formatting
v2.3.1
blob
|
commitdiff
|
raw
|
diff to current
2017-08-20
khizmax
Merge branch 'master' into dev
blob
|
commitdiff
|
raw
|
diff to current
2017-08-19
khizmax
Merge branch 'ldionne-ldionne-cmake' into dev
blob
|
commitdiff
|
raw
|
diff to current
2017-07-31
khizmax
Removed trailing spaces
blob
|
commitdiff
|
raw
|
diff to current
2017-06-03
khizmax
Added TSan happens-before annotations (TSan don't under...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-28
khizmax
Fixed memory ordering
blob
|
commitdiff
|
raw
|
diff to current
2017-05-26
khizmax
[ARM] Added memory fences for strict modification order...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-14
khizmax
Removed wrong assertion
blob
|
commitdiff
|
raw
|
diff to current
2017-03-14
khizmax
Rearranged rotation code
blob
|
commitdiff
|
raw
|
diff to current
2017-03-11
khizmax
Added assertions for node ordering
blob
|
commitdiff
|
raw
|
diff to current
2017-02-03
khizmax
BronsonAVLTreeMap: docfix
blob
|
commitdiff
|
raw
|
diff to current
2017-02-03
khizmax
BronsonAVLTreeMap: fixed extract_min/max functions
blob
|
commitdiff
|
raw
|
diff to current
2017-01-16
khizmax
Merged branch 'master' of https://github.com/Nemo1369...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-16
khizmax
Merge branch 'flat_combinig_add_stress_and_unint_tests...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-31
khizmax
Updated copyright
blob
|
commitdiff
|
raw
|
diff to current
2016-12-26
khizmax
Removed redundant assertion
blob
|
commitdiff
|
raw
|
diff to current
2016-10-29
khizmax
Removed redundant spaces
blob
|
commitdiff
|
raw
|
diff to current
2016-10-29
khizmax
Removed trailing spaces
blob
|
commitdiff
|
raw
|
diff to current
2016-08-14
Max Khizhinsky
Merge pull request #63 from mgalimullin/cmake-update
blob
|
commitdiff
|
raw
|
diff to current
2016-07-06
khizmax
Fixed doc typo
blob
|
commitdiff
|
raw
|
diff to current
2016-05-30
khizmax
Merge branch 'dev'
blob
|
commitdiff
|
raw
|
diff to current
2016-04-21
khizmax
Docfix
blob
|
commitdiff
|
raw
|
diff to current
2016-04-20
khizmax
Docfix
blob
|
commitdiff
|
raw
|
diff to current
2016-04-16
khizmax
Fixed doxygen markup
blob
|
commitdiff
|
raw
|
diff to current
2016-04-16
khizmax
Docfix, formatting, minor bugs
blob
|
commitdiff
|
raw
|
diff to current
2016-01-05
khizmax
Added copyright and license
blob
|
commitdiff
|
raw
|
diff to current
2015-12-09
khizmax
Fixed BronsonAVLTreeMap nullptr access
blob
|
commitdiff
|
raw
|
diff to current
2015-11-05
khizmax
[BronsonAVLTree] Fixed bug of counting of inserted...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-02
khizmax
Merge branch 'dev' of github.com:khizmax/libcds into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-08-30
khizmax
BronsonAVLTreeMap:
blob
|
commitdiff
|
raw
|
diff to current
2015-08-23
khizmax
Removed trailing whitespaces
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
khizmax
Merge branch 'dev'
blob
|
commitdiff
|
raw
|
diff to current
2015-04-27
khizmax
Merge branch 'integration' into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-04-27
khizmax
Merge branch 'integration' into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-04-19
khizmax
Merge branch 'integration' into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-04-19
khizmax
Fixed memor orderding (tsan)
blob
|
commitdiff
|
raw
|
diff to current
2015-04-17
khizmax
Fixed memory ordering (BronsonAVLTreeMap, tsan)
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
khizmax
BronsonAVLTree: removed unused code
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
khizmax
On integration: Added more stats to Bronson's tree
blob
|
commitdiff
|
raw
|
diff to current
2015-04-05
khizmax
BronsonAVLTreeMap: removed recursion
blob
|
commitdiff
|
raw
|
diff to current
2015-04-04
khizmax
BronsonAVLTreeMap: fixed update() bug
blob
|
commitdiff
|
raw
|
diff to current
2015-04-04
khizmax
BronsonAVLTreeMap: fixed remove algorithm
blob
|
commitdiff
|
raw
|
diff to current
2015-04-04
khizmax
BronsonAVLTreeMap: fixed memory ordering
blob
|
commitdiff
|
raw
|
diff to current
2015-04-03
khizmax
Fixed BronsonAVLTree insert/update bug (incomplete)
blob
|
commitdiff
|
raw
|
diff to current
2015-04-03
khizmax
Merge branch 'integration' into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-04-02
khizmax
Removed trailing spaces
blob
|
commitdiff
|
raw
|
diff to current
2015-04-02
khizmax
BronsonAVLTreeMap: minor changes
blob
|
commitdiff
|
raw
|
diff to current
2015-03-31
khizmax
Fixed error in BronsonAVLTreeMap::find()
blob
|
commitdiff
|
raw
|
diff to current
2015-03-30
khizmax
Merge branch 'integration' into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-03-29
khizmax
Removed unused parameter
blob
|
commitdiff
|
raw
|
diff to current
2015-03-29
khizmax
Added more statistics, improved memory ordering
blob
|
commitdiff
|
raw
|
diff to current
2015-03-27
khizmax
Merge branch 'dev'
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
khizmax
Merge branch 'integration' into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
khizmax
Removed research code from BronsonAVLTreeMap
blob
|
commitdiff
|
raw
|
diff to current
2015-03-21
khizmax
BronsonAVLTreeMap: added acquire/release semantics...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-20
khizmax
BronsonAVLTreeMap refactored
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
khizmax
Improved checking of internal consistency for BronsonAV...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
khizmax
Added more node version checking to BronsonAVLTreeMap
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
khizmax
Added more statistics to BronsonAVLTree
blob
|
commitdiff
|
raw
|
diff to current
2015-03-16
khizmax
Major merge from 'dev'
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
khizmax
Added more assertion
blob
|
commitdiff
|
raw
|
diff to current
2015-03-13
khizmax
Fixed memory leak
blob
|
commitdiff
|
raw
|
diff to current
2015-03-12
khizmax
Bugfixing
blob
|
commitdiff
|
raw
|
diff to current
2015-03-08
khizmax
Added sync monitor statistics
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
khizmax
Disable unused var warning
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
khizmax
Changed functor signature for erase( Key, Func )
blob
|
commitdiff
|
raw
|
diff to current
2015-02-25
khizmax
Merge commit 'a9213ce45072f66144284647ccae242f91ca30af...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-25
khizmax
On dev: bronson-unit-test
blob
|
commitdiff
|
raw
|
diff to current
2015-02-24
khizmax
Improved BronsonAVLTreeMap doc
blob
|
commitdiff
|
raw
|
diff to current
2015-02-23
khizmax
Merge branch 'dev' of github.com:khizmax/libcds into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-02-22
khizmax
Changed docs
blob
|
commitdiff
|
raw
|
diff to current
2015-02-22
khizmax
Bronson AVL-tree: added check_consistency function
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
khizmax
Fix typo
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
khizmax
Bronson's AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
khizmax
changed std::unique_ptr to more restrictive cds::urcu...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
khizmax
Added support for removing node's value via RCU disposi...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-10
khizmax
Added possibility to remove node's value via RCU dispos...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-07
khizmax
Bronson's AVL-tree: add extract_min/max
blob
|
commitdiff
|
raw
|
diff to current
2015-02-07
khizmax
Bronson's AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
khizmax
Bronson's AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
khizmax
Bronson's AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
khizmax
Add internal statistics
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
khizmax
Changed sync monitor internal interface from base hook...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
khizmax
Bronson AVLtree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-02-02
khizmax
Added sync_monitor option
blob
|
commitdiff
|
raw
|
diff to current
2015-02-02
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-31
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
khizmax
Bronson AVL-tree impl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
khizmax
issue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
khizmax
Merge branch 'dev' of github.com:khizmax/libcds into dev
blob
|
commitdiff
|
raw
|
diff to current
2015-01-19
khizmax
Bronson's AVL-tree dev
blob
|
commitdiff
|
raw
|
diff to current
2015-01-17
khizmax
Bronson AVLtree development
blob
|
commitdiff
|
raw
|
diff to current
2015-01-03
khizmax
Bronson AVL-tree RCU: add find() functions
blob
|
commitdiff
|
raw
|
diff to current