summaryrefslogtreecommitdiff
path: root/Source/cmConfigureFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-27/+20
* spelling errorsBill Hoffman2003-02-141-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* BUG: make sure non cmakedef lines are not skippedBill Hoffman2002-01-161-0/+4
* ENH: do not undef cmakedefine stuff, just comment out the lineBill Hoffman2002-01-161-1/+2
* Add space to outputAndy Cedilnik2002-01-101-2/+2
* ENH: add an option to configure file command that allows for only expansion o...Bill Hoffman2001-10-301-2/+7
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-261-0/+1
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy an...Brad King2001-08-031-14/+24
* Wrong place for foutBerk Geveci2001-07-021-1/+1
* better configure file commandKen Martin2001-06-291-31/+38
* added escape quotes optionKen Martin2001-06-221-1/+17
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* BUG: fix use beyond end of arrayBill Hoffman2001-05-091-3/+5
* ENH: call configure from cmakeBill Hoffman2001-05-071-0/+133