Changed lib version
[libcds.git] / src / hp_gc.cpp
2017-01-03 khizmaxRemoved trailing spaces
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-08-24 khizmaxMerge branch 'dev' into integration
2016-08-20 khizmaxHP refactoring:
2016-01-05 khizmaxAdded copyright and license
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-23 khizmaxRemoved trailing whitespaces
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...
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 khizmaxHazard Pointer GC refactoring
2014-11-15 khizmaxHazard Pointer refactoring
2014-11-15 khizmaxMerge commit '31e19cdf3dbe980510725ff20e281798f48f36f9...
2014-11-14 khizmaxrename cds::gc::hzp namespace to cds::gc::hp
2014-11-14 khizmaxrename GC sources