Trims down unnecessary queue test casese
[libcds.git] / cds / compiler / gcc /
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-13 khizmaxGCC-7 64bit does not support lock-free wide (128-bit...
2017-05-04 khizmaxAdded support __SANITIZE_THREAD__ pre-defined macro...
2017-05-03 khizmaxAdded ability to manually suppress wide-atomic support...
2017-03-08 khizmaxRevised processor-specific hints for back-off
2017-03-05 khizmax[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizer...
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-28 khizmaxFixed aarch64 support for gcc
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-15 khizmaxHP and DHP SMR totally refactored
2017-01-12 Mikhail KomarovImplemented support for ARMv8 (64 bit arm)
2016-12-31 khizmaxUpdated copyright
2016-11-20 khizmaxMerge branch 'integration' into dev
2016-11-16 khizmaxFixed: gcc-4.9 does not support DCAS for atomic (a...
2016-10-29 khizmaxRemoved redundant spaces
2016-09-27 khizmaxFixed Clang build
2016-09-22 khizmaxFixed gcc-4.8 x86 build (the compiler does not support...
2016-09-19 khizmaxgcc-4.8 does not supported std::atomic for 128-bit...
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxRemoved trailing spaces
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-07-02 khizmaxAdded cds_likely/cds_unlikely macro
2016-01-05 khizmaxAdded copyright and license
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-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-01 khizmaxAdded compiler-specific CDS_DEPRECATED macro
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-05-12 khizmaxMerge branch 'dev'
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-03-16 khizmaxMajor merge from 'dev'
2015-02-02 khizmaxAdded sync_monitor option
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-30 khizmaxReplacing some integral typedefs with standard types
2014-11-29 khizmaxRemoving unused vars
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-09-25 khizmaxFix bugs in libcds atomic implementation
2014-09-24 khizmaxRemove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of...
2014-09-23 khizmaxRemove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_DELETE_DEFINITION_SUPPORT and emulatin...
2014-09-23 khizmaxRemove CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_DEFAULT_FUNCTION_TEMPLATE_ARGS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
2014-09-23 khizmaxRemove CDS_CXX11_EXPLICIT_CONVERSION_OPERATOR_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_TEMPLATE_ALIAS_SUPPORT macro and emula...
2014-09-21 khizmaxRemove compiler-specific C++11 compatibility macro...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxRemove old compiler specific files related to atomic...
2014-09-20 khizmaxRemove CDS_CXX11_ATOMIC_SUPPORT
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-18 khizmaxRemove cstdint_boost.h, csdtint_std.h wrappers
2014-09-18 khizmaxMove libcds 1.6.0 from SVN