| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 1 | -1/+2 |
|
|
* | | CTest: Report to CDash the compiler version used to build the project | Daniel Pfeifer | 2015-08-11 | 1 | -3/+2 |
|
|
* | | CTest: Optionally add a ChangeId attribute on XML Site tags | Zack Galbreath | 2015-07-17 | 1 | -0/+7 |
|
|
* | | CTest: hide progress ticks in verbose output | Daniel Pfeifer | 2015-07-06 | 1 | -4/+10 |
|
|
* | | ctest: Optionally avoid starting tests that may exceed a given CPU load | Betsy McPhail | 2015-06-30 | 1 | -0/+35 |
|/ |
|
* | Merge topic 'ctest-xml-refactor' | Brad King | 2015-05-28 | 1 | -70/+77 |
|\ |
|
| * | cmCTest: Drop unused method overloads | Daniel Pfeifer | 2015-05-26 | 1 | -112/+0 |
|
|
| * | cmCTest: Port GenerateNotesFile to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -24/+26 |
|
|
| * | cmCTest: Port to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -0/+117 |
|
|
* | | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+1 |
|/ |
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -0/+2 |
|\ |
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+2 |
|
|
* | | cmGlobalGenerator: Add NVI wrapper to create local generator. | Stephen Kelly | 2015-05-16 | 1 | -1/+1 |
|/ |
|
* | ctest: Treat ENV{CTEST_OUTPUT_ON_FAILURE} as a boolean | Brad King | 2015-04-22 | 1 | -2/+2 |
|
|
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -2/+2 |
|
|
* | cmMakefile: Add wrapper for reading listfiles which have an origin. | Stephen Kelly | 2015-04-18 | 1 | -2/+1 |
|
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -3/+6 |
|
|
* | cmake: Remove the happy global property scope pattern. | Stephen Kelly | 2015-04-15 | 1 | -3/+3 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -1/+1 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-07 | 1 | -1/+1 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -1/+1 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-06 | 1 | -1/+1 |
|
|
* | Fix warnings from clang scanbuild. | Bill Hoffman | 2015-03-25 | 1 | -8/+19 |
|
|
* | Merge topic 'ctest-repeat-until-fail' | Brad King | 2015-03-23 | 1 | -4/+33 |
|\ |
|
| * | ctest: Add a new --repeat-until-fail option | Bill Hoffman | 2015-03-23 | 1 | -4/+33 |
|
|
* | | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'ctest-output-options' | Brad King | 2015-02-24 | 1 | -43/+57 |
|\ |
|
| * | ctest_start: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -34/+42 |
|
|
| * | CTest: Add cmCTestOptionalLog macro | Zack Galbreath | 2015-02-23 | 1 | -9/+15 |
|
|
* | | cmCTest: Convert loop to member insert. | Stephen Kelly | 2015-02-18 | 1 | -4/+3 |
|/ |
|
* | cmake: Use a default CA path when not using system curl | Brad King | 2015-01-23 | 1 | -1/+2 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -3/+3 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -5/+5 |
|
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -7/+1 |
|
|
* | Merge topic 'add-xz-support' | Brad King | 2015-01-12 | 1 | -1/+2 |
|\ |
|
| * | cmSystemTools: use an enumeration for compression formats | Ben Boeckel | 2015-01-12 | 1 | -1/+1 |
|
|
| * | cmake -E tar: add support for .xz files with 'J' | Ben Boeckel | 2015-01-09 | 1 | -1/+2 |
|
|
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -3/+3 |
|
|
* | | Merge topic 'base64-casts' | Brad King | 2015-01-08 | 1 | -7/+6 |
|\ \
| |/
|/| |
|
| * | cmCTest: Use size_t for cmsysBase64_Encode return value | Brad King | 2014-12-26 | 1 | -3/+3 |
|
|