Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable can | Alexander Neundorf | 2007-05-24 | 1 | -1/+0 | |
| | | | | | | be used e.g. for getting strings out of it. Alex | |||||
* | ENH: add two simple tests for TRY_RUN() | Alexander Neundorf | 2007-05-24 | 1 | -42/+42 | |
| | | | | | | | | STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex | |||||
* | ENH: move output file search to cmTryCompileCommand.cxx, so it can be used | Alexander Neundorf | 2007-05-24 | 1 | -116/+38 | |
| | | | | | | there too... many public static functions with lots of arguments... :-/ Alex | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-05-18 | 1 | -1/+2 | |
| | | | | Alex | |||||
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | -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: look at CMAKE_TRY_COMPILE_CONFIGURATION var for TryRun as well | Ken Martin | 2007-05-03 | 1 | -19/+54 | |
| | ||||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+3 | |
| | ||||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -6/+6 | |
| | ||||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -2/+3 | |
| | ||||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 | |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -1/+1 | |
| | ||||||
* | ENH: use native Deployment and Development directories | Bill Hoffman | 2005-08-30 | 1 | -5/+16 | |
| | ||||||
* | BUG: Fixed error message formatting when try run executable command cannot ↵ | Brad King | 2005-06-21 | 1 | -13/+15 | |
| | | | | be found. | |||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 1 | -5/+0 | |
| | | | | needed | |||||
* | ENH: fix for 1450 | Bill Hoffman | 2005-02-10 | 1 | -8/+17 | |
| | ||||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -3/+25 | |
| | | | | directory. | |||||
* | ENH: allow debug of tryrun | Bill Hoffman | 2004-08-04 | 1 | -1/+4 | |
| | ||||||
* | BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false ↵ | Bill Hoffman | 2004-06-23 | 1 | -1/+1 | |
| | | | | when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells. | |||||
* | ENH: Use the new signature | Andy Cedilnik | 2003-08-04 | 1 | -1/+3 | |
| | ||||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 | |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | |||||
* | always convert to output path | Ken Martin | 2002-09-24 | 1 | -1/+1 | |
| | ||||||
* | Abstract cleaning of files and add code that deletes files from Debug ↵ | Andy Cedilnik | 2002-09-23 | 1 | -15/+1 | |
| | | | | subdirectory | |||||
* | Add GetLocal on cmMakefile and on local builds do not perform tests | Andy Cedilnik | 2002-09-20 | 1 | -1/+7 | |
| | ||||||
* | compiler warnings | Ken Martin | 2002-09-20 | 1 | -1/+1 | |
| | ||||||
* | Fix tryrun to work on Linux | Andy Cedilnik | 2002-09-19 | 1 | -9/+13 | |
| | ||||||
* | Fix compile problem | Andy Cedilnik | 2002-09-19 | 1 | -1/+1 | |
| | ||||||
* | minor cleanup | Ken Martin | 2002-09-19 | 1 | -1/+1 | |
| | ||||||
* | new command | Ken Martin | 2002-09-19 | 1 | -0/+124 | |