index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmWriteFileCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-2/+0
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-2/+2
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1/+1
*
Borland: No S_IWGRP is available
Brad King
2010-06-03
1
-0/+2
*
Really trust umask in file(WRITE) command (#10789, #10126)
Brad King
2010-06-03
1
-12/+7
*
Trust umask for file permissions
Brad King
2010-01-12
1
-4/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Remove check for files written by file(WRITE) being loaded.
Brad King
2008-04-30
1
-1/+0
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-1/+2
*
ENH: Allow blocking of writing into the source tree
Andy Cedilnik
2006-03-22
1
-0/+10
*
ENH: Cleanup bootstrap even more
Andy Cedilnik
2006-03-22
1
-0/+3
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-1/+1
*
STYLE: Fix typos
Andy Cedilnik
2005-07-06
1
-1/+1
*
BUG: Handle restrictive permissions
Andy Cedilnik
2005-03-07
1
-0/+27
*
ENH: Add check for infinite loops. Make sure that files written using WRITE_F...
Andy Cedilnik
2004-04-18
1
-0/+1
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
Make directory if it does not exist yet
Andy Cedilnik
2002-11-04
1
-2/+5
*
Add flag to WRITE_FILE to append
Andy Cedilnik
2002-10-29
1
-2/+10
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
removed some includes
Ken Martin
2002-09-27
1
-1/+0
*
compiler warning
Ken Martin
2002-09-22
1
-1/+0
*
Fix namespace problem
Andy Cedilnik
2002-09-21
1
-1/+1
*
Add WRITE_FILE command, which writes string to a file
Andy Cedilnik
2002-09-20
1
-0/+54