Fixed -Wshadow warning
[libcds.git] / cds / gc /
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-08-14 khizmaxdoc formatting
2017-08-14 khizmaxissue #82: added doc about DCAS support
2017-08-10 khizmaxIssue #81: fixed extending thread's retired array in...
2017-07-31 khizmaxRemoved trailing spaces
2017-04-01 khizmax[TSan] Fixed data races in HP/DHP
2017-03-06 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-05 khizmax[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizer...
2017-02-16 khizmaxFixed some minor compiler warnings
2017-01-22 khizmaxFixed win32 dll-export
2017-01-21 khizmaxdocfix
2017-01-21 khizmaxAdded HP/DHP internal stats to test
2017-01-19 khizmaxAdded internal statistics to gc::DHP
2017-01-17 khizmaxAdded missing #include
2017-01-17 khizmaxRenamed HP/DHP header files
2017-01-17 khizmaxImproved HP/DHP doc
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 khizmaxFixed doxygen markup
2016-12-31 khizmaxUpdated copyright
2016-12-12 khizmax[TSan] Fixed data race (?) to satisfy TSan
2016-12-01 khizmax[TSan] Fixed data race: added compiler barriers, tuned...
2016-11-30 khizmax[TSan] Fixed memory ordering
2016-11-20 khizmaxMerge branch 'integration' into dev
2016-11-19 khizmaxDocfix
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-27 khizmaxFixed Clang build
2016-09-07 khizmaxRemoved trailing spaces
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-21 khizmaxFixed iteration set stress test under 32bit architecture
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-12-24 khizmaxText formatting, docfix
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-20 Max KhizhinskyMerge pull request #47 from eugenyk/master
2015-12-20 khizmaxRebuilt threaded uRCU logic
2015-12-19 Eugeny KalishenkoFixed files encoding (#46)
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-28 khizmaxFixed rare double-free in DHP SMR
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-08-23 khizmaxRemoved trailing whitespaces
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-06-07 khizmaxModified Hazard Pointer SMR to conform C++11 memory...
2015-06-04 khizmaxFixed DHP GC initialization order
2015-05-21 khizmaxAdded missing function qualifiers
2015-05-21 khizmaxAdded simplified form of urcu::batch_retire function
2015-05-21 khizmaxRemoved TSan annotations, tuned memory ordering
2015-05-12 khizmaxMerge branch 'dev'
2015-04-27 khizmaxMerge branch 'integration'
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 khizmaxMerge branch 'integration' into dev
2015-04-27 Max KhizhinskyMerge pull request #30 from krinkinmu/fix-typo
2015-04-26 Mike KrinkinFix typos, no functional changes
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 khizmaxFixed memor orderding (tsan)
2015-03-16 khizmaxMajor merge from 'dev'
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-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-12-18 khizmaxfix doc
2014-12-10 khizmaxfix doc
2014-12-10 khizmaxfix doc
2014-12-05 khizmaxMerge branch 'dev'
2014-12-04 khizmaxImprove cds::gc::DHP scan() performance
2014-11-30 khizmaxRemoved CDS_DECLARE_EXCEPTION macro
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-29 khizmaxImproving gc:HP and gc::DHP guards
2014-11-28 khizmaxHazard Pointer:
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 khizmaxcds::gc::DHP details bugfix
2014-11-18 khizmaxmovable quarded_ptr: SplitList
2014-11-18 khizmaxreimplement guarded_ptr from scratch
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRollback some GC changes
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-17 khizmaxmovable guarded_ptr: EllenBinTree
2014-11-17 khizmaxFix GC doc
2014-11-17 khizmaxRemove ugly reinterpret_cast from HP GC
2014-11-16 khizmaxSmall changes in HP GC
2014-11-16 khizmaxremove hp_inline.h
2014-11-16 khizmaxformatting
2014-11-16 khizmaxTypo fix
2014-11-16 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxFix GC refactoring bugs
2014-11-15 khizmaxHazard Pointer docfix
2014-11-15 khizmaxrearrange cds/gc directory
2014-11-15 khizmaxDynamic Hazard Pointer GC refactoring
next