Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix errors for unix builds | Bill Hoffman | 2006-11-29 | 3 | -4/+17 |
| | |||||
* | BUG: fix a problem where it tried to link .dll.lib files | Bill Hoffman | 2006-11-29 | 4 | -0/+22 |
| | |||||
* | ENH: make sure things do not depend on optimized libraries if they are ↵ | Bill Hoffman | 2006-11-27 | 1 | -0/+5 |
| | | | | debug, and the other way around as well | ||||
* | ENH: add a test for a target name with the same name as the output of a ↵ | Bill Hoffman | 2006-11-27 | 6 | -0/+26 |
| | | | | custom command | ||||
* | ENH: make sure it is qt3 before running test | Bill Hoffman | 2006-11-22 | 1 | -2/+2 |
| | |||||
* | ENH: make sure findqt3 finds qt3 and not qt4 | Bill Hoffman | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | ENH: Added test case for bug#3966. | Brad King | 2006-10-30 | 3 | -0/+33 |
| | |||||
* | ENH: Re-enabling # escape test now that it is implemented everywhere. | Brad King | 2006-10-25 | 1 | -4/+4 |
| | |||||
* | BUG: EQUAL -> STREQUAL for string comparison. | Brad King | 2006-10-25 | 1 | -3/+3 |
| | |||||
* | BUG: Attempt to fix the test | Andy Cedilnik | 2006-10-25 | 1 | -2/+2 |
| | |||||
* | BUG: Disable testing of # escapes until it can be implemented for Watcom WMake. | Brad King | 2006-10-24 | 1 | -4/+4 |
| | |||||
* | ENH: Added # character for shell escaping. | Brad King | 2006-10-23 | 1 | -0/+4 |
| | |||||
* | ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway. | Brad King | 2006-10-23 | 1 | -3/+0 |
| | |||||
* | ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name ↵ | Brad King | 2006-10-23 | 1 | -0/+3 |
| | | | | IS_NEWER_THAN so old syntax will continue to work. | ||||
* | COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB. | Brad King | 2006-10-22 | 3 | -15/+15 |
| | |||||
* | ENH: Added explicit name for option to test CMakeLib. Added option to ↵ | Brad King | 2006-10-19 | 12 | -30/+60 |
| | | | | disable testing of CMakeLib if system utility libraries are used until linking made easier. | ||||
* | BUG: Need to collapse path argument to get_directory_property. This ↵ | Brad King | 2006-10-16 | 1 | -0/+4 |
| | | | | addresses bug#3847. | ||||
* | ENH: Properly propagate config type to test | Andy Cedilnik | 2006-10-13 | 1 | -1/+1 |
| | |||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 2 | -0/+20 |
| | | | | 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: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 2 | -2/+4 |
| | | | | 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 | ||||
* | BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend ↵ | Brad King | 2006-10-11 | 2 | -2/+4 |
| | | | | 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. | ||||
* | BUG: Fixed out-of-source subdirectories to work when they are also ↵ | Brad King | 2006-10-10 | 5 | -1/+15 |
| | | | | out-of-binary. Updated the OutOfSource test to test this feature. | ||||
* | BUG: Fix link flags on cygwin shared libraries. This requires that the ↵ | Brad King | 2006-10-05 | 3 | -3/+3 |
| | | | | shared library prefix be supported in the link library regex. | ||||
* | BUG: Test -isystem without affecting other tests. Made separate ↵ | Brad King | 2006-10-05 | 6 | -3/+6 |
| | | | | Library/SystemDir for this purpose. | ||||
* | ENH: Added OPTIONAL option to INSTALL command to allow installation of files ↵ | Brad King | 2006-10-05 | 2 | -0/+6 |
| | | | | if they exist while ignoring them otherwise. This addresses bug#2922. | ||||
* | BUG: Run testSystemDir test only if -isystem flag is available. | Brad King | 2006-10-05 | 3 | -6/+6 |
| | |||||
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵ | Brad King | 2006-10-05 | 12 | -6/+36 |
| | | | | bug #3462. | ||||
* | ENH: Adding test of special characters in custom command and custom target ↵ | Brad King | 2006-10-04 | 1 | -1/+2 |
| | | | | comments. | ||||
* | ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. | Brad King | 2006-10-04 | 1 | -0/+1 |
| | |||||
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies ↵ | Brad King | 2006-10-04 | 1 | -1/+3 |
| | | | | to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151. | ||||
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -2/+2 |
| | |||||
* | ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. | Brad King | 2006-10-02 | 6 | -6/+6 |
| | |||||
* | ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid ↵ | Brad King | 2006-10-02 | 12 | -0/+78 |
| | | | | building the targets by default. | ||||
* | COMP: Fix command line check test implementation for Watcom. | Brad King | 2006-10-02 | 2 | -0/+3 |
| | |||||
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET ↵ | Brad King | 2006-09-28 | 2 | -2/+35 |
| | | | | commands. This option enables full escaping of custom command arguments on all platforms. See bug#3786. | ||||
* | ENH: Re-enabling .i rule test on MSYS now that it works. | Brad King | 2006-09-28 | 3 | -15/+0 |
| | |||||
* | ENH: Re-enable preprocessing target test but specifically disable it on ↵ | Brad King | 2006-09-27 | 3 | -3/+48 |
| | | | | broken platforms. | ||||
* | BUG: Disable new shell escape code until backward compatibility can be ↵ | Brad King | 2006-09-25 | 1 | -1/+1 |
| | | | | established in the new implementation. | ||||
* | BUG: Character + should be valid in a variable name. | Brad King | 2006-09-25 | 1 | -1/+2 |
| | |||||
* | BUG: Disable new test_preprocess target until it is fixed on OSX universal ↵ | Brad King | 2006-09-24 | 3 | -3/+3 |
| | | | | binaries and mingw. | ||||
* | ENH: Adding test for running preprocessor rules. | Brad King | 2006-09-23 | 6 | -0/+54 |
| | |||||
* | ENH: added test for elseif | Ken Martin | 2006-09-22 | 9 | -0/+144 |
| | |||||
* | COMP: Need ANSI C flags to build check_command_line.c. | Brad King | 2006-09-22 | 1 | -0/+1 |
| | |||||
* | ENH: Adding test for non-trivial custom command line arguments. This is for ↵ | Brad King | 2006-09-21 | 2 | -0/+71 |
| | | | | bug#3786. | ||||
* | ENH: Added test for linking to a static library that is next to a shared ↵ | Brad King | 2006-09-15 | 12 | -3/+117 |
| | | | | library. See bug#1644 for related changes. | ||||
* | ENH: Adding support to link specifically to an archive or a shared library ↵ | Brad King | 2006-09-15 | 1 | -2/+16 |
| | | | | based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. | ||||
* | ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This ↵ | Brad King | 2006-08-29 | 2 | -0/+24 |
| | | | | addresses bug#3572. | ||||
* | ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test. | Brad King | 2006-08-25 | 1 | -0/+5 |
| | |||||
* | ENH: Always do tar.Z since we do have compress now builtin | Andy Cedilnik | 2006-08-24 | 2 | -52/+52 |
| | |||||
* | ENH: Added code to remove any bad installations of CVS directories before ↵ | Brad King | 2006-08-24 | 2 | -0/+4 |
| | | | | running the test so that one failure does not need manual adjustment to get it to pass again. |