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
/
cmFileCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'file-write-umask'
Brad King
2010-06-07
1
-12/+9
|
\
|
*
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
*
|
Merge branch 'improve-file-download'
Brad King
2010-06-07
1
-16/+243
|
\
\
|
*
|
Allow redirects: set CURLOPT_FOLLOWLOCATION to 1
David Cole
2010-06-04
1
-0/+9
|
*
|
Fix unused variable warning in new code.
David Cole
2010-05-27
1
-0/+3
|
*
|
Improve FILE(DOWNLOAD) and ExternalProject.
David Cole
2010-05-27
1
-16/+231
|
|
/
*
|
Avoid use of CopyAFile "copyPermissions" parameter
Brad King
2010-06-03
1
-1/+8
|
/
*
Handle non-ASCII terminators in file(STRINGS)
Brad King
2010-04-14
1
-31/+19
*
Trust umask for file permissions
Brad King
2010-01-12
1
-4/+2
*
Fix up download a bit, better error checking and uses of long not double for ...
Bill Hoffman
2009-10-22
1
-37/+124
*
Fixed issues with message text in FILE command error situations. Added many n...
David Cole
2009-10-17
1
-8/+9
*
Use integer literal instead of character
Brad King
2009-10-06
1
-1/+1
*
Support more special characters in file(STRINGS)
Brad King
2009-10-06
1
-1/+8
*
Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...
David Cole
2009-09-30
1
-1/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-2/+2
*
Try to fix the failing new StringFileTest on HP-UX
Alexander Neundorf
2009-09-06
1
-2/+2
*
fix #9316: when converting binary data to hex, also print the leading 0's
Alexander Neundorf
2009-09-06
1
-1/+1
*
COMP: Avoid unused arg warnings in cmFileCommand
Brad King
2009-04-29
1
-1/+1
*
COMP: Fix nested class member access
Brad King
2009-04-29
1
-0/+2
*
COMP: Fix non-virtual destructor warning
Brad King
2009-04-29
1
-0/+1
*
ENH: Create file(COPY) command signature
Brad King
2009-04-29
1
-14/+108
*
ENH: Teach file(INSTALL) relative paths
Brad King
2009-04-29
1
-2/+19
*
ENH: Refactor file(INSTALL) implementation
Brad King
2009-04-29
1
-498/+583
*
ENH: Send all file installations through one path
Brad King
2009-04-29
1
-96/+79
*
ENH: Better error on file perm or time failure
Brad King
2009-04-29
1
-26/+16
*
BUG: Error when install dir cannot be created
Brad King
2009-04-29
1
-0/+4
*
ENH: Simplify CMAKE_INSTALL_ALWAYS implementation
Brad King
2009-04-29
1
-27/+20
*
ENH: Simplify construction of cmFileInstaller
Brad King
2009-04-29
1
-3/+4
*
BUG: Fix required permissions check again
Brad King
2009-04-28
1
-1/+1
*
ENH: Remove unused PROPERTIES from file(INSTALL)
Brad King
2009-04-27
1
-37/+8
*
BUG: Fix required permissions check for dir copy
Brad King
2009-04-27
1
-1/+1
*
ENH: Create file(RENAME) command mode
Brad King
2009-04-15
1
-0/+43
*
ENH: Teach file(REMOVE) how to use relative paths
Brad King
2009-03-06
1
-3/+10
*
ENH: Add undocumented file(DIFFERENT) command
Brad King
2009-01-07
1
-0/+65
*
COMP: Fix installation of cmake-gui by CMake 2.4
Brad King
2009-01-05
1
-1/+16
*
ENH: Refactor internal file(INSTALL) arg parsing
Brad King
2009-01-05
1
-55/+22
*
BUG: Do not copy permissions of files when making the copy in an install rule...
David Cole
2008-12-18
1
-2/+8
*
ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ...
David Cole
2008-09-11
1
-3/+55
*
ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo...
David Cole
2008-08-23
1
-0/+14
*
ENH: Inform user when RPATH or RUNPATH is removed
Brad King
2008-08-14
1
-3/+14
*
ENH: Inform user when RPATH is set during installation.
Brad King
2008-05-27
1
-3/+16
*
BUG: Fix previous change to file(STRINGS) command.
Brad King
2008-05-17
1
-10/+6
*
ENH: Teach Fortran compiler identification about the Portland Group compiler ...
Brad King
2008-05-16
1
-5/+9
*
BUG: Remove check for files written by file(WRITE) being loaded.
Brad King
2008-04-30
1
-1/+0
*
ENH: Improve RPATH behavior during installation.
Brad King
2008-04-14
1
-14/+148
*
ENH: Improve error message when installation file(CHRPATH) cannot change the ...
Brad King
2008-04-07
1
-2/+4
*
ENH: install the mac application bundle into /Applications directly with no e...
Bill Hoffman
2008-04-04
1
-1/+2
*
BUG: the directory the FILE DOWNLOAD command is writing to might not exist.
Sebastien Barre
2008-03-13
1
-0/+11
[next]