projects
/
libcds.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libcds.git
2015-04-24
khizmax
Fixed max bucket count error in SplitList
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
khizmax
Fixed min/max macro problem in MS VC++
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
khizmax
changelog
commit
|
commitdiff
|
tree
|
snapshot
2015-04-23
khizmax
GCC 5 compatibility: std::list::size() O(1) complexity
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
khizmax
Fixed data races found by tsan
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
khizmax
Added CMakeList patching for distributive script
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
khizmax
Merge branch 'integration' into dev
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
khizmax
Fixed memor orderding (tsan)
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
Max Khizhinsky
Merge pull request #28 from Rapotkinnik/upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
Max Khizhinsky
Merge pull request #27 from krinkinmu/fastpath-opt
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
Eugeny Kalishenko
CMake build system introduced (issue #9)
commit
|
commitdiff
|
tree
|
snapshot
2015-04-19
Eugeny Kalishenko
Building only library with cmake
commit
|
commitdiff
|
tree
|
snapshot
2015-04-18
Mike Krinkin
Relax memory order constraints.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-18
Mike Krinkin
Optimize fast path in inc_item_count.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-18
Mike Krinkin
Cast constant to size_t before left shift
commit
|
commitdiff
|
tree
|
snapshot
2015-04-18
Mike Krinkin
Fix spelling and spaces.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-17
khizmax
Fixed memory ordering (BronsonAVLTreeMap, tsan)
commit
|
commitdiff
|
tree
|
snapshot
2015-04-16
khizmax
Added missing header
commit
|
commitdiff
|
tree
|
snapshot
2015-04-15
khizmax
Relaxed memory order in SplitList
commit
|
commitdiff
|
tree
|
snapshot
2015-04-14
khizmax
BronsonAVLTree: removed unused code
commit
|
commitdiff
|
tree
|
snapshot
2015-04-14
khizmax
On integration: Added more stats to Bronson's tree
commit
|
commitdiff
|
tree
|
snapshot
2015-04-14
khizmax
index on integration: f6e850d Merge branch 'integration...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-12
khizmax
Merge branch 'integration' into dev
commit
|
commitdiff
|
tree
|
snapshot
2015-04-12
Max Khizhinsky
Merge pull request #26 from krinkinmu/build-script-wip
commit
|
commitdiff
|
tree
|
snapshot
2015-04-11
khizmax
Fixed do typo
commit
|
commitdiff
|
tree
|
snapshot
2015-04-11
khizmax
Issue #23: replaced std::random_shuffle with std::random
commit
|
commitdiff
|
tree
|
snapshot
2015-04-10
Mike Krinkin
Implement -D option.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-10
Mike Krinkin
Change single quotes to double quotes.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
khizmax
Issue #23: removed std::random_shuffle from tests
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
khizmax
Issue #23: removed std::random_shuffle from tests
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
khizmax
Issue #23: Added std::random_device to TestCase class
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
khizmax
Changed map_delodd test
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
khizmax
aligned allocator is raised std::bad_alloc when no...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
khizmax
Reorganized map2 unit test to reduce compiling time...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
khizmax
set2 unit test: fixed GCC incompatibility
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
khizmax
Fixed missing memory order
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
khizmax
Split up set2 unit test to reduce compiling time and...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
khizmax
Win projects: disabled some noise warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-04-05
khizmax
Win projects: disabled some noise warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-04-05
khizmax
Win projects: disabled some noise warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-04-05
khizmax
Improved map unit test
commit
|
commitdiff
|
tree
|
snapshot
2015-04-05
khizmax
BronsonAVLTreeMap: removed recursion
commit
|
commitdiff
|
tree
|
snapshot
2015-04-05
khizmax
Win projects: disabled some noise warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
khizmax
Win projects: disabled some noise warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
khizmax
Split Win unit-test projects to reduce compiling time
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
khizmax
BronsonAVLTreeMap: fixed update() bug
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
khizmax
BronsonAVLTreeMap: fixed remove algorithm
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
khizmax
BronsonAVLTreeMap: fixed memory ordering
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
khizmax
Fixed BronsonAVLTree insert/update bug (incomplete)
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
khizmax
Merge branch 'integration' into dev
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Max Khizhinsky
Merge pull request #25 from krinkinmu/header-deps-wip
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Mike Krinkin
Add header file dependencies to build script.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
khizmax
Removed trailing spaces
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
khizmax
Fixed docs
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
khizmax
BronsonAVLTreeMap: minor changes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
khizmax
Fixed error in BronsonAVLTreeMap::find()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
khizmax
Added MichaelMap based on unordered LazyList<nogc>...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
khizmax
Removed test-hdr/unordered_list dir
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
khizmax
Renamed test-hdr/ordered_list dir to test-hdr/list...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
khizmax
Refactored LazyList<nogc> with ordering option
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
khizmax
Merge branch 'integration' into dev
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Max Khizhinsky
Merge pull request #24 from krinkinmu/unordered-list-wip
commit
|
commitdiff
|
tree
|
snapshot
2015-03-29
khizmax
Removed unused parameter
commit
|
commitdiff
|
tree
|
snapshot
2015-03-29
khizmax
Added more statistics, improved memory ordering
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add michael set test with unordered lazy list.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add michael map test with unordered lazy list.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add find_with tests for nonintrusive and k/v lists.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Implement find_with in nonintrusive and k/v lists.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add find_with calls to intrusive lazy list test.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add find_with to unordered intrusive list.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add tests for unordered nonintrusive and kv lists.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Support sort option in nonintrusive and kv lists.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add header tests for unordered intrusive list.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Implement unordered intrusive lazy list.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Derive equal_to from compare/less functors.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add equal_to/sort options to nonintrusive trait.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add sort policy to intrusive lazy list trait.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Mike Krinkin
Add equal_to option to intrusive lazy list trait.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Merge branch 'dev'
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Fixed build script
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Fixed build script
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Splitted up set_insdelfind test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Splitted up set_insdel_string test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Splitted up set_delodd test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Splitted up map_insdel_item_string test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
khizmax
Splitted up map_insdel_item_int test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
khizmax
Splitted up map_insdelfind test to reduce compiling...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
khizmax
Splitted up map_insdel_string test to reduce compiling...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
khizmax
Splitted up map_insdel_int test to reduce compiling...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
khizmax
Splitted up map_find_string test to reduce compiling...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Splitted up map_find_int test to reduce compiling time...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Splitted up map_insfind_int test to reduce compiling...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Removed redundant locking from lazy-list
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Removed redundant locking from lazy-list
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Merge branch 'integration' into dev
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Max Khizhinsky
Merge pull request #22 from krinkinmu/remove-unneeded...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Mike Krinkin
Remove unneeded lock in nogc lazy list find_at_.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Issue #21: splitted map_delodd test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
khizmax
Removed research code from BronsonAVLTreeMap
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
khizmax
BronsonAVLTreeMap: added acquire/release semantics...
commit
|
commitdiff
|
tree
|
snapshot
next