| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cxx-checks-warning-match' | Brad King | 2019-03-08 | 1 | -1/+1 |
|\ |
|
| * | C++ feature checks: Match warnings more strictly | Brad King | 2019-03-07 | 1 | -1/+1 |
|
|
| * | Extend C++17/C++14 feature checks to cover more standard library APIs | Mathieu Garaud | 2019-02-27 | 2 | -2/+18 |
|
|
* | | Extend C++17/C++14 feature checks to cover more standard library APIs | Mathieu Garaud | 2019-02-27 | 2 | -2/+18 |
|
|
* | | Avoid compiling CMake itself as C++17 with Clang's MSVC ABI | Zsolt Parragi | 2019-02-11 | 1 | -0/+13 |
|/ |
|
* | C++ feature checks: Filter out libstdc++ sprintf warnings | Brad King | 2018-11-20 | 1 | -0/+2 |
|
|
* | Extend C++17/C++14 feature checks to require unique_ptr | Brad King | 2018-08-01 | 4 | -4/+9 |
|
|
* | C++ feature checks: Ignore Xcode warnings | Gregor Jasny | 2018-06-19 | 1 | -0/+2 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -4/+4 |
|
|
* | Merge topic 'cxx-checks-tolerate-more-warnings' | Brad King | 2018-04-30 | 1 | -0/+3 |
|\ |
|
| * | C++ feature checks: Filter out warnings caused by local configuration | Brad King | 2018-04-30 | 1 | -0/+3 |
|
|
* | | ccmake: Check for curses more robustly before enabling | Brad King | 2018-03-21 | 3 | -0/+81 |
|/ |
|
* | Compile CMake as C++17 if supported by the compiler | Brad King | 2017-12-22 | 2 | -0/+43 |
|
|
* | Generalize check for C++14 constructs | Brad King | 2017-12-22 | 3 | -33/+36 |
|
|
* | Simplify CM_FALLTHROUGH implementation | Brad King | 2017-11-30 | 4 | -40/+0 |
|
|
* | Use C++11 '= delete' instead of CM_EQ_DELETE | Brad King | 2017-09-28 | 2 | -15/+0 |
|
|
* | Remove checks for auto_ptr that we no longer need | Brad King | 2017-09-27 | 2 | -19/+0 |
|
|
* | C++ feature checks: Filter out warnings caused by user flags | Brad King | 2017-09-19 | 1 | -0/+2 |
|
|
* | C++ feature checks: Prepare for multiple check output filters | Brad King | 2017-09-19 | 1 | -1/+2 |
|
|
* | Drop now-unused definition of CM_OVERRIDE | Brad King | 2017-09-15 | 2 | -25/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 2 | -15/+0 |
|
|
* | Merge topic 'cxx11-unordered' | Daniel Pfeifer | 2017-08-23 | 3 | -16/+0 |
|\ |
|
| * | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 3 | -16/+0 |
|
|
* | | Fix CM_FALLTHROUGH with -Wunused-parameter | Brad King | 2017-08-22 | 3 | -3/+3 |
|/ |
|
* | C++ feature checks: Improve exclusion of "0 Warning(s)" | Brad King | 2017-06-08 | 1 | -1/+3 |
|
|
* | C++ feature checks: Do not match "0 Warning(s)" as a warning | Walter Gray | 2017-06-06 | 1 | -1/+1 |
|
|
* | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 4 | -0/+40 |
|
|
* | C++ feature checks: check output for '[Ww]arning' | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | Check C++ features even without CMAKE_CXX_STANDARD for CMake itself | Brad King | 2017-05-19 | 1 | -13/+16 |
|
|
* | cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-22 | 2 | -0/+15 |
|
|
* | Add a feature check to test availability of auto_ptr | Daniel Pfeifer | 2016-09-26 | 2 | -0/+19 |
|
|
* | Check for availability of unique_ptr and make_unique when building CMake | Brad King | 2016-09-16 | 3 | -0/+17 |
|
|
* | CM_OVERRIDE: fix feature test for clang | Daniel Pfeifer | 2016-06-29 | 1 | -0/+2 |
|
|
* | cxx features: add check for nullptr | Daniel Pfeifer | 2016-06-27 | 2 | -0/+15 |
|
|
* | CM_OVERRIDE: mark destructor overridden in the feature test. | Daniel Pfeifer | 2016-06-27 | 1 | -0/+2 |
|
|
* | cxx features: add check for override | Daniel Pfeifer | 2016-06-27 | 2 | -0/+21 |
|
|
* | Use <unordered_set> where available | Daniel Pfeifer | 2016-06-27 | 2 | -0/+8 |
|
|
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 3 | -25/+36 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 3 | -3/+10 |
|
|
* | Avoid using C11 to build CMake if _Thread_local support is broken | Raphael Kubo da Costa | 2015-09-15 | 2 | -0/+35 |
|
|
* | Use std::unordered_map instead of hash_map where available. | Stephen Kelly | 2015-05-18 | 2 | -0/+31 |
|
|
* | Avoid using C++14 to build CMake if cstdio breaks | Brad King | 2015-05-08 | 2 | -0/+35 |
|
|