Andy Cedilnik
|
4f784e3024
|
STYLE: Nightly Version update
|
2006-08-22 08:58:26 -04:00 |
Brad King
|
0839e905c6
|
BUG: Fixed #if test for case-insensitive glob on OSX.
|
2006-08-21 22:39:03 -04:00 |
Brad King
|
a2b89129de
|
ENH: Added check for bad installation of a CVS directory to test.
|
2006-08-21 17:52:34 -04:00 |
Brad King
|
c99dcc30be
|
BUG: Directory installation pattern matching should be case insensitive on some platforms.
|
2006-08-21 17:47:51 -04:00 |
Brad King
|
08398a9f0c
|
BUG: Need to execute sample_script.bat on windows and sample_script otherwise.
|
2006-08-21 17:37:40 -04:00 |
Brad King
|
c58777ec47
|
BUG: FileIsDirectory should work when the name contains a trailing slash.
|
2006-08-21 17:34:40 -04:00 |
Brad King
|
bed79f6c6b
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
Brad King
|
f1ea7e88dc
|
ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion.
|
2006-08-21 14:17:58 -04:00 |
Andy Cedilnik
|
07fa9ac09c
|
ENH: Implement TarCompress generator using compress library
|
2006-08-21 12:37:40 -04:00 |
Brad King
|
ba9c97ccec
|
BUG: RENAME option should be allowd for INSTALL(PROGRAMS) too.
|
2006-08-21 10:49:17 -04:00 |
Bill Hoffman
|
8b9d44d512
|
ENH: fixs for check compile stuff from Oswald B.
|
2006-08-21 10:10:28 -04:00 |
Andy Cedilnik
|
129457c1e2
|
STYLE: Nightly Version update
|
2006-08-21 08:29:11 -04:00 |
Andy Cedilnik
|
8c3f948f63
|
STYLE: Nightly Version update
|
2006-08-20 06:53:48 -04:00 |
Andy Cedilnik
|
5ff3d5d97e
|
STYLE: Nightly Version update
|
2006-08-19 06:53:10 -04:00 |
Brad King
|
7b58ed7813
|
STYLE: Fixed line-too-long style errors.
|
2006-08-18 08:57:17 -04:00 |
Andy Cedilnik
|
21b1ecb97b
|
STYLE: Nightly Version update
|
2006-08-18 08:51:03 -04:00 |
Bill Hoffman
|
f39e1c780e
|
ENH: fix project names to be case sensitive and change name to linkline from inkline
|
2006-08-17 16:40:41 -04:00 |
Brad King
|
0525d8be58
|
BUG: Bundle installation needs all file permissions to be preserved from the build tree.
|
2006-08-17 15:42:38 -04:00 |
Brad King
|
fa70bf5b28
|
ENH: Making documentation even less ambiguous since some users still think this command can generate a file with dependencies.
|
2006-08-17 15:06:37 -04:00 |
Brad King
|
8a72d43c17
|
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.
|
2006-08-17 14:48:54 -04:00 |
Brad King
|
b642ffa7a8
|
ENH: Fix directory installation to properly deal with trailing slash names (using the rsync convention for whether the last directory name is included in naming the destination directory).
|
2006-08-17 12:07:51 -04:00 |
Ken Martin
|
d4ae4849f7
|
ENH: reorder code to remove forward declarations
|
2006-08-17 12:04:26 -04:00 |
Brad King
|
3a44f2a47e
|
ENH: Added JoinPath overload that accepts an iterator range.
|
2006-08-17 12:02:18 -04:00 |
Brad King
|
006b61be35
|
COMP: Fixed linkage specifier consistency warning.
|
2006-08-17 09:45:17 -04:00 |
Brad King
|
a40a17dcdd
|
ENH: Implemented support for installing VC8 runtime libraries.
|
2006-08-17 09:36:29 -04:00 |
Brad King
|
6461767e36
|
BUG: Removed code that is now in Modules/InstallRequiredSystemLibraries.cmake.
|
2006-08-17 09:35:44 -04:00 |
Andy Cedilnik
|
94108262c1
|
STYLE: Nightly Version update
|
2006-08-17 07:28:32 -04:00 |
Bill Hoffman
|
11d18d65dc
|
ENH: revert change in parser as it sent the parser into an infinite loop
|
2006-08-16 14:22:40 -04:00 |
Andy Cedilnik
|
93f8880ca1
|
STYLE: Nightly Version update
|
2006-08-16 08:12:19 -04:00 |
Brad King
|
276e7e21a3
|
ENH: Adding flags to force generation of manifest files when building with VC 8.
|
2006-08-15 15:33:20 -04:00 |
Brad King
|
c7daee6860
|
BUG: Need to clean manifest files that may have been generated for .exe and .dll files.
|
2006-08-15 15:28:29 -04:00 |
Brad King
|
c6f1a11480
|
BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
|
2006-08-15 12:00:27 -04:00 |
Bill Hoffman
|
7169980b59
|
ENH: change comment for fortran depend parsing
|
2006-08-15 10:56:00 -04:00 |
Andy Cedilnik
|
006a8522ca
|
STYLE: Nightly Version update
|
2006-08-15 07:56:21 -04:00 |
Bill Hoffman
|
ff4886fa53
|
ENH: remove c++ comments from c code
|
2006-08-14 17:30:58 -04:00 |
Bill Hoffman
|
78275f1d4b
|
ENH: do not use OBJROOT or you can get two copies of executables
|
2006-08-14 17:02:34 -04:00 |
Andy Cedilnik
|
f6b2a42266
|
BUG: add newline for some versions of make
|
2006-08-14 14:16:26 -04:00 |
Andy Cedilnik
|
97f1c2b5f0
|
COMP: Remove warnings
|
2006-08-14 11:32:35 -04:00 |
Andy Cedilnik
|
622a22a921
|
COMP: Remove more warnings
|
2006-08-14 10:59:46 -04:00 |
Andy Cedilnik
|
6b5403c586
|
ENH: fix for no newline on some makes fix for ctest and some symlinks
|
2006-08-14 10:51:08 -04:00 |
Andy Cedilnik
|
c76a2bb4b2
|
COMP: Remove some warnings and make library report an error instead of call exit
|
2006-08-14 09:58:32 -04:00 |
Bill Hoffman
|
71af96aad1
|
ENH: still escape () but do not escape
|
2006-08-14 09:50:52 -04:00 |
Andy Cedilnik
|
5c1bd19eb8
|
ENH: Start building compress library
|
2006-08-14 08:54:25 -04:00 |
Andy Cedilnik
|
9b2ff56254
|
STYLE: Nightly Version update
|
2006-08-14 07:56:19 -04:00 |
Andy Cedilnik
|
ab62cdd30f
|
STYLE: Nightly Version update
|
2006-08-13 07:52:29 -04:00 |
Andy Cedilnik
|
35655901ff
|
STYLE: Nightly Version update
|
2006-08-12 07:53:07 -04:00 |
Ken Martin
|
7de2d93d1a
|
ENH: fix for AddKeepPath not calling realpath
|
2006-08-11 10:54:35 -04:00 |
Bill Hoffman
|
fd56f7247a
|
ENH: escape ( and ) in unix paths
|
2006-08-11 09:56:39 -04:00 |
Andy Cedilnik
|
560a4371a7
|
STYLE: Nightly Version update
|
2006-08-11 07:59:24 -04:00 |
Bill Hoffman
|
372b6932ed
|
ENH: fix error in if statement
|
2006-08-10 23:20:58 -04:00 |