summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix line length issuesBill Hoffman2007-09-242-3/+6
|
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-192-11/+23
|
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-173-5/+30
|
* ENH: for build and test default the config type to the one that ctest was ↵Bill Hoffman2007-09-111-2/+24
| | | | built with, it is good for the current ctest setup, and other projects can always specify a value on the command line
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-111-10/+10
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
| | | | Alex
* ENH: fix output and valgrind truncation issueBill Hoffman2007-08-101-11/+15
|
* COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is usedAlexander Neundorf2007-08-09137-42829/+0
| | | | Alex
* ENH: make sure there is an error and notify user if nightly start time not setBill Hoffman2007-08-031-1/+10
|
* ENH: show files as untested if no lines are coveredBill Hoffman2007-08-031-1/+1
|
* ENH: fatal error if cvs update failsBill Hoffman2007-08-031-1/+9
|
* ENH: add another valgrind error typeBill Hoffman2007-08-031-0/+5
|
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-272-8/+13
|
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-19/+1
| | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
* ENH: add test output to valgrind output and truncate output for valgrindBill Hoffman2007-07-261-3/+42
|
* ENH: fix bug with valgrind output being truncatedBill Hoffman2007-07-251-8/+13
|
* ENH: add support for bounds checkerBill Hoffman2007-07-243-46/+315
|
* ENH: fix div by 0Bill Hoffman2007-07-201-1/+1
|
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+2
| | | | Alex
* ENH: add more verbose outputBill Hoffman2007-06-142-0/+6
|
* ENH: remove non/scriptable cmake commands from the script handler in ctest,Alexander Neundorf2007-06-121-0/+21
| | | | | | | | | as discussed with David. This also gives a better ctest man page with just the commands you should actually use in ctest scripts. Until now these commands were more or less executed, but e.g. add_executable() didn't create an executable, project() failed with an error. Now you get an error instantly if using one of these commands. Alex
* ENH: make sure working directory is setBill Hoffman2007-06-121-2/+6
|
* BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ↵David Cole2007-06-111-6/+7
| | | | - replace them with "_". DART cannot construct valid file names during dashboard rollup with ":" in the short path. Also, fix the Bullseye coverage handler so that the file names and paths match in both the coverage summary and the individual coverage logs.
* STYLE: create command documentation for ctestAlexander Neundorf2007-06-082-31/+45
| | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex
* ENH: use new covbr that does not stop on errorBill Hoffman2007-06-082-62/+139
|
* BUG: better passing of global TIMEOUT to internal ctest invocaitonsKen Martin2007-06-061-11/+11
|
* ENH: fix passing of time limit to some ctest invocations that also use ↵Ken Martin2007-06-041-2/+2
| | | | build-options
* ENH: remove debug that caused tests to failBill Hoffman2007-06-021-2/+0
|
* ENH: oppsBill Hoffman2007-06-021-2/+0
|
* ENH: initial bullseye stuffBill Hoffman2007-06-012-7/+549
|
* ENH: Use IF(NOT DEFINED) check to short-circuit size test.Brad King2007-05-171-0/+2
|
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-172-50/+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
* STYLE: Fixed line too long.Brad King2007-04-281-2/+4
|
* STYLE: Add somme commentsAndy Cedilnik2007-04-271-0/+5
|
* ENH: Initial attempt to do python coverage. Hopefully will not break ↵Andy Cedilnik2007-04-272-279/+487
| | | | coverage on GCov
* COMP: Fix kwstyleAndy Cedilnik2007-04-041-1/+2
|
* BUG: even safer checking of return valueKen Martin2007-03-281-7/+8
|
* BUG: even safer checking of return valueKen Martin2007-03-281-22/+27
|
* BUG: fix checking of the return value for a buildKen Martin2007-03-281-2/+3
|
* ENH: try markign non zero return values as warnings for make programsKen Martin2007-03-201-2/+0
|
* ENH: try markign non zero return values as warnings for make programsKen Martin2007-03-201-0/+16
|
* ENH: add another error regexpKen Martin2007-03-201-0/+1
|
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-194-147/+207
|
* COMP: Fix bad escape sequence.Brad King2007-03-161-1/+1
|
* ENH: More regular expressions for visual studio 6Andy Cedilnik2007-03-161-0/+1
|
* STYLE: Fixed line-too-long.Brad King2007-02-021-1/+2
|
* ENH: Allow to specify build targetAndy Cedilnik2007-01-301-1/+3
|
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-3/+39
|
* COMP: fix warningKen Martin2007-01-261-1/+2
|
* ENH: added per test timeout supportKen Martin2007-01-254-286/+317
|