summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make the CheckSourceTree test emit a warning (but pass instead of fail) ...David Cole2009-07-272-4/+51
* ENH: Improvements to the new CheckSourceTree test: ignore Thumbs.db and .DS_S...David Cole2009-07-251-49/+86
* BUG: Further avoid ImplicitLinkInfo case changeBrad King2009-07-251-6/+6
* BUG: Close endif statements with same string as if so that it still configure...David Cole2009-07-241-1/+1
* BUG: Improve CheckSourceTree test so that it ignores 'U ' output from cvs upd...David Cole2009-07-241-3/+53
* BUG: Teach VariableWatch test to check resultsBrad King2009-07-241-0/+9
* BUG: Additional fix necessary for issue #8481 so that Xcode builds do not wri...David Cole2009-07-242-0/+61
* BUG: Avoid case change in ImplicitLinkInfo testBrad King2009-07-241-6/+6
* ENH: Create ImplicitLinkInfo testBrad King2009-07-232-0/+320
* ENH: Teach separate_arguments() to parse commandsBrad King2009-07-142-0/+26
* BUG: Fix CMake.File test for deep dir nameBrad King2009-04-291-1/+1
* ENH: Test file(COPY) failure casesBrad King2009-04-299-0/+58
* STYLE: White space only change to see if continuous is working on new dashboa...David Cole2009-03-311-1/+0
* STYLE: White space only change to see if continuous is working on new dashboa...David Cole2009-03-311-0/+1
* STYLE: White space only change to see if continuous is working on new dashboa...David Cole2009-03-061-1/+0
* ENH: Teach message() how to display warningsBrad King2009-03-063-0/+35
* ENH: Overhaul CMake version numberingBrad King2009-03-052-0/+10
* ENH: Add get_filename_component(... REALPATH)Brad King2009-02-092-0/+58
* BUG: Alternative fix to bug #8423Brad King2009-02-062-44/+0
* ENH: add missing fileBill Hoffman2009-01-291-0/+43
* BUG: fix for #8423Bill Hoffman2009-01-291-0/+1
* ENH: Activate GetPrerequisites code on Linux. Thanks to Mike Arthur for finis...David Cole2008-10-241-8/+4
* PERF: Test takes too long when recursing for executable files and when doing ...David Cole2008-09-091-1/+1
* BUG: fix test to work with new restrictions that cross compiling must be onBill Hoffman2008-09-091-1/+3
* ENH: Add BundleUtilities.cmake and supporting changes to GetPrerequisites.cma...David Cole2008-09-061-1/+1
* ENH: Add test for new find_* command HINTS option.Brad King2008-06-092-0/+15
* BUG: Fix CMake.FindBase test to normalize paths before comparing.Brad King2008-06-081-0/+4
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...Sebastien Barre2008-03-121-0/+4
* ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries ...David Cole2008-03-042-2/+159
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-4/+6
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...Alexander Neundorf2007-07-121-0/+14
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-022-6/+1
* ENH: fix itBill Hoffman2007-06-062-6/+7
* ENH: use lower case for file compare on windowsBill Hoffman2007-06-062-11/+30
* ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables,Alexander Neundorf2007-05-291-0/+54
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-176-0/+161
* ENH: Add variable watch commandAndy Cedilnik2007-04-112-1/+24
* 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
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-102-0/+60