summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* COMP: fix a few more warningsBill Hoffman2008-07-061-1/+1
|
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-3/+32
|
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-0/+2
|
* ENH: fix line length issuesBill Hoffman2007-09-241-2/+4
|
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-191-2/+2
|
* ENH: add support for bounds checkerBill Hoffman2007-07-241-8/+9
|
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | -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
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-191-0/+19
|
* ENH: added per test timeout supportKen Martin2007-01-251-1/+9
|
* COMP: Fix Sun buildAndy Cedilnik2006-10-131-2/+1
|
* ENH: Report command line as a measurement and allow user to add custom ↵Andy Cedilnik2006-10-131-14/+16
| | | | measurements
* COMP: Make members protected so that subclass can use themAndy Cedilnik2006-03-161-6/+6
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-42/+42
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-7/+7
|
* ENH: Add support for output reguilar expressionAndy Cedilnik2005-11-081-0/+2
|
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-071-0/+6
|
* COMP: Add STD namespaceAndy Cedilnik2005-08-181-1/+1
|
* ENH: Improve log file strategyAndy Cedilnik2005-08-181-0/+2
|
* ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵Andy Cedilnik2005-07-031-0/+1
| | | | is not found or if directory does not exist
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+3
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Use CMake for parsing DartTestfile.txtAndy Cedilnik2005-06-071-5/+11
|
* COMP: Fix build on sunAndy Cedilnik2005-01-271-8/+10
|
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-86/+38
|
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-12/+3
|
* ENH: Add support for shrinking the output of the testAndy Cedilnik2005-01-261-0/+6
|
* ENH: added -U option to take union of -R and -IKen Martin2004-11-131-7/+15
|
* BUG: Remove maximum size of test outputAndy Cedilnik2004-09-291-4/+0
|
* fix HPUX bugsKen Martin2004-09-101-1/+2
|
* more cleanup of ctestKen Martin2004-09-091-0/+214