summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added explicit name for option to test CMakeLib. Added option to disabl...Brad King2006-10-1912-30/+60
* BUG: Need to collapse path argument to get_directory_property. This addresse...Brad King2006-10-161-0/+4
* ENH: Properly propagate config type to testAndy Cedilnik2006-10-131-1/+1
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...Andy Cedilnik2006-10-122-0/+20
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...Andy Cedilnik2006-10-122-2/+4
* BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...Brad King2006-10-112-2/+4
* BUG: Fixed out-of-source subdirectories to work when they are also out-of-bin...Brad King2006-10-105-1/+15
* BUG: Fix link flags on cygwin shared libraries. This requires that the share...Brad King2006-10-053-3/+3
* BUG: Test -isystem without affecting other tests. Made separate Library/Syst...Brad King2006-10-056-3/+6
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-052-0/+6
* BUG: Run testSystemDir test only if -isystem flag is available.Brad King2006-10-053-6/+6
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...Brad King2006-10-0512-6/+36
* ENH: Adding test of special characters in custom command and custom target co...Brad King2006-10-041-1/+2
* ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.Brad King2006-10-041-0/+1
* ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...Brad King2006-10-041-1/+3
* BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.Brad King2006-10-041-2/+2
* ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.Brad King2006-10-026-6/+6
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...Brad King2006-10-0212-0/+78
* COMP: Fix command line check test implementation for Watcom.Brad King2006-10-022-0/+3
* ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...Brad King2006-09-282-2/+35
* ENH: Re-enabling .i rule test on MSYS now that it works.Brad King2006-09-283-15/+0
* ENH: Re-enable preprocessing target test but specifically disable it on broke...Brad King2006-09-273-3/+48
* BUG: Disable new shell escape code until backward compatibility can be establ...Brad King2006-09-251-1/+1
* BUG: Character + should be valid in a variable name.Brad King2006-09-251-1/+2
* BUG: Disable new test_preprocess target until it is fixed on OSX universal bi...Brad King2006-09-243-3/+3
* ENH: Adding test for running preprocessor rules.Brad King2006-09-236-0/+54
* ENH: added test for elseifKen Martin2006-09-229-0/+144
* COMP: Need ANSI C flags to build check_command_line.c.Brad King2006-09-221-0/+1
* ENH: Adding test for non-trivial custom command line arguments. This is for ...Brad King2006-09-212-0/+71
* ENH: Added test for linking to a static library that is next to a shared libr...Brad King2006-09-1512-3/+117
* ENH: Adding support to link specifically to an archive or a shared library ba...Brad King2006-09-151-2/+16
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-292-0/+24
* ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.Brad King2006-08-251-0/+5
* ENH: Always do tar.Z since we do have compress now builtinAndy Cedilnik2006-08-242-52/+52
* ENH: Added code to remove any bad installations of CVS directories before run...Brad King2006-08-242-0/+4
* ENH: Added check for bad installation of a CVS directory to test.Brad King2006-08-212-0/+12
* BUG: Need to execute sample_script.bat on windows and sample_script otherwise.Brad King2006-08-212-2/+12
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-218-0/+54
* ENH: fix error in if statementBill Hoffman2006-08-112-2/+2
* ENH: fix failing testsBill Hoffman2006-08-102-4/+18
* ENH: try to fix compress failureBill Hoffman2006-08-092-4/+16
* ENH: finally fix the failing test on the dashboard for the past month or soBill Hoffman2006-08-072-2/+14
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-036-3/+6
* ENH: Adding test for source files and header files with the same base name in...Brad King2006-08-0112-6/+33
* ENH: Add test for bz2 and check for compressAndy Cedilnik2006-07-282-0/+28
* ENH: do not use c++ comments in c codeBill Hoffman2006-07-262-2/+2
* BUG: remove command causing issues with mid build reruns of cmake on vs70Ken Martin2006-07-252-6/+0
* ENH: trying a slight changeKen Martin2006-07-252-6/+6
* BUG: remove c++commentsKen Martin2006-07-252-4/+4
* BUG: temp fixKen Martin2006-07-242-2/+2