summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: Re-enable preprocessing target test but specifically disable it on ↵Brad King2006-09-273-3/+48
| | | | broken platforms.
* BUG: Disable new shell escape code until backward compatibility can be ↵Brad King2006-09-251-1/+1
| | | | established in the new implementation.
* 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 ↵Brad King2006-09-243-3/+3
| | | | binaries and mingw.
* 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
| | | | bug#3786.
* ENH: Added test for linking to a static library that is next to a shared ↵Brad King2006-09-1512-3/+117
| | | | library. See bug#1644 for related changes.
* ENH: Adding support to link specifically to an archive or a shared library ↵Brad King2006-09-151-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 King2006-08-292-0/+24
| | | | addresses bug#3572.
* 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 ↵Brad King2006-08-242-0/+4
| | | | running the test so that one failure does not need manual adjustment to get it to pass again.
* 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 ↵Brad King2006-08-218-0/+54
| | | | cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
* 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 ↵Brad King2006-08-0112-6/+33
| | | | in the same target.
* 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
|
* ENH: add more coverageKen Martin2006-07-242-0/+36
|
* ENH: more coverageKen Martin2006-07-241-0/+1
|
* ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵Brad King2006-07-212-7/+9
| | | | It also updates the UseWX test and WXDialog sources to use the new find script.
* BUG: work around XCode issueKen Martin2006-07-216-6/+6
|
* ENH: Adding C++-only test.Brad King2006-07-216-0/+59
|
* ENH: increase coverage in a couple placesKen Martin2006-07-215-8/+73
|
* ENH: Adding test for multiple source files with the same name but different ↵Brad King2006-07-073-2/+9
| | | | full paths.
* ENH: Improve the test to create a bundle in the subdirectoryAndy Cedilnik2006-07-062-1/+40
|
* BUG: If the source file specified is not in a source tree, do not use full ↵Andy Cedilnik2006-07-052-1/+5
| | | | path to the file
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-142-7/+7
|
* COMP: More fixes for non-ANSI C compilers.Brad King2006-06-031-1/+7
|
* COMP: Fix for non-ANSI C compilers.Brad King2006-06-031-1/+1
|
* BUG: Custom commands should actually generate the files they claim to generate.Brad King2006-06-022-3/+15
|
* ENH: Added test for generation of files listed explicitly as sources but not ↵Brad King2006-06-013-11/+33
| | | | used during the build of a target.
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-236-0/+60
|
* ENH: Fix INSERT to allow inserting to empty listAndy Cedilnik2006-05-151-2/+6
|
* ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEMAndy Cedilnik2006-05-151-7/+11
|
* ENH: Remove some errors, fix append to work on nonexisting listsAndy Cedilnik2006-05-151-2/+12
|
* BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with ↵Brad King2006-05-123-3/+3
| | | | respect to the current source directory.
* BUG: Disabling an EXECUTE_PROCESS test until problems on UNIX systems are fixed.Brad King2006-05-083-39/+48
|
* ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵Brad King2006-05-052-0/+32
| | | | per-configuration install rules.