| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -81/+81 |
|
|
* | Prefer generic system compilers by default for C, C++, and Fortran | Brad King | 2012-08-02 | 1 | -1/+7 |
|
|
* | Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)Compiler | Brad King | 2012-08-02 | 1 | -12/+5 |
|
|
* | CMakeDetermine(C|CXX)Compiler: Consider Clang compilers | Brad King | 2012-07-31 | 1 | -1/+1 |
|
|
* | CMakeDetermineCCompiler: Fix typo "_CXX_" -> "_C_" (#13330) | Brad King | 2012-06-20 | 1 | -1/+1 |
|
|
* | Ninja: allow spaces in source path | Peter Kuemmel | 2012-06-08 | 1 | -3/+1 |
|
|
* | Set CMAKE_<lang>_COMPILER_ID for VS generators | Brad King | 2011-09-02 | 1 | -4/+1 |
|
|
* | Fix parsing of compiler name with a version number | Alex Neundorf | 2011-01-26 | 1 | -3/+4 |
|
|
* | Strip trailing whitespace. | Alex Neundorf | 2011-01-26 | 1 | -14/+14 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Change the way 32/64 bit compiles are detected with MSVC and intel makefile b... | Bill Hoffman | 2009-11-20 | 1 | -3/+5 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | ENH: Identify HP C compiler | Brad King | 2009-07-08 | 1 | -0/+3 |
|
|
* | BUG: only check for a toolchain prefix (e.g. "arm-linux-" in | Alexander Neundorf | 2008-09-08 | 1 | -21/+27 |
|
|
* | BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_T... | Alexander Neundorf | 2008-09-07 | 1 | -1/+8 |
|
|
* | BUG: make the toolchain-prefix recognition work with prefixes which contain | Alexander Neundorf | 2008-05-15 | 1 | -7/+10 |
|
|
* | ENH: Improvied compiler identification robustness | Brad King | 2008-02-25 | 1 | -1/+3 |
|
|
* | ENH: When detecting the compiler id try compiling only to an object file. | Brad King | 2008-02-11 | 1 | -0/+8 |
|
|
* | BUG: When configuring compiler information files into the CMakeFiles director... | Brad King | 2008-02-04 | 1 | -2/+3 |
|
|
* | BUG: When forcing the C and CXX compilers do not try to detect the ABI inform... | Brad King | 2008-02-03 | 1 | -2/+3 |
|
|
* | ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use the | Alexander Neundorf | 2007-07-18 | 1 | -1/+9 |
|
|
* | ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, | Alexander Neundorf | 2007-07-02 | 1 | -15/+1 |
|
|
* | ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to load | Alexander Neundorf | 2007-06-26 | 1 | -1/+1 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 1 | -11/+0 |
|
|
* | ENH: add compiler id for IAR compiler (http://www.iar.com/) | Alexander Neundorf | 2007-05-24 | 1 | -0/+1 |
|
|
* | STYLE: use a separate source file for generating CMakeSystem.cmake if CMAKE_T... | Alexander Neundorf | 2007-05-21 | 1 | -0/+3 |
|
|
* | BUG: don't fail if a compiler is given in CMAKE_C/CXX_COMPILER but it can't | Alexander Neundorf | 2007-05-21 | 1 | -2/+7 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -15/+71 |
|
|
* | ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m... | Brad King | 2007-05-03 | 1 | -1/+1 |
|
|
* | ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t... | Brad King | 2007-04-28 | 1 | -32/+23 |
|
|
* | BUG: Search for the compiler only once and store a full path to it in the cac... | Brad King | 2006-08-29 | 1 | -10/+11 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -2/+2 |
|
|
* | ENH: Makefile performance improvements | Ken Martin | 2006-05-02 | 1 | -1/+1 |
|
|
* | ENH: better finding of mingw from msys, and delete CMakeFiles directory when ... | Bill Hoffman | 2006-02-21 | 1 | -1/+4 |
|
|
* | ENH: fix more than one argument passed in to compilers via environment | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
|
|
* | ENH: fix borland make clean targets before build, add new generators for msys... | Bill Hoffman | 2005-12-22 | 1 | -1/+1 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+1 |
|
|
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -3/+3 |
|
|
* | ENH: make sure flags set in CC or CXX environment variables stay with the com... | Bill Hoffman | 2005-07-20 | 1 | -0/+3 |
|
|
* | ENH: stuff to keep compiler tests from re-running all the time | Bill Hoffman | 2005-01-20 | 1 | -0/+1 |
|
|
* | ENH: do not check for gnu for visual studio | Ken Martin | 2004-09-15 | 1 | -0/+6 |
|
|
* | ENH: more uniform approach to enable language, one step closer to being able ... | Bill Hoffman | 2004-08-26 | 1 | -1/+1 |
|
|
* | ENH: use CFLAGS for testing for gnu | Bill Hoffman | 2004-01-23 | 1 | -1/+7 |
|
|
* | BUG: use the flags when testing for type of gnu compiler | Bill Hoffman | 2004-01-13 | 1 | -1/+1 |
|
|
* | ENH: reduce the number of times gnu is tested for | Bill Hoffman | 2003-12-12 | 1 | -21/+23 |
|
|
* | BUG: Fix for spaces in path when loading CMakeTestGNU.c. | Brad King | 2003-10-15 | 1 | -1/+1 |
|
|
* | ENH: put the system path after the paths specified on to the FIND command | Bill Hoffman | 2003-10-09 | 1 | -2/+2 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -0/+7 |
|
|
* | ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C... | Andy Cedilnik | 2003-08-08 | 1 | -3/+10 |
|
|