Merge branch 'dev'
[libcds.git] / projects /
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxAdded MS VC14 solution
2015-05-06 khizmaxRemoved vc14 CTP solution
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-22 khizmaxFixed data races found by tsan
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-07 khizmaxReorganized map2 unit test to reduce compiling time...
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-04-06 khizmaxWin projects: disabled some noise warnings
2015-04-05 khizmaxWin projects: disabled some noise warnings
2015-04-05 khizmaxWin projects: disabled some noise warnings
2015-04-05 khizmaxWin projects: disabled some noise warnings
2015-04-04 khizmaxWin projects: disabled some noise warnings
2015-04-04 khizmaxSplit Win unit-test projects to reduce compiling time
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 khizmaxMerge branch 'integration' into dev
2015-03-30 Max KhizhinskyMerge pull request #24 from krinkinmu/unordered-list-wip
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-27 khizmaxMerge branch 'dev'
2015-03-27 khizmaxFixed build script
2015-03-27 khizmaxFixed build script
2015-03-27 khizmaxSplitted up set_insdelfind test
2015-03-27 khizmaxSplitted up set_insdel_string test
2015-03-27 khizmaxSplitted up set_delodd test
2015-03-27 khizmaxSplitted up map_insdel_item_string test
2015-03-27 khizmaxSplitted up map_insdel_item_int test
2015-03-25 khizmaxSplitted up map_insdelfind test to reduce compiling...
2015-03-25 khizmaxSplitted up map_insdel_string test to reduce compiling...
2015-03-25 khizmaxSplitted up map_insdel_int test to reduce compiling...
2015-03-24 khizmaxSplitted up map_find_string test to reduce compiling...
2015-03-23 khizmaxSplitted up map_find_int test to reduce compiling time...
2015-03-23 khizmaxSplitted up map_insfind_int test to reduce compiling...
2015-03-23 khizmaxMerge branch 'integration' into dev
2015-03-23 khizmaxIssue #21: splitted map_delodd test
2015-03-16 khizmaxSplitted map_insdel_func test for reducing compiler...
2015-03-16 khizmaxRemoved legacy comparator.h
2015-03-16 khizmaxMajor merge from 'dev'
2015-03-08 khizmaxadded CDS_USE_VLD for all DebugVLD win projects
2015-03-08 khizmaxAdded sync monitor statistics
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-17 khizmaxFixed MSVC batch build script
2015-02-17 khizmaxFixed build script
2015-02-16 khizmaxAdded Bronson AVL-tree header tests
2015-02-14 khizmaxBronson's AVL-tree impl
2015-02-05 khizmaxChanged sync monitor internal interface from base hook...
2015-02-05 khizmaxBronson AVLtree impl
2015-02-04 khizmaxBronson AVL-tree impl
2015-02-03 khizmaxAdded sync monitor for pool of mutexes
2015-02-02 khizmaxChanged VC 2015 projects
2015-02-02 khizmaxRenamed sync::injected_monitor to sync::injecting_monitor
2015-02-02 khizmaxAdded sync::Monitor concept
2015-02-01 khizmaxUpdated MS VC 14 CTP projects
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-26 khizmaxBronson AVL-tree impl
2015-01-23 khizmaxRemoved MSVC 2008 artefacts
2015-01-03 khizmaxBronson AVL-tree RCU: add find() functions
2015-01-02 khizmaxBeginning of concurrent AVL-tree implementation (RCU)
2014-12-30 khizmaxprepare for next version 2.1.0
2014-11-29 khizmaxRemoving cds/refcounter.h
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoved cds/os/syseror.h
2014-11-28 khizmaxVC14 preview compatibility
2014-11-28 khizmaxMade cds::OS children namespaces inline, removed OS...
2014-11-20 khizmaxAdd MSVC++ 2015 Preview projects
2014-11-18 khizmaxreimplement guarded_ptr from scratch
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-16 khizmaxremove hp_inline.h
2014-11-15 khizmaxrearrange cds/gc directory
2014-11-15 khizmaxDynamic Hazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-14 khizmaxrename GC sources
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc contents
2014-11-14 khizmaxremove cds/gc/all.h
2014-11-14 khizmaxreplace cds::gc::too_few_hazard_pointers exception...
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-11-10 khizmaxFix build script
2014-11-09 khizmaxEllenBinTree refactoring
2014-11-07 khizmaxintrusive::EllenBinTree test refactoring
2014-11-07 khizmaxintrusive::ellen_bintree refactoring
2014-11-06 khizmaxSkipListMap/Set refactoring
2014-11-04 khizmaxintrusive::SkipListSet refactoring
2014-11-02 khizmaxUnit tests for set are only with C++11 std::set and...
2014-11-02 khizmaxRemove old MSVC++ std::map and stdext::hash_map from...
2014-10-30 khizmaxNormalized split-list set types in unit-set tests
2014-10-29 khizmaxFix GCC build
2014-10-29 khizmaxSplitListMap refactoring
2014-10-27 khizmaxintrusive::SplitListSet refactoring
2014-10-26 khizmaxMichaelMap refactoring
2014-10-26 khizmaxMichaelSet refactoring
next