Merge branch 'integration' into dev
[libcds.git] / cds /
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxFixed split-list inc_item_count()
2015-04-27 Max KhizhinskyMerge pull request #30 from krinkinmu/fix-typo
2015-04-27 Max KhizhinskyMerge pull request #29 from krinkinmu/rational-resizing...
2015-04-26 Mike KrinkinFix typos, no functional changes
2015-04-26 Mike KrinkinAdd rational load factor resizing policy
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed max bucket count error in SplitList
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-23 khizmaxGCC 5 compatibility: std::list::size() O(1) complexity
2015-04-22 khizmaxFixed data races found by tsan
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-04-19 Max KhizhinskyMerge pull request #28 from Rapotkinnik/upstream
2015-04-19 Max KhizhinskyMerge pull request #27 from krinkinmu/fastpath-opt
2015-04-18 Mike KrinkinRelax memory order constraints.
2015-04-18 Mike KrinkinOptimize fast path in inc_item_count.
2015-04-18 Mike KrinkinCast constant to size_t before left shift
2015-04-18 Mike KrinkinFix spelling and spaces.
2015-04-17 khizmaxFixed memory ordering (BronsonAVLTreeMap, tsan)
2015-04-16 khizmaxAdded missing header
2015-04-15 khizmaxRelaxed memory order in SplitList
2015-04-14 khizmaxBronsonAVLTree: removed unused code
2015-04-14 khizmaxOn integration: Added more stats to Bronson's tree
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-11 khizmaxFixed do typo
2015-04-11 khizmaxIssue #23: replaced std::random_shuffle with std::random
2015-04-07 khizmaxaligned allocator is raised std::bad_alloc when no...
2015-04-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxFixed missing memory order
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-04-05 khizmaxBronsonAVLTreeMap: removed recursion
2015-04-04 khizmaxBronsonAVLTreeMap: fixed update() bug
2015-04-04 khizmaxBronsonAVLTreeMap: fixed remove algorithm
2015-04-04 khizmaxBronsonAVLTreeMap: fixed memory ordering
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 khizmaxFixed docs
2015-04-02 khizmaxBronsonAVLTreeMap: minor changes
2015-03-31 khizmaxFixed error in BronsonAVLTreeMap::find()
2015-03-30 khizmaxRenamed test-hdr/ordered_list dir to test-hdr/list...
2015-03-30 khizmaxRefactored LazyList<nogc> with ordering option
2015-03-30 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
2015-03-29 khizmaxRemoved unused parameter
2015-03-29 khizmaxAdded more statistics, improved memory ordering
2015-03-28 Mike KrinkinImplement find_with in nonintrusive and k/v lists.
2015-03-28 Mike KrinkinAdd find_with to unordered intrusive list.
2015-03-28 Mike KrinkinSupport sort option in nonintrusive and kv lists.
2015-03-28 Mike KrinkinImplement unordered intrusive lazy list.
2015-03-28 Mike KrinkinDerive equal_to from compare/less functors.
2015-03-28 Mike KrinkinAdd equal_to/sort options to nonintrusive trait.
2015-03-28 Mike KrinkinAdd sort policy to intrusive lazy list trait.
2015-03-28 Mike KrinkinAdd equal_to option to intrusive lazy list trait.
2015-03-27 khizmaxMerge branch 'dev'
2015-03-23 khizmaxRemoved redundant locking from lazy-list
2015-03-23 khizmaxRemoved redundant locking from lazy-list
2015-03-23 khizmaxMerge branch 'integration' into dev
2015-03-23 Max KhizhinskyMerge pull request #22 from krinkinmu/remove-unneeded...
2015-03-23 Mike KrinkinRemove unneeded lock in nogc lazy list find_at_.
2015-03-23 khizmaxRemoved research code from BronsonAVLTreeMap
2015-03-21 khizmaxBronsonAVLTreeMap: added acquire/release semantics...
2015-03-20 khizmaxBronsonAVLTreeMap refactored
2015-03-19 khizmaxImproved checking of internal consistency for BronsonAV...
2015-03-19 khizmaxAdded more node version checking to BronsonAVLTreeMap
2015-03-18 khizmaxAdded more statistics to BronsonAVLTree
2015-03-17 khizmaxApple OS X clang does not support thread_local keyword
2015-03-16 khizmaxRemoved legacy comparator.h
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-15 khizmaxFixed the pool based on Vyukov's queue
2015-03-14 khizmaxResolved false fullness state of the pools
2015-03-14 khizmaxAdded more checking
2015-03-14 khizmaxAdded more assertion
2015-03-14 khizmaxSmall refactoring, doc fix
2015-03-14 khizmaxReplaced C-style cast to static_cast
2015-03-13 khizmaxsmall refactoring of pool monitor
2015-03-13 khizmaxFixed memory leak
2015-03-12 khizmaxBugfixing
2015-03-10 khizmaxFix pool_monitor ctor
2015-03-10 khizmaxFormatting issues
2015-03-08 khizmaxAdded more measures to sync monitor statistics
2015-03-08 khizmaxadded CDS_USE_VLD for all DebugVLD win projects
2015-03-08 khizmaxAdded sync monitor statistics
2015-03-07 khizmaxDisable unused var warning
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-03-03 khizmaxFix doc
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-17 khizmaxfixed doc typo
next