Adds Rigtorp queues parallel test cases
[libcds.git] / src /
2017-08-29 khizmaxformatting v2.3.1
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-07-31 khizmaxRemoved trailing spaces
2017-05-31 khizmaxRefactoring exponential and delay back-off strategies...
2017-04-05 khizmaxFixed memory ordering
2017-04-01 khizmax[TSan] Fixed data races in HP/DHP
2017-03-19 khizmaxUsed std::thread::hardware_consurrency() to get process...
2017-03-18 khizmaxRemoved signal_threaded uRCU
2017-03-09 khizmaxFixed potentially incorrect usage of Win API
2017-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-02-23 khizmax[urcu] Moved signal handler implementation to .cpp...
2017-02-16 khizmaxFixed some minor compiler warnings
2017-02-13 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-02-08 khizmaxFixed compiler error
2017-02-07 khizmaxRemoved cds::OS::is_thread_alive() function. This funct...
2017-01-22 khizmaxFixed win32 dll-export
2017-01-21 khizmaxRemoved unused header
2017-01-21 khizmaxFixed missing stat measuring in DHP
2017-01-21 khizmaxAdded HP/DHP internal stats to test
2017-01-19 khizmaxAdded internal statistics to gc::DHP
2017-01-17 khizmaxRenamed HP/DHP header files
2017-01-17 khizmaxFixed HP/DHP thread data initialization
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2017-01-16 khizmaxFixed some CppCheck warnings in new HP and DHP implemen...
2017-01-15 khizmaxHP and DHP SMR totally refactored
2017-01-03 khizmaxRemoved trailing spaces
2017-01-02 khizmaxRemoved Michael's allocator
2016-12-31 khizmaxUpdated copyright
2016-12-12 khizmax[TSan] Fixed data race (?) to satisfy TSan
2016-12-01 khizmax[TSan] Tuning memory order
2016-12-01 khizmax[TSan] Fixed data race: added compiler barriers, tuned...
2016-11-30 khizmax[TSan] Fixed memory ordering
2016-11-29 khizmax[TSan] added annotation for suspicious (in terms of...
2016-11-29 khizmaxUpdated TSan suppression
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-07 khizmaxRemoved trailing spaces
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-20 khizmaxHP refactoring:
2016-01-05 khizmaxAdded copyright and license
2015-12-30 khizmaxAdd epoch_count parameter in cds::gc::DHP constructor
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-28 khizmaxFixed rare double-free in DHP SMR
2015-11-01 khizmaxFormatting
2015-10-31 khizmaxAdded epoch count as constructor parameter for DHP GC
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-06-07 khizmaxModified Hazard Pointer SMR to conform C++11 memory...
2015-06-04 khizmaxFixed DHP GC initialization order
2015-05-12 khizmaxMerge branch 'dev'
2015-04-29 khizmaxTSan exam: fixed flat combining data race; eliminated...
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-04-19 Eugeny KalishenkoCMake build system introduced (issue #9)
2015-04-19 Eugeny KalishenkoBuilding only library with cmake
2015-03-16 khizmaxMajor merge from 'dev'
2015-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-02-17 khizmaxFixed MinGW incompatibility
2015-02-05 khizmaxFix TDM-GCC incompatibility
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-31 khizmaxissue #11: replace _CDS_ header guard prefix with CDSLIB_
2015-01-22 khizmaxFix issue#10: removed unnecessary null pointer checks
2014-12-05 khizmaxMerge branch 'dev'
2014-12-04 khizmaxImprove cds::gc::DHP scan() performance
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRenamed isThreadAlive to is_thread_alive
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-28 khizmaxHazard Pointer:
2014-11-17 khizmaxRemove ugly reinterpret_cast from HP GC
2014-11-16 khizmaxSmall changes in HP GC
2014-11-15 khizmaxDynamic Hazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-14 khizmaxRename class cds::gc::PTB to cds::gc::DHP
2014-11-14 khizmaxrename cds::gc::ptb namespace to cds::gc::dhp
2014-11-14 khizmaxrename cds::gc::hzp namespace to cds::gc::hp
2014-11-14 khizmaxrename GC sources
2014-11-14 khizmaxrearrange cds/gc content
2014-11-14 khizmaxrearrange cds/gc contents
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
2014-09-24 khizmaxReplace CDS_DEBUG_DO with CDS_DEBUG_ONLY
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxRevert "Replace cds::OS::ThreadId with std::thread...
2014-09-19 khizmaxReplace cds::OS::ThreadId with std::thread::id, cds...
2014-09-18 khizmaxMove cds/int_algo.h to cds/algo/int_algo.h
2014-09-18 khizmaxMove cds/bitop.h to cds/algo/bitop.h
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN