7695 Commits

Author SHA1 Message Date
Brad King
0a89a904b3 BUG: Do not write link script lines that use the ':' command which is supposed to be a no-op anyway. 2006-06-18 11:50:40 -04:00
Andy Cedilnik
d52f88ae10 STYLE: Nightly Version update 2006-06-18 09:23:49 -04:00
Brad King
7d550e8dc0 BUG: Need to use different link script name when relinking. 2006-06-17 19:32:30 -04:00
Andy Cedilnik
da1407942a STYLE: Nightly Version update 2006-06-17 07:55:48 -04:00
Ken Martin
57746b6ffe ENH: warning fix 2006-06-16 16:29:08 -04:00
Ken Martin
e92731ca6e ENH: cleanup how progress is reported for individual targets to fix an integer math issue 2006-06-16 15:29:25 -04:00
Andy Cedilnik
63c241ea1e ENH: Updates from KDE 2006-06-16 14:45:47 -04:00
Ken Martin
4fa019319e ENH: fix line length 2006-06-16 14:19:37 -04:00
Bill Hoffman
1fa5f76e40 BUG: fix for bug 3417 2006-06-16 14:02:03 -04:00
Andy Cedilnik
79ebc7c9cc STYLE: Nightly Version update 2006-06-16 07:44:51 -04:00
Bill Hoffman
9ab387b7d9 ENH: add a comment 2006-06-15 21:43:59 -04:00
Brad King
c4dcfd2ed0 ENH: Provide access to CMAKE_PATCH_VERSION in CMake code. 2006-06-15 16:42:42 -04:00
Brad King
9d02ac676b BUG: Pre-install rules for a target should not have target-level dependencies. Each target can be re-linked independently as long as the original targets are up to date. 2006-06-15 16:37:58 -04:00
Brad King
0bbcb49f65 ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. 2006-06-15 16:17:11 -04:00
Brad King
6438bec4c9 ENH: Added Option_Verbatim to run whole command lines directly. 2006-06-15 14:40:42 -04:00
Ken Martin
6071052835 ENH: fix linelength 2006-06-15 11:51:51 -04:00
Brad King
4c2c2cfd68 BUG: Clarified documentation about custom command outputs and custom target dependencies. 2006-06-15 10:51:41 -04:00
Brad King
640c90f068 ENH: Unknown command invocations should be fatal errors. 2006-06-15 10:24:46 -04:00
Brad King
b4542762a7 ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker search path directories not inside the project to the INSTALL_RPATH automatically. The property is initialized by the variable CMAKE_INSTALL_RPATH_USE_LINK_PATH when the target is created. 2006-06-15 10:12:19 -04:00
Brad King
60487a227e BUG: Always check dependency integrity whether or not CMake will re-run because the generator no longer checks integrity during generation. 2006-06-15 09:45:02 -04:00
Andy Cedilnik
17258b398b STYLE: Nightly Version update 2006-06-15 07:47:59 -04:00
Ken Martin
8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 2006-06-14 12:28:32 -04:00
Ken Martin
108839ffda ENH: removed old out of date files, online and command line help is better 2006-06-13 10:29:05 -04:00
Ken Martin
f9eb5cf768 ENH: fix line length 2006-06-13 09:46:10 -04:00
Andy Cedilnik
7f497ea977 STYLE: Nightly Version update 2006-06-13 08:04:48 -04:00
Ken Martin
1f1196410a ENH: fix line length 2006-06-12 15:44:10 -04:00
Andy Cedilnik
0964cb6c64 ENH: Add support for overwriting the name of the file CPackConfig.cmake and CPackSourceConfig.cmake 2006-06-12 14:21:36 -04:00
Ken Martin
77b401ddb2 ENH: removed logo info from the manifest tool 2006-06-12 13:17:47 -04:00
Brad King
54a7e0036b BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation. 2006-06-12 13:05:53 -04:00
Ken Martin
ede1491f5a ENH: cleanup 2006-06-12 12:18:59 -04:00
Ken Martin
14cc1efe2c ENH: some cleanup to progress 2006-06-12 11:40:31 -04:00
Andy Cedilnik
a21a320a26 ENH: Switch to http submission 2006-06-12 10:22:38 -04:00
Andy Cedilnik
71adfb8696 STYLE: Nightly Version update 2006-06-12 07:59:54 -04:00
Andy Cedilnik
59f0ec929e STYLE: Nightly Version update 2006-06-11 07:58:17 -04:00
Andy Cedilnik
fa710e7a7f STYLE: Nightly Version update 2006-06-10 08:12:54 -04:00
Alexander Neundorf
97c5324534 BUG: don't append to ZLIB_NAMES
ENH: also check for zdll on windows
ENH: honor REQUIRED and QUIETLY

Alex
2006-06-09 15:49:27 -04:00
Bill Hoffman
bba61bc8a7 ENH: check in partial cygwin generator 2006-06-09 13:45:09 -04:00
Andy Cedilnik
3eec8a91fc STYLE: Nightly Version update 2006-06-09 08:28:16 -04:00
Andy Cedilnik
64e5fe3f71 STYLE: Nightly Version update 2006-06-08 07:49:00 -04:00
Bill Hoffman
8d604cfad3 ENH: add docs for debug trycompile 2006-06-07 08:47:44 -04:00
Bill Hoffman
abf97b5b84 ENH: fix /TP for c code 2006-06-06 12:01:23 -04:00
Bill Hoffman
85c5a7dbc0 ENH: fix for replacement of @var @ only legal variable names should be replaced 2006-06-06 09:39:21 -04:00
Andy Cedilnik
ef56c8056f STYLE: Nightly Version update 2006-06-06 07:59:58 -04:00
Brad King
a7441ce80e COMP: Removed unused variable. 2006-06-05 15:28:33 -04:00
Brad King
df70e3de66 BUG: Always check whether a subdirectory is below the top of the source before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree. 2006-06-05 14:38:16 -04:00
Ken Martin
7d5bc02c9d ENH: line lengths 2006-06-05 14:32:12 -04:00
Brad King
503e2baafb BUG: Use proper signature for EXEC_PROGRAM to get return value of cmake -E remove. Also fixed spelling error in message, and made non-existing files not a fatal error so that the rest of the files are removed. 2006-06-05 14:13:03 -04:00
Brad King
932e3524fc ENH: Changing shared library versioned file names on OSX to conform to that platform's convention. 2006-06-05 13:45:43 -04:00
Brad King
7ebe4702db ENH: Added rxvt-unicode and cygwin terminals for color support. 2006-06-05 11:22:18 -04:00
Andy Cedilnik
a70e73a114 STYLE: Nightly Version update 2006-06-05 07:25:07 -04:00