- 05 Jun, 2007 1 commit
-
-
Alexander Neundorf authored
ENH: also load a processor-specific file if exists -also try the basename file if the compiler id file doesn't exist -don't rely so much on the CMAKE_TOOLCHAIN_FILE Alex
-
- 17 May, 2007 1 commit
-
-
Alexander Neundorf authored
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
-
- 03 May, 2007 1 commit
-
-
Brad King authored
ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included.
-
- 11 Apr, 2006 1 commit
-
-
Brad King authored
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
-
- 06 Mar, 2006 1 commit
-
-
Bill Hoffman authored
-
- 02 Mar, 2006 1 commit
-
-
Bill Hoffman authored
ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow changing _INIT variables
-
- 27 Feb, 2006 1 commit
-
-
Bill Hoffman authored
-
- 14 Dec, 2005 1 commit
-
-
Bill Hoffman authored
-
- 07 Sep, 2005 1 commit
-
-
Bill Hoffman authored
ENH: add a fix for VTK on the mac and a way to fix some projects with a single file in the cmake modules directory
-
- 20 Jul, 2005 2 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 22 Sep, 2004 1 commit
-
-
Bill Hoffman authored
-
- 26 Aug, 2004 1 commit
-
-
Bill Hoffman authored
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
-