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 |
Brad King
|
e55ff93748
|
ENH: Allow user project code to distinguish between an install prefix set on the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it.
|
2006-10-16 13:58:17 -04:00 |
Ken Martin
|
3a0b94131d
|
BUG: partial fix for the progress after install bug
|
2006-10-16 12:49:26 -04:00 |
Bill Hoffman
|
71c934f029
|
ENH: update for release
|
2006-10-16 12:47:07 -04:00 |
Brad King
|
e593fbf6ee
|
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
|
2006-10-16 11:32:28 -04:00 |
Bill Hoffman
|
641a0ad878
|
BUG: fix for bug# 3310
|
2006-10-16 10:47:18 -04:00 |
Andy Cedilnik
|
2071291956
|
STYLE: Fix kwstyle
|
2006-10-15 07:54:52 -04:00 |
Andy Cedilnik
|
3206db15b3
|
ENH: Properly propagate config type to test
|
2006-10-13 17:10:48 -04:00 |
Bill Hoffman
|
655ba54e2d
|
BUG: fix for bug#3908 if header_file_only is set on cxx files in visual studio do not compile them
|
2006-10-13 16:13:14 -04:00 |
Brad King
|
bf74cd9d83
|
BUG: Compression must be set before any output is created.
|
2006-10-13 15:04:18 -04:00 |
Andy Cedilnik
|
8a4c70cf6d
|
COMP: Fix Sun build
|
2006-10-13 14:44:35 -04:00 |
Brad King
|
fb7c7675f5
|
BUG: When using link scripts use native shell escapes instead of makefile shell escapes because the script is not interpreted by a make tool.
|
2006-10-13 13:59:59 -04:00 |
Bill Hoffman
|
5330a03994
|
ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcode
|
2006-10-13 11:53:12 -04:00 |
Bill Hoffman
|
5a0af03170
|
BUG: fix for bug# 3921 INPUT wrong
|
2006-10-13 11:26:59 -04:00 |
Bill Hoffman
|
d460481da3
|
BUG: fix for bug #3846 more advanced stuff
|
2006-10-13 11:25:07 -04:00 |
Bill Hoffman
|
4d89019426
|
BUG: fix for bug#3898 find qt plugin dir
|
2006-10-13 11:23:44 -04:00 |
Andy Cedilnik
|
870f2aeb2e
|
BUG: Replace some errors with warnings
|
2006-10-13 10:27:01 -04:00 |
Brad King
|
69356d8a7a
|
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
|
2006-10-13 10:22:45 -04:00 |
Brad King
|
023041362d
|
BUG: Do not try to compute the location of a non-library target for linking.
|
2006-10-13 10:03:54 -04:00 |
Andy Cedilnik
|
2f713072c7
|
ENH: Report command line as a measurement and allow user to add custom measurements
|
2006-10-13 09:30:33 -04:00 |
Bill Hoffman
|
052cb7753b
|
ENH: undo bad changes
|
2006-10-12 17:19:57 -04:00 |
Andy Cedilnik
|
61a4c12ce6
|
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make missing coverage information not make ctest fail
|
2006-10-12 16:31:54 -04:00 |
Andy Cedilnik
|
d5f31292b2
|
BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476
|
2006-10-12 15:30:01 -04:00 |
Andy Cedilnik
|
9226a9262f
|
BUG: Report and error when ctest -S script fails... Fixes: Bug #3540
|
2006-10-12 15:10:21 -04:00 |
Andy Cedilnik
|
b548e2db1f
|
ENH: Add NSIS compression
|
2006-10-12 14:59:43 -04:00 |
Andy Cedilnik
|
911317a2a7
|
ENH: Handle more regular expressions
|
2006-10-12 14:47:40 -04:00 |
Andy Cedilnik
|
df1ff57498
|
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
|
2006-10-12 13:30:00 -04:00 |
Andy Cedilnik
|
f9dc5b5553
|
ENH: On Visual Studio and Xcode handle config type
|
2006-10-12 13:15:03 -04:00 |
Andy Cedilnik
|
e607d5f7df
|
ENH: More locations for Java
|
2006-10-12 13:12:37 -04:00 |
Andy Cedilnik
|
e31dc3abe5
|
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
|
2006-10-12 13:05:50 -04:00 |
Ken Martin
|
77a4227652
|
ENH: some cleanup and commenting of code
|
2006-10-12 12:51:27 -04:00 |
Bill Hoffman
|
107e01c8dc
|
ENH: fix for bug -gdwarf getting removed
|
2006-10-12 10:57:36 -04:00 |
Brad King
|
b20fd1af11
|
BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to have .. in the path. This makes the makefile generator consistent with the already working Xcode implementation of this feature. Also added a test for @executable_path/.. style settings for this property.
|
2006-10-11 12:41:20 -04:00 |
Brad King
|
c0326d0d54
|
ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.
|
2006-10-11 12:41:17 -04:00 |
Brad King
|
3a757c253d
|
STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS.
|
2006-10-10 16:03:34 -04:00 |
Brad King
|
86dd8579c5
|
BUG: TARGET_QUOTED should always be replaced if Target is set in the rule variables.
|
2006-10-10 14:13:35 -04:00 |
Brad King
|
f0c79a0030
|
BUG: Avoid duplicate conversion to output path.
|
2006-10-10 13:47:50 -04:00 |
Andy Cedilnik
|
cdcbe2587a
|
STYLE: Nightly Version update
|
2006-10-10 12:24:46 -04:00 |
Brad King
|
8824f7984a
|
BUG: Fixed references to projects outside the build tree and in other locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build.
|
2006-10-09 21:48:48 -04:00 |
Brad King
|
0fe0523810
|
BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature.
|
2006-10-09 21:25:58 -04:00 |
Andy Cedilnik
|
9fca6a7837
|
STYLE: Nightly Version update
|
2006-10-09 11:03:46 -04:00 |