| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -3/+3 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -8/+8 |
|
|
* | Add the test property PROCESSORS to the CDash xml as a NamedMeasurement. | Bill Hoffman | 2017-07-18 | 1 | -0/+6 |
|
|
* | Merge topic 'better-exception-reporting' | Brad King | 2017-07-13 | 1 | -12/+14 |
|\ |
|
| * | CTest: Report more detail about system exceptions in tests | Bill Hoffman | 2017-07-12 | 1 | -12/+14 |
|
|
* | | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -1/+84 |
|
|
* | | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -1/+94 |
|
|
* | | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+1 |
|/ |
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -6/+6 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -20/+0 |
|
|
* | CTest: use new methods for builtin commands | Daniel Pfeifer | 2017-05-11 | 1 | -5/+5 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Add ctest options for limiting which tests fixtures add | Craig Scott | 2017-05-01 | 1 | -27/+101 |
|
|
* | Merge topic 'clang-tidy-2' | Brad King | 2017-04-27 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: use operators for string comparison | Daniel Pfeifer | 2017-04-26 | 1 | -1/+1 |
|
|
* | | Merge topic 'ctest_test-ignore-skipped-tests' | Brad King | 2017-04-27 | 1 | -4/+12 |
|\ \
| |/
|/| |
|
| * | cmCTestTestHandler: indicate why a test did not run | Ben Boeckel | 2017-04-24 | 1 | -3/+8 |
|
|
| * | cmCTestTestHandler: count skipped tests as disabled | Ben Boeckel | 2017-04-24 | 1 | -1/+4 |
|
|
* | | cmCTestTestHandler: use pointers to static memory | Ben Boeckel | 2017-04-21 | 1 | -4/+4 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | Add 'DISABLED' test property | Betsy McPhail | 2017-03-29 | 1 | -7/+43 |
|
|
* | CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests | Betsy McPhail | 2017-03-27 | 1 | -7/+8 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -35/+35 |
|
|
* | CTest: Ensure setup/cleanup ordering even when fixture not required | Craig Scott | 2017-01-16 | 1 | -22/+60 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|
* | cmCTestTestHandler: use multimap | Daniel Pfeifer | 2016-12-03 | 1 | -27/+20 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -15/+15 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -8/+0 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 1 | -0/+187 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -6/+12 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -12/+10 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -11/+12 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -7/+8 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -16/+16 |
|
|
* | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 1 | -1/+1 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -1/+1 |
|
|
* | Merge topic 'size-empty' | Brad King | 2016-06-03 | 1 | -3/+3 |
|\ |
|
| * | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 1 | -3/+3 |
|
|
* | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|/ |
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1030/+689 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -43/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -12/+12 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | CTest: Optionally use a secondary test timeout after matching output | Zack Galbreath | 2016-03-22 | 1 | -0/+25 |
|
|