Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Fix typo | Andy Cedilnik | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | BUG: When writing newlines between script portions in prebuild, prelink, and ↵ | Brad King | 2006-10-26 | 1 | -3/+3 |
| | | | | postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977. | ||||
* | COMP: Remove unused variable. | Brad King | 2006-10-25 | 1 | -1/+0 |
| | |||||
* | BUG: Adjust prebuild/prelink/postbuild script construction to account for ↵ | Brad King | 2006-10-25 | 2 | -10/+21 |
| | | | | ConstructScript no longer producing trailing newlines. This addresses bug#3977. | ||||
* | BUG: Avoid leading and trailing newlines in custom command scripts because ↵ | Brad King | 2006-10-25 | 1 | -6/+12 |
| | | | | some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977. | ||||
* | ENH: Adding support for # escape in Watcom WMake. | Brad King | 2006-10-25 | 6 | -5/+49 |
| | |||||
* | BUG: It cannot be an error if the values do not convert. The docs say that ↵ | Brad King | 2006-10-25 | 1 | -17/+4 |
| | | | | if the values do not convert the test is false. | ||||
* | BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be ↵ | Brad King | 2006-10-25 | 1 | -3/+23 |
| | | | | 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. | ||||
* | COMP: Remove unnecessary provocation | Andy Cedilnik | 2006-10-25 | 1 | -9/+6 |
| | |||||
* | STYLE: Fix line length | Andy Cedilnik | 2006-10-25 | 1 | -1/+2 |
| | |||||
* | BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is ↵ | Andy Cedilnik | 2006-10-24 | 1 | -1/+1 |
| | | | | no line at the end of the file. This will fix the coverage code complaining about it | ||||
* | ENH: remove failing test | Bill Hoffman | 2006-10-24 | 1 | -3/+3 |
| | |||||
* | ENH: Added # character for shell escaping. | Brad King | 2006-10-23 | 1 | -1/+1 |
| | |||||
* | ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway. | Brad King | 2006-10-23 | 2 | -24/+0 |
| | |||||
* | BUG: Do not display cmake -E usage when any old command line error occurs. | Brad King | 2006-10-23 | 1 | -1/+0 |
| | |||||
* | ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name ↵ | Brad King | 2006-10-23 | 2 | -0/+24 |
| | | | | IS_NEWER_THAN so old syntax will continue to work. | ||||
* | ENH: remove broken test | Bill Hoffman | 2006-10-22 | 1 | -6/+9 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 7 | -23/+34 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 7 | -6/+93 |
| | |||||
* | ENH: Clarified search behavior when the objective is not found. | Brad King | 2006-10-19 | 1 | -2/+7 |
| | |||||
* | BUG: Correct the SystemReportDebugHook function. It should not call exit. It ↵ | David Cole | 2006-10-19 | 1 | -5/+5 |
| | | | | 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. | ||||
* | STYLE: Fixed line-too-long. | Brad King | 2006-10-17 | 1 | -1/+2 |
| | |||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 10 | -2/+137 |
| | | | | 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. | ||||
* | BUG: Need to collapse path argument to get_directory_property. This ↵ | Brad King | 2006-10-16 | 1 | -0/+4 |
| | | | | addresses bug#3847. | ||||
* | ENH: Make hyperlinks in documentation active when generated into HTML ↵ | Brad King | 2006-10-16 | 1 | -9/+74 |
| | | | | documents. This addresses bug#3906. | ||||
* | BUG: partial fix for the progress after install bug | Ken Martin | 2006-10-16 | 1 | -22/+30 |
| | |||||
* | ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ↵ | Brad King | 2006-10-16 | 2 | -5/+49 |
| | | | | 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. | ||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-15 | 3 | -7/+11 |
| | |||||
* | ENH: Properly propagate config type to test | Andy Cedilnik | 2006-10-13 | 2 | -9/+15 |
| | |||||
* | BUG: fix for bug#3908 if header_file_only is set on cxx files in visual ↵ | Bill Hoffman | 2006-10-13 | 1 | -4/+14 |
| | | | | studio do not compile them | ||||
* | COMP: Fix Sun build | Andy Cedilnik | 2006-10-13 | 1 | -2/+1 |
| | |||||
* | BUG: When using link scripts use native shell escapes instead of makefile ↵ | Brad King | 2006-10-13 | 1 | -1/+15 |
| | | | | shell escapes because the script is not interpreted by a make tool. | ||||
* | ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcode | Bill Hoffman | 2006-10-13 | 1 | -10/+16 |
| | |||||
* | BUG: Replace some errors with warnings | Andy Cedilnik | 2006-10-13 | 2 | -3/+3 |
| | |||||
* | BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. ↵ | Brad King | 2006-10-13 | 3 | -10/+9 |
| | | | | The echo; hack did not work when running from ctest. | ||||
* | BUG: Do not try to compute the location of a non-library target for linking. | Brad King | 2006-10-13 | 1 | -1/+3 |
| | |||||
* | ENH: Report command line as a measurement and allow user to add custom ↵ | Andy Cedilnik | 2006-10-13 | 3 | -14/+46 |
| | | | | measurements | ||||
* | ENH: undo bad changes | Bill Hoffman | 2006-10-12 | 1 | -4/+0 |
| | |||||
* | BUG: Use BuildDirectory from the DartConfiguration information. Also, Make ↵ | Andy Cedilnik | 2006-10-12 | 2 | -1/+6 |
| | | | | missing coverage information not make ctest fail | ||||
* | BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476 | Andy Cedilnik | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | BUG: Report and error when ctest -S script fails... Fixes: Bug #3540 | Andy Cedilnik | 2006-10-12 | 1 | -1/+2 |
| | |||||
* | ENH: Add NSIS compression | Andy Cedilnik | 2006-10-12 | 1 | -0/+1 |
| | |||||
* | ENH: Handle more regular expressions | Andy Cedilnik | 2006-10-12 | 1 | -0/+2 |
| | |||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 3 | -1/+60 |
| | | | | 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 | ||||
* | ENH: some cleanup and commenting of code | Ken Martin | 2006-10-12 | 2 | -366/+436 |
| | |||||
* | ENH: fix for bug -gdwarf getting removed | Bill Hoffman | 2006-10-12 | 1 | -0/+4 |
| | |||||
* | BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend ↵ | Brad King | 2006-10-11 | 1 | -18/+3 |
| | | | | 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. | ||||
* | ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH. | Brad King | 2006-10-11 | 1 | -12/+2 |
| | |||||
* | BUG: TARGET_QUOTED should always be replaced if Target is set in the rule ↵ | Brad King | 2006-10-10 | 1 | -1/+1 |
| | | | | variables. | ||||
* | BUG: Avoid duplicate conversion to output path. | Brad King | 2006-10-10 | 2 | -18/+13 |
| |