summaryrefslogtreecommitdiff
path: root/Source/cmWriteFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+4
* cmCommand refactor: cmWriteFileCommandGabor Bencze2019-08-201-8/+7
* Source: Fix various compiler warnings in Visual Studio 2017Bruno Manganelli2019-01-091-1/+1
* file(WRITE): Avoid toggling permissions between 644 and 664David Faure2018-08-011-5/+9
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-4/+1
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-33/+23
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-0/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove borland workarounds.Stephen Kelly2014-10-151-2/+0
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Borland: No S_IWGRP is availableBrad King2010-06-031-0/+2
* Really trust umask in file(WRITE) command (#10789, #10126)Brad King2010-06-031-12/+7
* Trust umask for file permissionsBrad King2010-01-121-4/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-1/+0
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+10
* ENH: Cleanup bootstrap even moreAndy Cedilnik2006-03-221-0/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: Fix typosAndy Cedilnik2005-07-061-1/+1
* BUG: Handle restrictive permissionsAndy Cedilnik2005-03-071-0/+27
* ENH: Add check for infinite loops. Make sure that files written using WRITE_F...Andy Cedilnik2004-04-181-0/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* Make directory if it does not exist yetAndy Cedilnik2002-11-041-2/+5
* Add flag to WRITE_FILE to appendAndy Cedilnik2002-10-291-2/+10
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* removed some includesKen Martin2002-09-271-1/+0
* compiler warningKen Martin2002-09-221-1/+0
* Fix namespace problemAndy Cedilnik2002-09-211-1/+1
* Add WRITE_FILE command, which writes string to a fileAndy Cedilnik2002-09-201-0/+54