CMake/Source/CTest
Alexander Neundorf 61d3444f93 ENH: merge CMake-CrossCompileBasic to HEAD
-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
2007-05-17 13:20:44 -04:00
..
Curl ENH: put CmakeTmp into CMakeFiles 2006-01-12 13:49:32 -05:00
CMakeLists.txt BUG: This cmakelists file is not used any more 2005-03-04 10:04:25 -05:00
cmCTestBuildAndTestHandler.cxx ENH: support for --build-config-sample feature #1022 2007-03-19 13:04:10 -04:00
cmCTestBuildAndTestHandler.h ENH: support for --build-config-sample feature #1022 2007-03-19 13:04:10 -04:00
cmCTestBuildCommand.cxx STYLE: Fixed line-too-long. 2007-02-02 09:11:39 -05:00
cmCTestBuildCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestBuildHandler.cxx COMP: Fix kwstyle 2007-04-04 13:06:20 -04:00
cmCTestBuildHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestConfigureCommand.cxx BUG: Try to fix the problem of bad test names 2006-07-11 15:58:07 -04:00
cmCTestConfigureCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestConfigureHandler.cxx STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestConfigureHandler.h STYLE: Fix some style issues 2006-03-09 11:17:10 -05:00
cmCTestCoverageCommand.cxx COMP: Return 0 instead of false 2006-03-29 12:33:41 -05:00
cmCTestCoverageCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestCoverageHandler.cxx STYLE: Fixed line too long. 2007-04-28 08:25:10 -04:00
cmCTestCoverageHandler.h STYLE: Add somme comments 2007-04-27 09:01:22 -04:00
cmCTestEmptyBinaryDirectoryCommand.cxx BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories 2005-07-12 10:40:14 -04:00
cmCTestEmptyBinaryDirectoryCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestGenericHandler.cxx STYLE: fix line length 2006-05-10 13:50:44 -04:00
cmCTestGenericHandler.h ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 2006-04-28 11:59:31 -04:00
cmCTestHandlerCommand.cxx BUG: Fix error message when handler cannot be created. 2006-07-27 09:40:21 -04:00
cmCTestHandlerCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestMemCheckCommand.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmCTestMemCheckCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestMemCheckHandler.cxx BUG: Replace some errors with warnings 2006-10-13 10:27:01 -04:00
cmCTestMemCheckHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestReadCustomFilesCommand.cxx BUG: Improve the behavior of the ReadCustomFilesCommand 2006-04-09 07:45:18 -04:00
cmCTestReadCustomFilesCommand.h STYLE: fix line length 2006-05-10 13:50:44 -04:00
cmCTestRunScriptCommand.cxx ENH: added support for -SP scripts in new processes 2006-04-04 13:04:28 -04:00
cmCTestRunScriptCommand.h ENH: added support for -SP scripts in new processes 2006-04-04 13:04:28 -04:00
cmCTestScriptHandler.cxx ENH: added total time limit for a CTest run bug 1207 2006-10-19 10:45:19 -04:00
cmCTestScriptHandler.h ENH: added total time limit for a CTest run bug 1207 2006-10-19 10:45:19 -04:00
cmCTestSleepCommand.cxx STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestSleepCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestStartCommand.cxx ENH: fix for no newline on some makes fix for ctest and some symlinks 2006-08-14 10:51:08 -04:00
cmCTestStartCommand.h ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 2006-04-28 11:59:31 -04:00
cmCTestSubmitCommand.cxx COMP: Return 0 instead of false 2006-03-29 12:33:41 -05:00
cmCTestSubmitCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestSubmitHandler.cxx COMP: fix line length style error 2006-12-05 09:14:32 -05:00
cmCTestSubmitHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestTestCommand.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmCTestTestCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestTestHandler.cxx ENH: merge CMake-CrossCompileBasic to HEAD 2007-05-17 13:20:44 -04:00
cmCTestTestHandler.h ENH: merge CMake-CrossCompileBasic to HEAD 2007-05-17 13:20:44 -04:00
cmCTestUpdateCommand.cxx BUG: Try to fix the problem of bad test names 2006-07-11 15:58:07 -04:00
cmCTestUpdateCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestUpdateHandler.cxx STYLE: Fix typo 2006-10-26 11:01:52 -04:00
cmCTestUpdateHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00