Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Remove CTest public.kitware.com drop default | Brad King | 2009-05-15 | 1 | -25/+0 |
| | | | | | | | | | Previously CTest would drop dashboard submissions at public.kitware.com on the PublicDashboard project if there was no configuration. The server no longer supports forwarding to cdash.org, so there is no point in this default. Furthermore, there should be no default at all because it could leak information about proprietary projects that are not configured correctly. | ||||
* | ENH: Teach CTest to handle Bazaar repositories | Brad King | 2009-05-14 | 1 | -0/+12 |
| | | | | | | | | This creates cmCTestBZR to drive CTest Update handling on bzr-based work trees. Currently we always update to the head of the remote tracking branch (bzr pull), so the nightly start time is ignored for Nightly builds. A later change will address this. Patch from Tom Vercauteren. See issue #6857. | ||||
* | STYLE: first lower-casing the string makes comparing its contents easier | Alexander Neundorf | 2009-05-10 | 1 | -5/+6 |
| | | | | Alex | ||||
* | ENH: Create include(CTest) launcher interface | Brad King | 2009-02-11 | 1 | -0/+12 |
| | | | | | | | This defines a new CTest configuration variable CTEST_USE_LAUNCHERS. When set to true it puts 'ctest --launch' in RULE_LAUNCH_* properties and enables the CTest configuration option 'UseLaunchers'. Currently this works only for Makefile generators. | ||||
* | STYLE: mention cdash (not only dart) | Alexander Neundorf | 2008-11-03 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: recognize vs 9 and possible 10 or greater when they come out... | Bill Hoffman | 2008-05-02 | 1 | -9/+13 |
| | |||||
* | ENH: Avoid printing message about unknown repository type repeatedly in CTest. | Brad King | 2008-03-17 | 1 | -1/+4 |
| | |||||
* | STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch | Alexander Neundorf | 2007-12-17 | 1 | -6/+4 |
| | | | | Alex | ||||
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | -add a RESULT_VARIABLE to INCLUDE() -add CMAKE_TOOLCHAIN_FILE for specifiying your (potentially crosscompiling) toolchain -have TRY_RUN() complain if you try to use it in crosscompiling mode (which were compiled but cannot run on this system) -use CMAKE_EXECUTABLE_SUFFIX in TRY_RUN(), probably TRY_RUN won't be able to run the executables if they have a different suffix because they are probably crosscompiled, but nevertheless it should be able to find them -make several cmake variables presettable by the user: CMAKE_C/CXX_COMPILER, CMAKE_C/CXX_OUTPUT_EXTENSION, CMAKE_SYSTEM_NAME, CMAKE_SYSTEM_INFO_FILE -support prefix for GNU toolchains (arm-elf-gcc, arm-elf-ar, arm-elf-strip etc.) -move ranlib on OSX from the file command to a command in executed in cmake_install.cmake -add support for stripping during install in cmake_install.cmake -split out cl.cmake from Windows-cl.cmake, first (very incomplete) step to support MS crosscompiling tools -remove stdio.h from the simple C program which checks if the compiler works, since this may not exist for some embedded platforms -create a new CMakeFindBinUtils.cmake which collects the search fro ar, ranlib, strip, ld, link, install_name_tool and other tools like these -add support for CMAKE_FIND_ROOT_PATH for all FIND_XXX commands, which is a list of directories which will be prepended to all search directories, right now as a cmake variable, turning it into a global cmake property may need some more work -remove cmTestTestHandler::TryExecutable(), it's unused -split cmFileCommand::HandleInstall() into slightly smaller functions Alex | ||||
* | STYLE: Added basic usage documentation. | Brad King | 2007-05-15 | 1 | -2/+10 |
| | |||||
* | BUG: fix typo | Ken Martin | 2006-06-28 | 1 | -1/+1 |
| | |||||
* | ENH: Default drop method http | Andy Cedilnik | 2006-06-23 | 1 | -0/+1 |
| | |||||
* | ENH: remove debugging output | Ken Martin | 2006-05-25 | 1 | -15/+20 |
| | |||||
* | ENH: Allow overwriting CTestConfig.cmake items | Andy Cedilnik | 2006-04-28 | 1 | -8/+15 |
| | |||||
* | BUG: Fix the missing nightly start time bug and do some cleanup | Andy Cedilnik | 2006-04-21 | 1 | -13/+15 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -2/+1 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-08-03 | 1 | -0/+184 |