summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-238/+424
* BUG: RENAME option should be allowd for INSTALL(PROGRAMS) too.Brad King2006-08-211-2/+4
* BUG: Bundle installation needs all file permissions to be preserved from the ...Brad King2006-08-171-5/+9
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-88/+262
* ENH: Fix directory installation to properly deal with trailing slash names (u...Brad King2006-08-171-4/+11
* ENH: fix crash when glob has wrong number of argumentsBill Hoffman2006-06-271-0/+5
* ENH: Changing shared library versioned file names on OSX to conform to that p...Brad King2006-06-051-9/+24
* ENH: fix error messageBill Hoffman2006-05-111-2/+2
* STYLE: fix line lengthKen Martin2006-05-101-9/+20
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-10/+41
* ENH: Added option to not use copy-if-different when installing.Brad King2006-05-051-4/+10
* BUG: Using the source-file permissions by default for installation is somewha...Brad King2006-04-181-19/+6
* ENH: More cleanups and add stgz header script, so it does not have to be hard...Andy Cedilnik2006-04-181-1/+3
* BUG: Fixed install rules to use copy-if-different.Brad King2006-04-141-7/+3
* ENH: handle single pathBill Hoffman2006-04-101-1/+4
* ENH: add path conversion stuff and rm SYSTEM_PATHBill Hoffman2006-04-051-7/+34
* ENH: fix warning, and remove debug codeBill Hoffman2006-04-031-8/+0
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-0/+32
* ENH: make sure framework search order is correctBill Hoffman2006-03-301-0/+8
* ENH: Add proper support for installing bundlesAndy Cedilnik2006-03-281-1/+21
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+15
* ENH: Add relative tag and add test for relative tagAndy Cedilnik2006-03-211-0/+11
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-13/+13
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
* ENH: add a new FILE SYSTEM_PATH that allows you to read a environment variabl...Bill Hoffman2006-03-101-0/+29
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-0/+32
* BUG: Most platforms other than Linux seem to require executable permissions o...Brad King2006-03-071-1/+1
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-121/+273
* BUG: Fixed optional file install support for multi-configuration generators.Brad King2006-02-201-21/+8
* BUG: Install location full-path test for windows needs to account for both lo...Brad King2006-02-191-1/+1
* ENH: Clarified error message.Brad King2006-02-181-2/+2
* COMP: Removed unused variables.Brad King2006-01-141-6/+0
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-11/+0
* ENH: Add regular string replace (not regex), and relative path command. Also ...Andy Cedilnik2005-10-171-0/+39
* BUG: try to fix qt problemsBill Hoffman2005-09-101-6/+0
* make sure correct path type is usedBill Hoffman2005-08-231-1/+1
* ENH: Added versioned executable support. This partially addresses bug#2143. ...Brad King2005-08-171-5/+42
* ENH: if Xcode21 is installed then create 21 compatible project filesBill Hoffman2005-07-191-1/+2
* STYLE: Fix typosAndy Cedilnik2005-07-061-1/+1
* BUG: Handle restrictive permissionsAndy Cedilnik2005-03-071-0/+26
* ENH: all tests are passing for XCodeBill Hoffman2005-02-181-17/+33
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-271-0/+6
* BUG: Fix crash when CMAKE_DEBUG_POSTFIX is not set.Brad King2004-08-311-0/+4
* BUG: Fixed generation of installation manifest to account for library version...Brad King2004-07-021-1/+8
* BUG: If the destination is the same as source, do not copy file. Fixes Bug #9...Andy Cedilnik2004-07-021-35/+38
* ERR: Fix typoAndy Cedilnik2004-06-301-1/+1