summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: add missing fileBill Hoffman2007-06-041-0/+0
* ENH: add one of the headers to the regular sourcesBill Hoffman2007-06-041-2/+2
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-013-2/+33
* ENH: added new test for SourceFile objects and propertiesKen Martin2007-05-315-0/+39
* ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables,Alexander Neundorf2007-05-291-0/+54
* ENH: Added more install rules to increase coverage of the command.Brad King2007-05-282-2/+30
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-253-0/+64
* ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cov...Brad King2007-05-256-32/+84
* ENH: Add test to see if INSTALL_FILES actually worked.Brad King2007-05-252-0/+2
* 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