Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -45/+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 #1022 | Ken Martin | 2007-03-19 | 1 | -59/+144 |
| | |||||
* | COMP: fix warning | Ken Martin | 2007-01-26 | 1 | -1/+2 |
| | |||||
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 1 | -281/+298 |
| | |||||
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 1 | -0/+8 |
| | |||||
* | ENH: Report command line as a measurement and allow user to add custom ↵ | Andy Cedilnik | 2006-10-13 | 1 | -0/+29 |
| | | | | measurements | ||||
* | BUG: fix bug where converage was required to get valgrind output because of ↵ | Bill Hoffman | 2006-10-05 | 1 | -2/+3 |
| | | | | bad current directory | ||||
* | COMP: Handle both ansi and non-ansi C | Andy Cedilnik | 2006-07-26 | 1 | -0/+1 |
| | |||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-07-13 | 1 | -1/+2 |
| | |||||
* | ENH: Remove debug | Andy Cedilnik | 2006-07-12 | 1 | -2/+2 |
| | |||||
* | STYLE: Remove debug | Andy Cedilnik | 2006-07-12 | 1 | -4/+0 |
| | |||||
* | BUG: Try to fix the problem of bad test names | Andy Cedilnik | 2006-07-11 | 1 | -0/+7 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -2/+3 |
| | |||||
* | ENH: Several cleanups and make sure things get propagated where they should. ↵ | Andy Cedilnik | 2006-03-29 | 1 | -5/+5 |
| | | | | Also, allow to load CTest custom files to the actual ctest -S script | ||||
* | BUG: Couple of memcheck bugs: Log files should really be different for test ↵ | Andy Cedilnik | 2006-03-16 | 1 | -1/+1 |
| | | | | and memcheck. Also make sure to not trunkate the output of the test until the valgrind or any other checking is pefrormed. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -272/+278 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -166/+226 |
| | |||||
* | ENH: change the pass regexp so that it overrides the return value | Ken Martin | 2005-11-10 | 1 | -1/+3 |
| | |||||
* | ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵ | Andy Cedilnik | 2005-11-09 | 1 | -2/+2 |
| | | | | add help in cmSetTestsPropertiesCommand | ||||
* | ENH: Add support for output reguilar expression | Andy Cedilnik | 2005-11-08 | 1 | -1/+55 |
| | |||||
* | BUG: Initialize to something resonable | Andy Cedilnik | 2005-10-19 | 1 | -0/+2 |
| | |||||
* | BUG: If test passes but it should fail, report an error | Andy Cedilnik | 2005-10-17 | 1 | -0/+1 |
| | |||||
* | ENH: Properly report failed tests | Andy Cedilnik | 2005-09-20 | 1 | -1/+10 |
| | |||||
* | ENH: Modify output based on wether it is tested or memory checked | Andy Cedilnik | 2005-09-19 | 1 | -1/+10 |
| | |||||
* | ENH: Add a way for test to intentionally fail | Andy Cedilnik | 2005-09-07 | 1 | -3/+113 |
| | |||||
* | ENH: use native Deployment and Development directories | Bill Hoffman | 2005-08-30 | 1 | -0/+10 |
| | |||||
* | ENH: Improve log file strategy | Andy Cedilnik | 2005-08-18 | 1 | -36/+38 |
| | |||||
* | BUG: do not search the user's path for text executables when a full path is ↵ | Ken Martin | 2005-08-09 | 1 | -2/+17 |
| | | | | provided to the test | ||||
* | BUG: Go back to the original directory after examining the current directory | Andy Cedilnik | 2005-07-12 | 1 | -0/+1 |
| | |||||
* | BUG: Make sure it always starts in the current directory when searching for ↵ | Andy Cedilnik | 2005-07-12 | 1 | -0/+1 |
| | | | | tests | ||||
* | ENH: Improve performance of testing and do not complain if DartTestfile.txt ↵ | Andy Cedilnik | 2005-07-03 | 1 | -10/+9 |
| | | | | is not found or if directory does not exist | ||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -5/+5 |
| | | | | multiple submited files | ||||
* | BUG: Fix displaying of percentage | Andy Cedilnik | 2005-06-22 | 1 | -1/+1 |
| | |||||
* | COMP: see about fixing warning | Ken Martin | 2005-06-20 | 1 | -2/+2 |
| | |||||
* | ENH: Pass configuration type to subprocesses | Andy Cedilnik | 2005-06-17 | 1 | -0/+1 |
| | |||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+29 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | BUG: Remove debugging code | Andy Cedilnik | 2005-06-07 | 1 | -5/+0 |
| | |||||
* | ENH: Use CMake for parsing DartTestfile.txt | Andy Cedilnik | 2005-06-07 | 1 | -110/+256 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -7/+7 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -59/+44 |
| | | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake | ||||
* | ENH: Start adding support for CTest testfiles | Andy Cedilnik | 2005-04-01 | 1 | -4/+14 |
| | |||||
* | BUG: Detect when TestsToRunInformation is not set | Andy Cedilnik | 2005-02-17 | 1 | -0/+4 |
| | |||||
* | ENH: Some more generalization | Andy Cedilnik | 2005-02-17 | 1 | -0/+17 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -529/+69 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -5/+1 |
| | |||||
* | ENH: Add compression support to XML files | Andy Cedilnik | 2005-01-27 | 1 | -6/+7 |
| | |||||
* | ENH: Add support for shrinking the output of the test | Andy Cedilnik | 2005-01-26 | 1 | -0/+77 |
| | |||||
* | ENH: added -U option to take union of -R and -I | Ken Martin | 2004-11-13 | 1 | -37/+63 |
| | |||||
* | BUG: Fix reporting of path and full command when test program was not found | Andy Cedilnik | 2004-10-21 | 1 | -1/+3 |
| |