| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -9/+3 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+3 |
|
|
* | cmCommand refactor: cmConfigureFileCommand | Gabor Bencze | 2019-08-20 | 1 | -39/+34 |
|
|
* | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -3/+3 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+2 |
|
|
* | configure_file: canonicalize input and output path in dependencies | Frank Benkstein | 2018-11-13 | 1 | -10/+4 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -2/+2 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+5 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands1 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -64/+35 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | configure_file: Do not warn about newline style arguments | Brad King | 2015-03-09 | 1 | -0/+7 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | Merge topic 'fix-configure_file-COPYONLY' | Brad King | 2014-11-03 | 1 | -0/+13 |
|\ |
|
| * | configure_file: Warn about unknown arguments | Brad King | 2014-10-31 | 1 | -0/+13 |
|
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -2/+2 |
|/ |
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 1 | -21/+4 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | Add NEWLINE_STYLE option to configure_file (#3957) | Peter Kuemmel | 2011-11-28 | 1 | -1/+14 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Teach configure_file to handle directory names | Brad King | 2009-09-16 | 1 | -0/+18 |
|
|
* | Teach configure_file to handle relative paths | Brad King | 2009-09-16 | 1 | -10/+19 |
|
|
* | Fix typo in cmConfigureFileCommand ivar name | Brad King | 2009-09-16 | 1 | -4/+4 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 1 | -20/+1 |
|
|
* | BUG: change in handling of cmake_minimum_required | Ken Martin | 2008-03-06 | 1 | -2/+13 |
|
|
* | BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT... | Ken Martin | 2008-03-06 | 1 | -13/+9 |
|
|
* | BUG: some fixes, still a few to go | Ken Martin | 2008-03-05 | 1 | -9/+13 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | BUG: No need for the backward compatibility variable warning | Andy Cedilnik | 2007-04-04 | 1 | -2/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
|
|
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+7 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -22/+22 |
|
|
* | ENH: configure file will assume start source dir if a full path is not provided | Ken Martin | 2005-07-07 | 1 | -1/+8 |
|
|
* | ENH: made configure file immediate by default for 2.2 or later | Ken Martin | 2005-06-13 | 1 | -0/+12 |
|
|
* | ENH: If configure file fails do not create directory | Andy Cedilnik | 2004-03-28 | 1 | -3/+7 |
|
|
* | ENH: Move implementation of configure_file to cmMakefile, so that other class... | Andy Cedilnik | 2004-03-09 | 1 | -53/+5 |
|
|
* | ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand.... | Brad King | 2004-03-03 | 1 | -25/+4 |
|
|
* | ENH: Preserve permissions when copying files | Andy Cedilnik | 2004-01-26 | 1 | -0/+3 |
|
|
* | ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr... | Brad King | 2003-06-23 | 1 | -1/+3 |
|
|
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -27/+20 |
|
|
* | spelling errors | Bill Hoffman | 2003-02-14 | 1 | -1/+1 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -2/+0 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | BUG: make sure non cmakedef lines are not skipped | Bill Hoffman | 2002-01-16 | 1 | -0/+4 |
|
|