summaryrefslogtreecommitdiff
path: root/Modules/WriteCompilerDetectionHeader.cmake
Commit message (Expand)AuthorAgeFilesLines
* HIP: Remove ROMClang compiler id and use Clang directlyBrad King2021-09-161-1/+0
* ROCMClang: Add the ROCm toolkit derived clang compiler to CMakeRobert Maynard2021-06-071-0/+1
* Help: Do not recommend WCDH in cmake-compile-features(7)Brad King2021-04-231-0/+125
* WriteCompilerDetectionHeader: Add policy to remove moduleBrad King2020-12-051-0/+16
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-9/+18
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
* Modules: Update documentation formattingBartosz Kosiorek2019-04-081-1/+1
* Help: Remove duplication of function name.Joachim Wuttke (l)2018-11-121-5/+4
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-230/+231
* WCDH: introduce BARE_FEATURESRolf Eike Beer2018-04-031-33/+83
* WCDH: use better fallback value for nullptr with old gcc versionsRolf Eike Beer2018-03-201-1/+12
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-3/+3
* WriteCompilerDetectionHeader: fix STATIC_ASSERTDaniel Pfeifer2017-03-061-4/+13
* WCDH: optionally omit error code for unknown compilers or compiler versionsRolf Eike Beer2017-01-301-10/+24
* WCDH: add macro to write simple replacement definesRolf Eike Beer2017-01-301-70/+20
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-1/+0
* WCDH: Ignore language standard meta-featuresBrad King2016-11-021-1/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-28/+28
* WCDH: Add Intel to list of supported compilersRobert Maynard2016-04-281-2/+3
* WCDH: Fix condition when variables named "FILE" or "PREFIX" are definedBrad King2015-05-071-2/+2
* WCDH: Fix cxx_nullptr workaround for pre-C++11 compilersRoman Wüger2015-03-171-1/+1
* Features: Record for MSVC 2010-2015Robert Maynard2015-01-301-2/+7
* Features: Record for SolarisStudio 12.4.Stephen Kelly2015-01-171-0/+1
* WCDH: Generate per-language files in multi-file mode.Stephen Kelly2015-01-171-12/+16
* WCDH: Allow compilers to specify features for one language but not the other.Stephen Kelly2015-01-171-2/+8
* WCDH: Find a language-specific DetermineCompiler.cmake if present.Stephen Kelly2015-01-171-1/+5
* Merge topic 'revert-feature_record_msvc'Brad King2015-01-151-3/+2
|\
| * Revert topic 'feature_record_msvc'Brad King2015-01-141-3/+2
* | Merge topic 'feature_record_msvc'Brad King2015-01-111-2/+3
|\ \ | |/
| * Features: Enable writing of MSVC compiler feature header.Robert Maynard2015-01-111-2/+3
* | WCDH: Add feature portability for thread_local.Stephen Kelly2015-01-011-0/+15
|/
* Features: Record for AppleClang 5.1Stephen Kelly2014-12-221-3/+4
* Merge topic 'WCDH-multi-file'Brad King2014-11-261-4/+97
|\
| * WCDH: Make it possible to generate multiple files.Stephen Kelly2014-11-241-4/+97
* | WCDH: Don't imply that MSVC is supported by the module.Stephen Kelly2014-11-231-1/+1
|/
* WCDH: Ensure that the prefix argument to the macro is valid.Stephen Kelly2014-07-021-0/+8
* WCDH: Fix compiler id test for compatibility macros.Stephen Kelly2014-06-131-4/+4
* WCDH: Remove noise from generated defines.Stephen Kelly2014-06-131-7/+7
* WCDH: Document the alignof and alignas wrapper macros.Stephen Kelly2014-06-101-0/+10
* Merge topic 'WriteCompilerDetectionHeader-compiler-versions'Brad King2014-06-101-3/+57
|\
| * Features: Add compiler version support to WriteCompilerDetectionHeader.Stephen Kelly2014-06-091-1/+50
| * WCDH: Issue a better message for version compatibility.Stephen Kelly2014-06-051-2/+7
* | WCDH: Add compatibility defines for deprecation.Stephen Kelly2014-06-091-10/+52
|/
* Help: Add a manual for compiler feature control.Stephen Kelly2014-05-271-0/+3
* Features: Record for Clang 3.4Stephen Kelly2014-05-201-0/+1
* Features: Extend concept to C language.Stephen Kelly2014-05-151-4/+20
* Add the WriteCompilerDetectionHeader module.Stephen Kelly2014-05-141-0/+401