Fix build script
[libcds.git] / tests /
2015-03-04 khizmaxAdded tree consistency checking to the map unit test
2015-03-04 khizmaxfixed Bronson's AVL-tree unit test
2015-03-04 khizmaxChanged test for Bronson AVL-tree compatibility
2015-03-02 khizmaxFixed Bronson AVL-Tree tests
2015-02-25 khizmaxMerge commit 'a9213ce45072f66144284647ccae242f91ca30af...
2015-02-25 khizmaxOn dev: bronson-unit-test
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: add extract_min/max
2015-02-07 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxBronson's AVL-tree impl
2015-02-06 khizmaxAdd new statistics
2015-02-06 khizmaxAdd internal statistics
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-26 khizmaxAdd total perf counters to set/map ins/del/find tests
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/unit: changed .h file guard prefix...
2015-01-22 khizmaxissue#11: tests/cppunit: changed .h file guard prefix...
2015-01-22 khizmaxFix issue#10: removed unnecessary null pointer checks
2015-01-22 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-01-17 khizmaxadded "pop from empty queue" counter to queue statistics
2014-12-14 khizmaxfix typo
2014-12-14 khizmaxFix GCC 4.8 <atomic> incompatibility
2014-12-13 khizmaxImprove priority queue pop test
2014-12-02 khizmaxAdded -exact-match flag to unit test command line
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-30 khizmaxRemoved cds::Exception class, all exception from the...
2014-11-30 khizmaxbugfix
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxRenaming map member function insert_key() to insert_with()
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-29 khizmaxRemoving unused vars
2014-11-29 khizmaxRemoving unused vars
2014-11-28 khizmaxHazard Pointer:
2014-11-26 khizmaxRemoved unused vars
2014-11-25 khizmaxRemoved unused vars
2014-11-25 khizmaxfixed work with guarded_ptr in tests
2014-11-24 khizmaxfix tests for guarded_ptr and exempt_ptr
2014-11-24 khizmaxfix a bugs in guarded_ptr and exempt_ptr
2014-11-21 khizmaxbugfix in cds::gc::HP::guarded_ptr
2014-11-20 khizmaxmovable guarded_ptr: unit tests
2014-11-19 khizmaxmovable guarded_ptr: SkipList
2014-11-19 khizmaxRemove 'unused vars' warnings
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxmovable guarded_ptr: LazyList, MichaelList
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-17 khizmaxmovable guarded_ptr: EllenBinTree
2014-11-15 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-15 khizmaxfix a bug in intrusive tree header test
2014-11-14 khizmaxRename class cds::gc::PTB to cds::gc::DHP
2014-11-14 khizmaxrename cds::gc::hzp namespace to cds::gc::hp
2014-11-14 khizmaxfix priority queue unit tests
2014-11-14 khizmaxrearrange cds/gc contents
2014-11-13 khizmaxmovable exempt_ptr: SkipList
2014-11-12 khizmaxmovable exempt_ptr: MichaelSet/Map
2014-11-12 khizmaxmovable exempt_ptr: MichaelList
2014-11-12 khizmaxmovable exempt_ptr: LazyList
2014-11-12 khizmaxmovable exempt_ptr: EllenBinTree
2014-11-12 khizmaxAdd back-off strategy to EllenBinTree
2014-11-10 khizmaxNormalized CuckooSet/Map declaration in test's map_type...
2014-11-10 khizmaxCuckooSet/Map refactoring
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-11-10 khizmaxadded SlipListMap<gc:nogc> to map tests
2014-11-09 khizmaxEllenBinTree refactoring
2014-11-07 khizmaxintrusive::EllenBinTree test refactoring
2014-11-07 khizmaxintrusive::ellen_bintree refactoring
2014-11-07 khizmaxchanged map_types.h for tests
2014-11-07 khizmaxchanged set_types.h for tests
2014-11-06 khizmaxremove printing HRC stat in tests
2014-11-06 khizmaxSkipListMap/Set refactoring
2014-11-04 khizmaxintrusive::SkipListSet refactoring
2014-11-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
2014-11-03 khizmaxFix bug in map header test
2014-11-02 khizmaxUnit tests for set are only with C++11 std::set and...
2014-11-02 khizmaxRemove old MSVC++ stdext::hash_set from tests
2014-11-02 khizmaxRemove old MSVC++ std::map and stdext::hash_map from...
2014-11-02 khizmaxRemove old VC++ stdext::hash_map from tests
2014-11-02 khizmaxRemove old VC std::map from tests
2014-11-02 khizmaxFix Intel C++ compiler incompatibility
2014-11-01 khizmaxFix bug in test of boost::intrusive::splay_set wrapper
2014-11-01 khizmaxRemove trailing spaces
2014-11-01 khizmaxBugfix
2014-10-31 khizmaxadd SplitListMap print stat
2014-10-31 khizmaxNormalized split-list map types in unit-map tests
2014-10-31 khizmaxFixed iterator issues in set/map
2014-10-30 khizmaxNormalized split-list set types in unit-set tests
2014-10-30 khizmaxFix some typo and bugs
2014-10-29 khizmaxFix GCC build
next