summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix endif()Alexander Neundorf2008-08-061-1/+1
* ENH: add simple tests to test that the extra generators don't crashAlexander Neundorf2008-08-061-0/+49
* ENH: Test relative path custom command outputBrad King2008-08-051-1/+11
* ENH: fix build with Xcode project was missingBill Hoffman2008-07-311-1/+2
* ENH: Add test for the new CPack BundleGenerator. Thanks to Tim Shead for the ...David Cole2008-07-307-0/+78
* ENH: remove test that does not work on all compilersBill Hoffman2008-07-161-32/+0
* ENH: add a test for bug 7316Bill Hoffman2008-07-151-0/+33
* ENH: Use new cpack_add_component macro (and friends) from the CPackComponents...David Cole2008-07-081-48/+28
* ENH: add get_test_property to bootstrap so bootstrap builds test the same as ...Bill Hoffman2008-07-071-10/+0
* BUG: Replace non-bootstrap command with macroBrad King2008-07-031-0/+9
* ENH: Remove condition on use of CMake 2.4 commandsBrad King2008-07-031-39/+30
* COMP: Don't set properties on a non-existing testBrad King2008-07-031-1/+1
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-0/+9
* ENH: support parenthesis as arguments and in conditionals feature request #6191Ken Martin2008-06-269-0/+48
* BUG: Avoid running the new CPackComponents test on Windows unless the NSIS in...David Cole2008-06-191-2/+22
* BUG: Be more specific about the expected file name of the installer. (So we d...David Cole2008-06-181-2/+2
* ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack...David Cole2008-06-178-43/+208
* ENH: try turning this on againBill Hoffman2008-06-171-1/+1
* ENH: turn this off until it passes on all systemsBill Hoffman2008-06-171-1/+1
* ENH: add a project nameBill Hoffman2008-06-171-1/+1
* ENH: fix find module stuff for testBill Hoffman2008-06-161-0/+1
* ENH: add test which executes all FindXXX.cmake modulesAlexander Neundorf2008-06-163-0/+34
* ENH: Add test for new find_* command HINTS option.Brad King2008-06-095-0/+25
* BUG: Fix CMake.FindBase test to normalize paths before comparing.Brad King2008-06-081-0/+4
* BUG: Fix new custom command with make-var expansion test on VS6. The VS6 IDE...Brad King2008-06-051-2/+8
* ENH: Add test for make variable replacement in a custom command with the VERB...Brad King2008-06-042-0/+14
* ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()Brad King2008-06-023-11/+1
* ENH: Update BuildDepends test to check #include lines with macros.Brad King2008-05-145-12/+75
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-143-1/+11
* BUG: Fix escaping of more characters on Windows shells.Brad King2008-04-301-13/+21
* BUG: Do not escape shell operators when generating command lines.Brad King2008-04-295-3/+37
* ENH: Add test of preservation of static libraries on original link lines.Brad King2008-04-236-0/+21
* BUG: Allow timeouts larger than 1500 for tests that may take longer than 25 m...David Cole2008-04-191-4/+18
* ENH: use a common CPACK_BINARY_ prefix for the binary package generatorsAlexander Neundorf2008-04-171-0/+1
* BUG: A per-config target name postfix should be ignored for Mac bundle and fr...Brad King2008-04-141-0/+1
* ENH: add a simple x11 test for packagingBill Hoffman2008-04-112-2/+11
* ENH: add a simple x11 programBill Hoffman2008-04-111-0/+145
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-082-1/+6
* ENH: support unset of propertiesKen Martin2008-04-011-3/+35
* BUG: Fix Fortran test to use more portable comment syntax in fixed format sou...Brad King2008-03-281-3/+3
* BUG: make test more robustKen Martin2008-03-251-2/+1
* BUG: add debugging into to check out a problemKen Martin2008-03-251-0/+2
* ENH: preclean some warningsKen Martin2008-03-2570-2/+72
* ENH: Add "if(POLICY policy-id)" option for IF command.Brad King2008-03-203-0/+15
* BUG: Convert cmake_policy(VERSION) to cmake_minimum_required(VERSION) in Test...Brad King2008-03-202-2/+2
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...Sebastien Barre2008-03-121-0/+4
* ENH: Improve handling of old-style compatibility.Brad King2008-03-072-0/+2
* ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries ...David Cole2008-03-042-2/+159
* BUG: Fix typo XCode -> Xcode in Preprocess test.Brad King2008-03-011-2/+2
* ENH: Update Preprocess test to distinguish between the make tool or compiler ...Brad King2008-03-011-27/+75