summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Handle non-ASCII terminators in file(STRINGS)Brad King2010-04-141-31/+19
* Trust umask for file permissionsBrad King2010-01-121-4/+2
* Fix up download a bit, better error checking and uses of long not double for ...Bill Hoffman2009-10-221-37/+124
* Fixed issues with message text in FILE command error situations. Added many n...David Cole2009-10-171-8/+9
* Use integer literal instead of characterBrad King2009-10-061-1/+1
* Support more special characters in file(STRINGS)Brad King2009-10-061-1/+8
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-2/+2
* Try to fix the failing new StringFileTest on HP-UXAlexander Neundorf2009-09-061-2/+2
* fix #9316: when converting binary data to hex, also print the leading 0'sAlexander Neundorf2009-09-061-1/+1
* COMP: Avoid unused arg warnings in cmFileCommandBrad King2009-04-291-1/+1
* COMP: Fix nested class member accessBrad King2009-04-291-0/+2
* COMP: Fix non-virtual destructor warningBrad King2009-04-291-0/+1
* ENH: Create file(COPY) command signatureBrad King2009-04-291-14/+108
* ENH: Teach file(INSTALL) relative pathsBrad King2009-04-291-2/+19
* ENH: Refactor file(INSTALL) implementationBrad King2009-04-291-498/+583
* ENH: Send all file installations through one pathBrad King2009-04-291-96/+79
* ENH: Better error on file perm or time failureBrad King2009-04-291-26/+16
* BUG: Error when install dir cannot be createdBrad King2009-04-291-0/+4
* ENH: Simplify CMAKE_INSTALL_ALWAYS implementationBrad King2009-04-291-27/+20
* ENH: Simplify construction of cmFileInstallerBrad King2009-04-291-3/+4
* BUG: Fix required permissions check againBrad King2009-04-281-1/+1
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-37/+8
* BUG: Fix required permissions check for dir copyBrad King2009-04-271-1/+1
* ENH: Create file(RENAME) command modeBrad King2009-04-151-0/+43
* ENH: Teach file(REMOVE) how to use relative pathsBrad King2009-03-061-3/+10
* ENH: Add undocumented file(DIFFERENT) commandBrad King2009-01-071-0/+65
* COMP: Fix installation of cmake-gui by CMake 2.4Brad King2009-01-051-1/+16
* ENH: Refactor internal file(INSTALL) arg parsingBrad King2009-01-051-55/+22
* BUG: Do not copy permissions of files when making the copy in an install rule...David Cole2008-12-181-2/+8
* ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ...David Cole2008-09-111-3/+55
* ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo...David Cole2008-08-231-0/+14
* ENH: Inform user when RPATH or RUNPATH is removedBrad King2008-08-141-3/+14
* ENH: Inform user when RPATH is set during installation.Brad King2008-05-271-3/+16
* BUG: Fix previous change to file(STRINGS) command.Brad King2008-05-171-10/+6
* ENH: Teach Fortran compiler identification about the Portland Group compiler ...Brad King2008-05-161-5/+9
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-1/+0
* ENH: Improve RPATH behavior during installation.Brad King2008-04-141-14/+148
* ENH: Improve error message when installation file(CHRPATH) cannot change the ...Brad King2008-04-071-2/+4
* ENH: install the mac application bundle into /Applications directly with no e...Bill Hoffman2008-04-041-1/+2
* BUG: the directory the FILE DOWNLOAD command is writing to might not exist.Sebastien Barre2008-03-131-0/+11
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-6/+62
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-0/+32
* ENH: add more information to messageBill Hoffman2008-02-181-4/+6
* ENH: make sure files are binary for download and make status a pair of value ...Bill Hoffman2008-02-071-3/+5
* ENH: remove debug print stuffBill Hoffman2008-02-061-7/+0
* ENH: add DOWNLOAD option to FILE commandBill Hoffman2008-02-061-0/+172
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* BUG: with cmake 2.4 INSTALL_FILES() with no files was accepted by cmake,Alexander Neundorf2008-01-071-3/+5