Andy Cedilnik
|
fb9999157e
|
STYLE: Nightly Version update
|
2006-10-30 09:54:18 -05:00 |
Andy Cedilnik
|
e29b587d59
|
ENH: More documentation
|
2006-10-27 17:30:26 -04:00 |
Andy Cedilnik
|
9ae7fb964c
|
ENH: Add support for libjvm
|
2006-10-27 17:29:05 -04:00 |
Bill Hoffman
|
f23ade5c02
|
ENH: remove JavaEmbedding
|
2006-10-27 15:59:40 -04:00 |
Bill Hoffman
|
6dba95cb2a
|
ENH: fix warnings on windows paths
|
2006-10-27 15:55:14 -04:00 |
Brad King
|
d9f1d4d71a
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
2006-10-26 11:39:56 -04:00 |
Andy Cedilnik
|
5418998e46
|
STYLE: Fix typo
|
2006-10-26 11:01:52 -04:00 |
Brad King
|
b9f3de8491
|
BUG: When writing newlines between script portions in prebuild, prelink, and postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977.
|
2006-10-26 10:49:29 -04:00 |
Brad King
|
e15249f11e
|
COMP: Remove unused variable.
|
2006-10-25 14:03:33 -04:00 |
Brad King
|
89f098bc59
|
BUG: Adjust prebuild/prelink/postbuild script construction to account for ConstructScript no longer producing trailing newlines. This addresses bug#3977.
|
2006-10-25 12:49:27 -04:00 |
Brad King
|
e23b82c2cf
|
BUG: Avoid leading and trailing newlines in custom command scripts because some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977.
|
2006-10-25 12:27:17 -04:00 |
Brad King
|
9b8f479e01
|
ENH: Re-enabling # escape test now that it is implemented everywhere.
|
2006-10-25 11:23:23 -04:00 |
Brad King
|
54731fa2c8
|
ENH: Adding support for # escape in Watcom WMake.
|
2006-10-25 11:23:04 -04:00 |
Brad King
|
9e29a742a9
|
BUG: EQUAL -> STREQUAL for string comparison.
|
2006-10-25 10:58:30 -04:00 |
Brad King
|
b7e04e69ae
|
BUG: It cannot be an error if the values do not convert. The docs say that if the values do not convert the test is false.
|
2006-10-25 10:57:26 -04:00 |
Brad King
|
d563ab6677
|
BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be converted to numbers. Also force the conversion results to be stored in memory to make sure they both use the same precision. This addresses bug#3966.
|
2006-10-25 10:31:26 -04:00 |
Andy Cedilnik
|
9192f3638b
|
COMP: Remove unnecessary provocation
|
2006-10-25 09:54:54 -04:00 |
Andy Cedilnik
|
f1a0e48082
|
BUG: Attempt to fix the test
|
2006-10-25 09:54:17 -04:00 |
Andy Cedilnik
|
b4da7bbaab
|
STYLE: Fix line length
|
2006-10-25 08:56:56 -04:00 |
Alexander Neundorf
|
5a2b41350b
|
BUG: honor the REQUIRED flag for Perl, please backport to 2.4 branch so that
it will be in 2.4.4
Alex
|
2006-10-24 17:56:59 -04:00 |
Andy Cedilnik
|
e8d48151d3
|
BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is no line at the end of the file. This will fix the coverage code complaining about it
|
2006-10-24 12:44:59 -04:00 |
Bill Hoffman
|
212eeff04c
|
ENH: remove failing test
|
2006-10-24 11:06:44 -04:00 |
Bill Hoffman
|
112dadc0e8
|
ENH: fix more doxygen issues
|
2006-10-24 10:03:58 -04:00 |
Bill Hoffman
|
ae5df56bbc
|
ENH: remove JavaEmbedding framework
|
2006-10-24 10:03:39 -04:00 |
Brad King
|
ee9341079f
|
BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.
|
2006-10-24 09:47:04 -04:00 |
Alexander Neundorf
|
0945aecc94
|
BUG: fix #3955: add -O2 by default but only if no special buildtype is set
Alex
|
2006-10-23 19:04:52 -04:00 |
Brad King
|
87dcfb54c4
|
ENH: Added # character for shell escaping.
|
2006-10-23 17:20:59 -04:00 |
Brad King
|
b25629efc4
|
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
|
2006-10-23 17:14:20 -04:00 |
Brad King
|
74c70d4078
|
BUG: Do not display cmake -E usage when any old command line error occurs.
|
2006-10-23 16:16:05 -04:00 |
Bill Hoffman
|
2e3eebc20a
|
ENH: put in backwards compatibility for older cmake
|
2006-10-23 14:51:56 -04:00 |
Brad King
|
d1a9c93119
|
ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name IS_NEWER_THAN so old syntax will continue to work.
|
2006-10-23 13:37:24 -04:00 |
Bill Hoffman
|
0c52510f21
|
ENH: remove broken test
|
2006-10-22 19:21:05 -04:00 |
Brad King
|
21a56b7df7
|
COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB.
|
2006-10-22 11:57:11 -04:00 |
Brad King
|
c9aee13038
|
ENH: Remove old include dirs.
|
2006-10-19 15:45:28 -04:00 |
Brad King
|
3cf35f5dca
|
COMP: Fix for building without system xmlrpc installed.
|
2006-10-19 15:39:42 -04:00 |
Brad King
|
6ff05e3946
|
ENH: Adding option to use system-installed third-party libraries. This addresses bug#3653.
|
2006-10-19 15:17:58 -04:00 |
Brad King
|
f91b3c1daa
|
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
2006-10-19 15:00:10 -04:00 |
Brad King
|
de007ef199
|
ENH: Adding CMAKE_DEPENDENT_OPTION macro.
|
2006-10-19 14:48:12 -04:00 |
Brad King
|
b646183f44
|
ENH: Added explicit name for option to test CMakeLib. Added option to disable testing of CMakeLib if system utility libraries are used until linking made easier.
|
2006-10-19 14:45:41 -04:00 |
Brad King
|
93ce08e373
|
ENH: Find module for XMLRPC libraries.
|
2006-10-19 12:58:05 -04:00 |
Brad King
|
d913a7b1e7
|
ENH: Find module for EXPAT library.
|
2006-10-19 12:57:28 -04:00 |
Brad King
|
d25595a83c
|
ENH: Find module for CURL library.
|
2006-10-19 12:55:44 -04:00 |
Ken Martin
|
f7a5289e31
|
ENH: added total time limit for a CTest run bug 1207
|
2006-10-19 10:45:19 -04:00 |
Brad King
|
2fd1b374c1
|
ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script.
|
2006-10-19 10:07:41 -04:00 |
Brad King
|
bfe885f6ef
|
ENH: Clarified search behavior when the objective is not found.
|
2006-10-19 09:18:59 -04:00 |
David Cole
|
e9fb6cd51a
|
BUG: Correct the SystemReportDebugHook function. It should not call exit. It gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure.
|
2006-10-18 23:27:33 -04:00 |
Brad King
|
4d6435f5f3
|
STYLE: Fixed line-too-long.
|
2006-10-17 09:34:07 -04:00 |
Brad King
|
b155f3aa1c
|
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
|
2006-10-16 18:17:14 -04:00 |
Brad King
|
30235517f8
|
BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847.
|
2006-10-16 15:18:03 -04:00 |
Brad King
|
49bf0b9e3d
|
ENH: Make hyperlinks in documentation active when generated into HTML documents. This addresses bug#3906.
|
2006-10-16 14:52:31 -04:00 |