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
*
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
*
ENH: Cleanup builtin chrpath support
Brad King
2008-03-02
1
-6/+62
*
ENH: Use builtin chrpath instead of relinking ELF targets
Brad King
2008-03-01
1
-0/+32
*
ENH: add more information to message
Bill Hoffman
2008-02-18
1
-4/+6
*
ENH: make sure files are binary for download and make status a pair of value ...
Bill Hoffman
2008-02-07
1
-3/+5
*
ENH: remove debug print stuff
Bill Hoffman
2008-02-06
1
-7/+0
*
ENH: add DOWNLOAD option to FILE command
Bill Hoffman
2008-02-06
1
-0/+172
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
BUG: with cmake 2.4 INSTALL_FILES() with no files was accepted by cmake,
Alexander Neundorf
2008-01-07
1
-3/+5
*
BUG: File installation should overwrite the destination if the file times dif...
Brad King
2008-01-04
1
-5/+2
*
STYLE: Fix line-too-long.
Brad King
2008-01-03
1
-1/+1
*
COMP: fix build on Windows with gcc, patch from Maik Beckmann
Alexander Neundorf
2008-01-03
1
-1/+2
[next]