summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable canAlexander Neundorf2007-05-241-1/+10
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-243-2/+38
* BUG: Report proper error message when project does not build the first time. ...Brad King2007-05-231-1/+28
* ENH: Executable bar should rebuild when its generated header changes. It doe...Brad King2007-05-231-1/+0
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-0/+24
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-233-6/+41
* BUG: always search for ar, ranlib, etc. except under MSVC -> this should fix ...Alexander Neundorf2007-05-211-2/+4
* BUG: Fix name of project to build for LoadCommandOneConfig now that it has be...Brad King2007-05-201-1/+1
* BUG: Finish fixing test for new name.Brad King2007-05-192-26/+26
* BUG: fix project name for testBill Hoffman2007-05-192-2/+2
* ENH: some cleanup, condensing some tests, removing arguments that were not ne...Ken Martin2007-05-184-119/+26
* BUG: Replace "with space" in custom command argument tests with "w s" to stil...Brad King2007-05-181-46/+46
* ENH: Added quick means to turn on verbose output for debugging this test.Brad King2007-05-182-1/+5
* ENH: Add testing of * and / character arguments except on MinGW.Brad King2007-05-171-2/+5
* ENH: Added test for custom command lines with special single-character argume...Brad King2007-05-171-4/+8
* BUG: Disable test of angle bracket escapes until it works everywhere.Brad King2007-05-171-6/+6
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-176-0/+161
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-2/+69
* BUG: Disable test of feature that is not documented or implemented everywhere.Brad King2007-05-166-3/+12
* BUG: check in the rest of the changes to move from c to cxxAndy Cedilnik2007-05-161-2/+2
* BUG: fix test for hp move to c++ to avoid ansi issues and produce a message i...Andy Cedilnik2007-05-162-2/+9
* ENH: revert back to SUBDIRS so that CMake can be built with 2.2Ken Martin2007-05-141-1/+1
* ENH: minor fixesKen Martin2007-05-111-10/+10
* ENH: some more CMakeList cleanupsKen Martin2007-05-1111-172/+65
* ENH: more cleanup of some CMakeLists filesKen Martin2007-05-111-0/+949
* ENH: add test for build dependsBill Hoffman2007-05-102-16/+31
* ENH: add a test to make sure Xcode does not break againBill Hoffman2007-05-093-0/+57
* BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro definit...Brad King2007-05-096-3/+45
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-093-0/+37
* ENH: make it work on non windowsBill Hoffman2007-05-082-0/+4
* ENH: fix it so that the FRAMEWORK property does not break the building of nor...Bill Hoffman2007-05-083-8/+13
* ENH: add a very simple framework testBill Hoffman2007-05-085-0/+25
* ENH: Added test to make sure custom commands are not built more than once in ...Brad King2007-05-012-0/+12
* ENH: Add STRING STRIP commandAndy Cedilnik2007-04-271-0/+14
* ENH: Added FILE(STRINGS) command.Brad King2007-04-251-0/+12
* ENH: Added function call argument to module function to make sure calling con...Brad King2007-04-192-4/+14
* COMP: Need to enable ansi C features.Brad King2007-04-181-0/+5
* ENH: Fixed Plugin test on Cygwin.Brad King2007-04-171-1/+1
* ENH: Configure location of plugin files so that the executable can run with a...Brad King2007-04-173-1/+16
* ENH: Added test for executables with plugins that use an API exported by the ...Brad King2007-04-174-0/+128
* ENH: Add variable watch commandAndy Cedilnik2007-04-112-1/+24
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-044-1/+29
* BUG: Disable deep-source test on Watcom until it can be fixed. This is a new...Brad King2007-03-212-7/+11
* BUG: Reduce long source file name length for WMake.Brad King2007-03-201-0/+7
* BUG: Work around VS8 conversion to a relative path for the long source name. ...Brad King2007-03-201-2/+14
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-163-1/+25
* BUG: Remove spaces from test output paths. Not all make tools can handle it....Brad King2007-03-132-6/+6
* BUG: Do not use /I mode in VS6.Brad King2007-03-121-7/+10
* BUG: Clean the pch during make clean so that the test passes when run more th...Brad King2007-03-121-0/+6
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-121-3/+3