| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 8 | -8/+8 |
|
|
* | LFortran: Add support for this compiler | Christoph Junghans | 2024-07-22 | 1 | -0/+4 |
|
|
* | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 7 | -7/+7 |
|
|
* | OrangeC: Add support for OrangeC compiler | David Lindauer | 2023-09-25 | 1 | -2/+2 |
|
|
* | CrayClang: Add support for this compiler | Ryan Krattiger | 2023-09-22 | 1 | -2/+2 |
|
|
* | codespell: Avoid escape sequence that looks like misspelled "nodes" | Brad King | 2023-05-22 | 6 | -21/+21 |
|
|
* | CUDA: Add Device LTO support for nvcc | Robert Maynard | 2022-07-22 | 4 | -0/+110 |
|
|
* | IBMClang: Add support for IBM Open XL C/C++ | Aaron Liu | 2022-01-27 | 1 | -2/+2 |
|
|
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -0/+3 |
|
|
* | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -2/+2 |
|
|
* | Tests: Update for the FujitsuClang compiler | Yuichiro Utsumi | 2021-03-31 | 1 | -2/+2 |
|
|
* | Tests: Update for the Fujitsu compiler | Chuck Atkins | 2021-03-31 | 1 | -2/+2 |
|
|
* | Tests: Update Module.WriteCompilerDetectionHeader for IntelLLVM | Brad King | 2021-01-28 | 1 | -2/+2 |
|
|
* | Tests: Update tests for NVHPC compiler | Tin Huynh | 2021-01-27 | 1 | -2/+2 |
|
|
* | Tests: Avoid duplicate custom commands for Xcode "new build system" | Brad King | 2020-09-18 | 1 | -0/+7 |
|
|
* | Tests: Cover CheckTypeSize with uint8_t and std::uint8_t | Brad King | 2020-07-22 | 3 | -0/+38 |
|
|
* | bindexplib: supporting llvm bitcode formats using llvm-nm | Zsolt Parragi | 2019-08-30 | 6 | -5/+36 |
|
|
* | Clang: For MSVC ABI do not use modes older than C++14 | Brad King | 2019-07-24 | 1 | -3/+1 |
|
|
* | Tests: fix failures with gnu mode clang on windows | Zsolt Parragi | 2019-05-24 | 1 | -1/+3 |
|
|
* | Merge topic 'meta-feature_only_infer_granular_support' | Brad King | 2019-04-10 | 1 | -4/+8 |
|\ |
|
| * | CompileFeatures: Now able to presume full language level support | Robert Maynard | 2019-04-09 | 1 | -4/+8 |
|
|
* | | find_dependency: Always search dependencies | Damien R | 2019-03-29 | 4 | -1/+36 |
|/ |
|
* | Tests: Fix Module.WriteCompilerDetectionHeader for Intel on Windows | Brad King | 2019-02-14 | 1 | -1/+2 |
|
|
* | Tests: Teach tests when to treat clang-cl as MSVC | Zsolt Parragi | 2019-02-11 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 8 | -63/+63 |
|
|
* | Tests: Avoid duplicate rules in ExternalData test | Brad King | 2018-04-13 | 2 | -3/+4 |
|
|
* | WCDH: introduce BARE_FEATURES | Rolf Eike Beer | 2018-04-03 | 2 | -1/+37 |
|
|
* | Merge topic 'modernize-git-whitespace-attributes' | Brad King | 2017-08-25 | 6 | -5/+5 |
|\ |
|
| * | gitattributes: prefer `-text` for binary files | Ben Boeckel | 2017-08-23 | 6 | -5/+5 |
|
|
* | | Tests: Print more info on CheckIPOSupported test failure | Brad King | 2017-08-23 | 3 | -6/+9 |
|/ |
|
* | CompileFeatures: Makes tests work with meta-feature only | Chuck Atkins | 2017-05-29 | 1 | -1/+12 |
|
|
* | Tests: Add cases for typical CheckIPOSupported usage | Ruslan Baratov | 2017-04-18 | 9 | -0/+88 |
|
|
* | WriteCompilerDetectionHeader: fix STATIC_ASSERT | Daniel Pfeifer | 2017-03-06 | 2 | -0/+6 |
|
|
* | Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported | Rolf Eike Beer | 2017-02-02 | 1 | -1/+5 |
|
|
* | Tests/Module/WCDH: write multi_file_compiler_detection.h before using it | Rolf Eike Beer | 2017-02-02 | 1 | -11/+11 |
|
|
* | Tests/Module/WCDH: make it work with only C features defined | Rolf Eike Beer | 2017-01-30 | 1 | -51/+51 |
|
|
* | WCDH: optionally omit error code for unknown compilers or compiler versions | Rolf Eike Beer | 2017-01-30 | 1 | -1/+29 |
|
|
* | ExternalData: Add support for SHA-3 algorithms | Brad King | 2016-11-11 | 3 | -0/+3 |
|
|
* | ExternalData: Add support for multiple hash algorithms | Matt McCormick | 2016-10-18 | 5 | -0/+6 |
|
|
* | ExternalData: Tolerate files duplicated across multiple targets | Brad King | 2016-09-07 | 3 | -0/+27 |
|
|
* | Tests: Port GenerateExportHeader test to RunCMake infrastructure | Brad King | 2016-09-05 | 34 | -1530/+0 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 1 | -2/+2 |
|
|
* | Tests: Run clang-format on GenerateExportHeader code | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | GenerateExportHeader: Add option to specify custom content | Brad King | 2016-06-28 | 2 | -0/+7 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 16 | -189/+238 |
|
|
* | WCDH: Add Intel to list of supported compilers | Robert Maynard | 2016-04-28 | 1 | -5/+9 |
|
|
* | GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) | Andreas Schuh | 2016-03-17 | 14 | -42/+56 |
|
|
* | Tests: fix Module.GenerateExportHeader building on Clang/C2 | Mariusz PluciĆski | 2016-03-10 | 3 | -1/+93 |
|
|
* | Tests: fix GenerateExportHeader directory definitions | Ben Boeckel | 2016-02-12 | 2 | -9/+6 |
|
|
* | GenerateExportHeader: Work around buggy std::getline behavior in BCB5. | James Johnston | 2015-12-31 | 1 | -0/+12 |
|
|