Merge branch 'dev-gtest' into dev
[libcds.git] / cds / algo /
2016-01-05 khizmaxAdded copyright and license
2015-12-24 khizmaxText formatting, docfix
2015-12-23 khizmaxFixed FeldmanHashSet
2015-12-23 khizmaxsome improvements
2015-12-23 khizmaxAdded more assertion
2015-12-22 khizmaxFixed a bug in split_bitstring algo
2015-12-11 khizmaxFixed Cppcheck warnings
2015-12-10 khizmaxFixed issues found by Cppcheck
2015-11-29 Max KhizhinskyMerge pull request #44 from eugenyk/master
2015-11-29 khizmaxFixed memory leaks in flat-combining algo
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-08-05 khizmaxSmall fixes in split_bitstring algo
2015-08-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-06-12 khizmaxFixed data race in flat combining algo found by TSan
2015-05-12 khizmaxMerge branch 'dev'
2015-04-29 khizmaxTSan exam: fixed flat combining data race; eliminated...
2015-04-21 Mike KrinkinFix spelling and spaces.
2015-04-19 khizmaxMerge branch 'integration' into dev
2015-04-19 Max KhizhinskyMerge pull request #28 from Rapotkinnik/upstream
2015-04-19 Max KhizhinskyMerge pull request #27 from krinkinmu/fastpath-opt
2015-04-18 Mike KrinkinFix spelling and spaces.
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-10 khizmaxfix doc
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-28 khizmaxVC14 preview compatibility
2014-11-26 khizmaxback-off strategies: use std::declval in noexcept speci...
2014-11-26 khizmaxRevised noexcept expressions in back-off strategies
2014-11-26 khizmaxAdd noexcept expressions to back-off strategies
2014-11-11 khizmaxrename type_traits to traits in flat_combining namespace
2014-11-02 khizmaxchange header sequence for back-off
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-09-24 khizmaxReplace variadic template emulation for option list...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxChanged cds_std namespace to std, removed cds/details...
2014-09-19 khizmaxRemove cds/details/std/tnhread.h, using STL <thread...
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 khizmaxMove cds/backoff_strategy.h to cds/algo/backoff_strategy.h
2014-09-18 khizmaxreplace null_ptr<>() with nullptr
2014-09-18 khizmaxMove libcds 1.6.0 from SVN