| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -25/+26 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -5/+6 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -8/+8 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -1/+1 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -2/+2 |
|
|
* | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+1 |
|
|
* | cmCTestScriptHandler: don't call find repeatedly. | Daniel Pfeifer | 2016-05-24 | 1 | -3/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -411/+280 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -19/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -6/+6 |
|
|
* | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 1 | -0/+1 |
|
|
* | Set the current dirs on the snapshot before creating the cmMakefile. | Stephen Kelly | 2015-10-07 | 1 | -6/+3 |
|
|
* | CTest: Port away from cmLocalGenerator. | Stephen Kelly | 2015-10-05 | 1 | -12/+2 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -4/+6 |
|
|
* | cmCTestScriptHandler: Simplify deletes. | Stephen Kelly | 2015-08-28 | 1 | -26/+9 |
|
|
* | 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: Disable CMake Cygwin legacy warning in dashboard client script | Brad King | 2015-06-08 | 1 | -0/+4 |
|
|
* | 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 |
|/ |
|
* | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -3/+3 |
|\ |
|
| * | cmMakefile: Rename SetStart* directory API to SetCurrent*. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
| * | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -4/+8 |
|/ |
|
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -2/+2 |
|
|
* | Port cmCommand consumers to cmState. | Stephen Kelly | 2015-04-15 | 1 | -2/+2 |
|
|
* | CTest: Drop "Error in read script" message at end of testing | Zack Galbreath | 2015-02-27 | 1 | -5/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | ctest: count errors from scripts properly | Ben Boeckel | 2014-12-10 | 1 | -1/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -15/+15 |
|
|
* | CTest: Implement message(STATUS) output for 'ctest -S' scripts | Brad King | 2014-07-02 | 1 | -0/+11 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -10/+10 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -4/+4 |
|
|
* | CTest: more aggressive implementation of ctest_empty_binary_directory() | Nils Gladitz | 2013-11-02 | 1 | -3/+60 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -6/+0 |
|
|
* | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 1 | -0/+9 |
|
|
* | CTest: Simplify environment save/restore | Brad King | 2012-04-24 | 1 | -5/+1 |
|
|
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -0/+2 |
|
|
* | Remove trailing whitespace | Brad King | 2011-03-11 | 1 | -20/+20 |
|
|
* | Preserve environment variables across calls to cmCTestScriptHandler::RunConfi... | David Cole | 2009-12-23 | 1 | -0/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|