Docfix
[libcds.git] / cds / compiler /
2016-09-29 khizmaxFixed Clang 3.7 + libc++ issues
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-15 khizmaxAdded [[deprected]] attribute support for vc14
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-01 khizmaxAdded compiler-specific CDS_DEPRECATED macro
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-08 khizmaxFixed TSan annotations
2015-06-15 khizmaxQueue refactoring
2015-06-12 khizmaxAdded TSan annotation
2015-05-12 khizmaxMerge branch 'dev'
2015-05-06 khizmaxTSan exam:
2015-04-28 khizmaxFixed TSan warnings in SplitList
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-17 khizmaxApple OS X clang does not support thread_local keyword
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-11-20 khizmaxAdd support for MS VC++ 2015 Preview
2014-11-11 khizmaxadd stddef.h to cds/details/defs.h
2014-11-11 khizmaxclang-3.5 compatibility
2014-11-04 khizmaxReplace boost.type_traits with std::type_traits
2014-11-02 khizmaxchange header sequence for back-off
2014-10-21 khizmaxremove CDS_CONSTEXPR_CONST macro
2014-10-09 khizmaxRemove obsolete clang checks
2014-09-30 khizmaxAdd support for Intel C++ compiler for Linux (icc 15)
2014-09-25 khizmaxFix bugs in libcds atomic implementation
2014-09-25 khizmaxFix typo in clang version for boost.atomic patch
2014-09-25 khizmaxFix clang 3.4-3.5 64bit build (boost.atomic problem...
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 khizmaxAdd checking for minimal compiler version
2014-09-21 khizmaxRemove compiler-specific C++11 compatibility macro...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxRevert "Remove CDS_CXX11_ATOMIC_BEGIN_NAMESPACE/CDS_CXX...
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 khizmaxVC: fix some compiler errors
2014-09-18 khizmaxmodify MSVC++ property file
2014-09-18 khizmaxMove libcds 1.6.0 from SVN