| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'labels-for-subprojects' | Brad King | 2017-07-13 | 1 | -0/+34 |
|\ |
|
| * | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -0/+4 |
|
|
| * | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+30 |
|
|
* | | cmCTest: Add missing switch case fallthrough markup | Brad King | 2017-07-05 | 1 | -1/+2 |
|/ |
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -3/+2 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -9/+9 |
|
|
* | 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 | -0/+28 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -9/+9 |
|
|
* | cmCTest, cmCTestCoverageHandler: remove cwd dance | Ben Boeckel | 2017-03-06 | 1 | -2/+0 |
|
|
* | clang-tidy: apply misc-redundant-expression fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|
* | Add Encoding option for RunChild, RunMakeCommand and RunProcess | Dāvis Mosāns | 2016-11-14 | 1 | -6/+6 |
|
|
* | Windows: Encode child process output to internally-used encoding | Dāvis Mosāns | 2016-11-14 | 1 | -9/+47 |
|
|
* | Do not query CDash for version | Zack Galbreath | 2016-11-08 | 1 | -48/+0 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -22/+23 |
|
|
* | 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 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | Do not define cout/cerr preprocessor symbols | Brad King | 2016-10-04 | 1 | -7/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CTest::CompressString: Avoid manual delete | Daniel Pfeifer | 2016-09-23 | 1 | -10/+5 |
|
|
* | CTest::CompressString: Reorder code to avoid unnecessary allocation | Daniel Pfeifer | 2016-09-23 | 1 | -8/+7 |
|
|
* | CTest::Base64EncodeFile: Avoid manual delete | Daniel Pfeifer | 2016-09-23 | 1 | -12/+7 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -27/+29 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -6/+5 |
|
|
* | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 1 | -5/+2 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -5/+7 |
|
|
* | Merge topic 'reorganize-cmCTest' | Brad King | 2016-07-06 | 1 | -100/+135 |
|\ |
|
| * | cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -2/+2 |
|
|
| * | cmCTest: Facilitate code reading adding consistent comments in Run() | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -4/+7 |
|
|
| * | cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()" | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -43/+65 |
|
|
| * | cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()" | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -54/+64 |
|
|
| * | cmCTest: Fix typo | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -1/+1 |
|
|
* | | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -4/+4 |
|/ |
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -25/+25 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -4/+4 |
|
|
* | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 1 | -2/+2 |
|
|
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -6/+6 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1546/+1084 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -79/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -17/+17 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 1 | -0/+1 |
|
|
* | CTest: Remove needless cmLocalGenerator creation. | Stephen Kelly | 2015-10-05 | 1 | -2/+0 |
|
|
* | CTest: Add options to limit output of passed and failed tests | Roman Wüger | 2015-09-18 | 1 | -1/+40 |
|
|
* | Merge topic 'fix-ctest-xml-double-encoding' | Brad King | 2015-08-31 | 1 | -4/+1 |
|\ |
|
| * | CTest: Fix XML double-encoding cases | Daniel Pfeifer | 2015-08-28 | 1 | -4/+1 |
|
|
* | | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -4/+4 |
|
|