| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Fix warning clang-analyzer-cplusplus.NewDeleteLeaks | nic-kaczinsky | 2021-04-16 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | C23 support | Raul Tambre | 2021-02-25 | 2 | -1/+6 |
|
|
* | C17 support | Raul Tambre | 2021-02-25 | 2 | -1/+6 |
|
|
* | Tests: Update CompileFeatures test for IntelLLVM | Brad King | 2021-01-28 | 1 | -2/+2 |
|
|
* | Tests: Fix CMP0115 warnings in CompileFeatures test | Brad King | 2021-01-28 | 1 | -1/+4 |
|
|
* | Tests: Update tests for NVHPC compiler | Tin Huynh | 2021-01-27 | 1 | -2/+2 |
|
|
* | CUDA, CXX, OBJCXX: C++23 support with Clang 12 | Raul Tambre | 2020-12-08 | 3 | -1/+13 |
|
|
* | Tests: Update CompileFeatures test for Intel 19 with VS 2015 | Brad King | 2019-10-10 | 1 | -0/+6 |
|
|
* | Intel: Fix default C++ dialect detection on Windows | Brad King | 2019-10-10 | 1 | -1/+11 |
|
|
* | CompileFeatures: Relax cxx_relaxed_constexpr compiler requirements | Robert Maynard | 2019-05-13 | 1 | -1/+2 |
|
|
* | SunPro: Record support for C++14 features by SunPro 5.{14,15} | Brad King | 2019-04-19 | 1 | -0/+10 |
|
|
* | CompileFeatures: Now able to presume full language level support | Robert Maynard | 2019-04-09 | 1 | -10/+14 |
|
|
* | Tests: Remove outdated portion of CompileFeatures genex test | Brad King | 2019-04-09 | 1 | -11/+0 |
|
|
* | Features: Do not use a lower-than-default standard for requested features | Zsolt Parragi | 2019-02-26 | 2 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 9 | -95/+93 |
|
|
* | clang-format.bash: update to clang-format-6.0 | Brad King | 2018-06-01 | 1 | -1/+1 |
|
|
* | Tests: Simplify CompileFeatures expectation logic | Brad King | 2018-04-06 | 1 | -174/+44 |
|
|
* | Merge topic 'features-c++20' | Brad King | 2018-04-02 | 2 | -1/+7 |
|\ |
|
| * | Features: Add infrastructure for C++ 20 language standard | Brad King | 2018-03-27 | 2 | -1/+7 |
|
|
* | | Features: Record C features for MSVC | Brad King | 2018-03-29 | 1 | -0/+5 |
|
|
* | | Features: Do not assume c_restrict support in CompileFeatures test | Brad King | 2018-03-28 | 1 | -1/+11 |
|
|
* | | Features: Fix CompileFeatures test checks for C | Brad King | 2018-03-28 | 1 | -3/+9 |
|/ |
|
* | Features: Record initializer list support for Intel 14 and above | Brad King | 2018-03-16 | 1 | -0/+6 |
|
|
* | Tests: Make CompileFeatures C dialect check consistent with impl | Brad King | 2018-02-21 | 1 | -1/+1 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 3 | -11/+12 |
|
|
* | Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 features | Brad King | 2017-08-08 | 2 | -0/+20 |
|
|
* | MSVC: Add flags for C++ language standards | Brad King | 2017-07-17 | 1 | -9/+14 |
|
|
* | CompileFeatures: Makes tests work with meta-feature only | Chuck Atkins | 2017-05-29 | 1 | -6/+17 |
|
|
* | Features: Record features for SunPro C 5.13 and 5.14 | Brad King | 2017-05-11 | 2 | -1/+12 |
|
|
* | clang-format.bash: Use Git attributes to mark files for formatting | Brad King | 2017-02-22 | 1 | -0/+2 |
|
|
* | CompileFeatures Test: make sure the target "CompileFeatures" is always defined | Rolf Eike Beer | 2017-01-30 | 1 | -10/+8 |
|
|
* | Tests: use cxx_auto_type only if actually available | Rolf Eike Beer | 2017-01-25 | 1 | -0/+3 |
|
|
* | Features: Add infrastructure for C++ 17 language standard | Brad King | 2016-12-02 | 2 | -2/+7 |
|
|
* | Features: Suppress c_static_assert test coverage on Intel <= 15 | Brad King | 2016-11-10 | 1 | -0/+9 |
|
|
* | Features: Test feature propagation with language standard meta-feature | Brad King | 2016-11-02 | 1 | -4/+4 |
|
|
* | Features: Add meta-features requesting awareness of a particular standard | Brad King | 2016-11-02 | 1 | -0/+2 |
|
|
* | Features: Fix cxx_right_angle_brackets compiler feature test | Alex Wang | 2016-10-25 | 1 | -1/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 42 | -192/+243 |
|
|
* | Tests: Protect unicode literals from clang-format Cpp03 formatting | Brad King | 2016-05-11 | 1 | -0/+2 |
|
|
* | Features: Record standards and features for Intel C on UNIX | Robert Maynard | 2016-04-28 | 1 | -0/+10 |
|
|
* | Features: Record standards and features for Intel C++ on UNIX | Levi Morrison | 2016-04-28 | 1 | -0/+72 |
|
|
* | Features: Update MSVC features for VS 2015 RTM | Brad King | 2015-07-21 | 1 | -6/+0 |
|
|
* | Features: VS 2013 Update 3 supports initializer lists (#15494) | Brad King | 2015-04-06 | 1 | -2/+2 |
|
|
* | Tests: Fix CompileFeatures cxx_generalized_initializers example | Brad King | 2015-04-06 | 1 | -2/+6 |
|
|
* | Features: Fix C90 feature detection. | Stephen Kelly | 2015-02-04 | 2 | -0/+70 |
|
|
* | Features: Record for MSVC 2010-2015 | Robert Maynard | 2015-01-30 | 1 | -0/+48 |
|
|
* | Features: Define meaning for no language standard default | Brad King | 2015-01-29 | 1 | -16/+20 |
|
|
* | Merge topic 'test-features-enforce-expectation' | Brad King | 2015-01-27 | 1 | -0/+15 |
|\ |
|