Removed old map unit tests
[libcds.git] / tests / test-hdr /
2016-04-06 khizmaxRemoved old map unit tests
2016-03-26 khizmaxRemoved old set unit tests
2016-02-27 khizmaxRemoved old tests
2016-02-20 khizmaxMoved list unit test to gtest framework
2016-02-06 khizmaxMoved queue unit tests to gtest framework
2016-02-05 khizmaxMoved queue unit tests to gtest framework
2016-01-26 khizmaxAdded workaround for boost 1.59 bug: intrusive containe...
2016-01-16 khizmaxMoved deque unit test to gtest framework
2016-01-15 khizmaxMoved priority_queue unit test to gtest framework
2016-01-12 khizmaxMoved stack unit test to gtest framework
2016-01-12 khizmaxIssue #48: added std::move for pop() function of stack...
2016-01-05 khizmaxAdded copyright and license
2015-12-25 khizmaxFixed GCC incompatibility
2015-12-24 khizmaxFormatting
2015-12-24 khizmaxFixed compatibility with boost 1.59 for striped intrusi...
2015-12-22 khizmaxformatting
2015-12-01 khizmaxRemoved consume semantics from all tests
2015-12-01 khizmaxRemoved consume semantics from some atomic tests
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-29 Eugeny KalishenkoTest working directory set to the binary output directo...
2015-10-26 khizmaxFixed an error in EllenBinTreeMap ST-test
2015-10-21 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-20 khizmaxRenamed MultiLevelHashSet/Map to FeldmanHashSet/Map
2015-10-18 khizmaxMultiLevelHashSet test, bugfixing
2015-10-09 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-10-04 khizmaxAdded container::MultiLevelHashMap<RCU> specialization
2015-10-04 khizmaxAdded container::MultiLevelHashSet<RCU> specialization
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-30 khizmaxAdded intrusive::MultiLevelHashSet<RCU> implementation
2015-09-20 khizmaxBugfix
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-13 khizmaxExcluded deprecated functions ensure() and find(key...
2015-08-30 khizmaxBronsonAVLTreeMap:
2015-08-29 khizmaxMichaelList, LazyList, MichaelMap:
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-23 khizmaxFixed MultiLevelHashMap double registration of unit...
2015-08-23 khizmaxFixed build script
2015-08-23 khizmaxMultiLevelHashSet/Map<HP> - fixed GCC incompatibility
2015-08-23 khizmax- Refactored MultiLevelHashSet<HP> iterators
2015-08-20 khizmaxAdded container::MultiLevelHashSet<HP> unit tests
2015-08-14 khizmaxFixed hdr test for MultiLevelHashSet<HP>
2015-08-14 khizmaxFixed MultiLevelHashSet<DHP> test
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-08-12 khizmaxintrusive MultiLevelHashSet:
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-08-05 khizmaxSmall fixes in split_bitstring algo
2015-08-03 khizmaxAdded 64bit test for split_bitstring algo
2015-08-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-25 khizmaxSkipList:
2015-07-15 khizmaxFixed RWQueue test
2015-07-15 khizmaxFixed compiler errors
2015-07-11 khizmaxRWQueue refactoring for eliminating data race (TSan)
2015-06-27 khizmaxChanged: OptimisticQueue: use padding option instead...
2015-06-23 khizmaxChanged: use padding option instead of alignment one
2015-05-31 khizmaxChanged SkipListSet/Map<RCU> for new get() semantics...
2015-05-30 khizmax Changed SplitListSet/Map<RCU> for new MichaelList...
2015-05-24 khizmaxRenamed get_result typedef to raw_ptr
2015-05-23 khizmaxChanged MichaelSet/Map<RCU> for new MichaelList extract...
2015-05-23 khizmaxApplied raw_ptr to non-intrusive MichaelKVList<RCU>
2015-05-23 khizmaxAdded urcu::raw_ptr adapter for non-intrusive containers
2015-05-23 khizmaxAdded urcu::raw_ptr concept
2015-04-27 khizmaxMerge branch 'integration'
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 Max KhizhinskyMerge pull request #28 from Rapotkinnik/upstream
2015-04-19 Eugeny KalishenkoCMake build system introduced (issue #9)
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-09 khizmaxIssue #23: removed std::random_shuffle from tests
2015-04-09 khizmaxIssue #23: removed std::random_shuffle from tests
2015-03-30 khizmaxRemoved test-hdr/unordered_list dir
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-28 Mike KrinkinAdd michael set test with unordered lazy list.
2015-03-28 Mike KrinkinAdd michael map test with unordered lazy list.
2015-03-28 Mike KrinkinAdd find_with tests for nonintrusive and k/v lists.
2015-03-28 Mike KrinkinAdd find_with calls to intrusive lazy list test.
2015-03-28 Mike KrinkinAdd tests for unordered nonintrusive and kv lists.
2015-03-28 Mike KrinkinAdd header tests for unordered intrusive list.
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-08 khizmaxAdded sync monitor statistics
2015-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-02-22 khizmaxBronson AVL-tree: added check_consistency function
2015-02-17 khizmaxsimplified local types
2015-02-17 khizmaxFixed comparing signed/unsigned int
2015-02-16 khizmaxAdded Bronson AVL-tree header tests
2015-02-14 khizmaxBronson's AVL-tree impl
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-05 khizmaxBronson AVLtree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-23 khizmaxRemoved MSVC 2008 artefacts
2015-01-22 khizmaxissue#11: tests/test-hdr: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/test-hdr: changed .h file guard prefix...
2014-12-14 khizmaxFix GCC 4.8 <atomic> incompatibility
2014-11-30 khizmaxReplacing some integral typedefs with standard types
next