summaryrefslogtreecommitdiff
path: root/Source/cmConfigureFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* Cleanup: Fix misspelt name of local C++ variableCraig Scott2021-03-261-7/+7
* configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-5/+104
* configure_file: Add option to control file permissions transfer to copyRahul Gottipati2020-06-301-1/+5
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* cmConfigureFileCommand: simplify no-op argument handlingBen Boeckel2020-04-131-6/+20
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-9/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+3
* cmCommand refactor: cmConfigureFileCommandGabor Bencze2019-08-201-39/+34
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-181-3/+3
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* configure_file: canonicalize input and output path in dependenciesFrank Benkstein2018-11-131-10/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+5
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-64/+35
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* configure_file: Do not warn about newline style argumentsBrad King2015-03-091-0/+7
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Merge topic 'fix-configure_file-COPYONLY'Brad King2014-11-031-0/+13
|\
| * configure_file: Warn about unknown argumentsBrad King2014-10-311-0/+13
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
|/
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Drop compatibility with CMake < 2.4Brad King2013-10-231-21/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-281-1/+14
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Teach configure_file to handle directory namesBrad King2009-09-161-0/+18
* Teach configure_file to handle relative pathsBrad King2009-09-161-10/+19
* Fix typo in cmConfigureFileCommand ivar nameBrad King2009-09-161-4/+4
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-20/+1
* BUG: change in handling of cmake_minimum_requiredKen Martin2008-03-061-2/+13
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...Ken Martin2008-03-061-13/+9
* BUG: some fixes, still a few to goKen Martin2008-03-051-9/+13
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* BUG: No need for the backward compatibility variable warningAndy Cedilnik2007-04-041-2/+2
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-22/+22
* ENH: configure file will assume start source dir if a full path is not providedKen Martin2005-07-071-1/+8
* ENH: made configure file immediate by default for 2.2 or laterKen Martin2005-06-131-0/+12
* ENH: If configure file fails do not create directoryAndy Cedilnik2004-03-281-3/+7
* ENH: Move implementation of configure_file to cmMakefile, so that other class...Andy Cedilnik2004-03-081-53/+5
* ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand....Brad King2004-03-031-25/+4
* ENH: Preserve permissions when copying filesAndy Cedilnik2004-01-261-0/+3
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-1/+3