summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: File installation should overwrite the destination if the file times dif...Brad King2008-01-041-5/+2
* STYLE: Fix line-too-long.Brad King2008-01-031-1/+1
* COMP: fix build on Windows with gcc, patch from Maik BeckmannAlexander Neundorf2008-01-031-1/+2
* ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET anAlexander Neundorf2008-01-021-22/+73
* ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...Brad King2008-01-021-4/+32
* ENH: During file installation treat the source file as a dependency of the in...Brad King2007-10-051-18/+45
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+1
* COMP: Remove unused argument.Brad King2007-07-021-2/+1
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-223/+33
* BUG: Need to compute the correct versioned name for executables on cygwin. T...Brad King2007-06-271-19/+26
* STYLE: remove out commented codeAlexander Neundorf2007-06-071-74/+23
* ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automaticAlexander Neundorf2007-05-251-7/+68
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-0/+10
* COMP: Fix for borland now that components list check is const.Brad King2007-05-191-2/+4
* STYLE: fix line lengthsAlexander Neundorf2007-05-181-12/+15
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-449/+501
* COMP: Avoid warning.Brad King2007-04-261-4/+4
* ENH: Added FILE(STRINGS) command.Brad King2007-04-251-0/+304
* ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa...Brad King2007-04-101-9/+13
* BUG: Preserve symlinks during installation. This addresses bug#4384.Brad King2007-03-121-0/+68
* COMP: fix warningsKen Martin2007-03-021-1/+1
* COMP: fix a compiel warningKen Martin2007-03-011-1/+1
* ENH: added LIMIT on file readKen Martin2007-03-011-3/+25
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-291-2/+11
* COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl.Brad King2006-08-271-3/+3
* BUG: Avoid putting double-slashes in fromFile during installation. Also adde...Brad King2006-08-251-3/+8
* BUG: Directory installation pattern matching should be case insensitive on so...Brad King2006-08-211-0/+7