summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputRequiredFilesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Avoid some copiesDaniel Pfeifer2016-10-301-9/+6
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-1/+11
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-11/+10
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-254/+175
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmMakeDepend: Inline into inheriting class.Stephen Kelly2015-10-201-175/+128
* cmMakeDepend: Inline into only user.Stephen Kelly2015-10-201-1/+438
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-1/+1
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* Add policy CMP0032 to disallow output_required_filesBrad King2013-10-221-0/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix for 5071, report error if output file can not be openedBill Hoffman2008-10-101-0/+7
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-18/+16
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-7/+0
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-27/+27
* ENH: fix testBill Hoffman2005-10-181-1/+0
* ENH: add .txx files and put the start directory in the search pathBill Hoffman2005-10-181-3/+23
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-4/+3
* updated for changes in Depend CalcsKen Martin2002-12-101-12/+32
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-26/+26
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* ENH: Hacked together a new implementation of the dependency generator code. ...Brad King2001-07-171-12/+11
* ERR: Removed unused variable.Brad King2001-06-191-1/+0
* added new commandKen Martin2001-06-121-0/+238