| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automatic | Alexander Neundorf | 2007-05-25 | 1 | -0/+2 |
|
|
* | ENH: make the compiler id detection work, even if the output file name of | Alexander Neundorf | 2007-05-25 | 3 | -49/+40 |
|
|
* | STYLE: remove debug output, fix indentation | Alexander Neundorf | 2007-05-24 | 2 | -54/+57 |
|
|
* | COMP: try to fix the test failures on dash2 | Alexander Neundorf | 2007-05-24 | 1 | -0/+2 |
|
|
* | ENH: add compiler id for sdcc | Alexander Neundorf | 2007-05-24 | 1 | -1/+9 |
|
|
* | ENH: add compiler id for IAR compiler (http://www.iar.com/) | Alexander Neundorf | 2007-05-24 | 3 | -0/+9 |
|
|
* | ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and CMakePla... | Brad King | 2007-05-23 | 3 | -56/+70 |
|
|
* | BUG: now the toolchain file is configured into the buildtree, otherwise e.g. | Alexander Neundorf | 2007-05-22 | 4 | -52/+95 |
|
|
* | STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc from | Alexander Neundorf | 2007-05-22 | 2 | -15/+10 |
|
|
* | STYLE: use a separate source file for generating CMakeSystem.cmake if CMAKE_T... | Alexander Neundorf | 2007-05-21 | 5 | -22/+28 |
|
|
* | BUG: don't fail if a compiler is given in CMAKE_C/CXX_COMPILER but it can't | Alexander Neundorf | 2007-05-21 | 2 | -4/+17 |
|
|
* | BUG: always search for ar, ranlib, etc. except under MSVC -> this should fix ... | Alexander Neundorf | 2007-05-21 | 1 | -14/+18 |
|
|
* | BUG: Use @ONLY substitution to configure CMakeSystem.cmake. | Brad King | 2007-05-20 | 1 | -1/+1 |
|
|
* | ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_... | Alexander Neundorf | 2007-05-18 | 1 | -0/+9 |
|
|
* | ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc... | Brad King | 2007-05-18 | 1 | -0/+6 |
|
|
* | COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to m... | Alexander Neundorf | 2007-05-18 | 2 | -0/+12 |
|
|
* | COMP: fix link rules with nmake, the linker command has to be converted to sh... | Alexander Neundorf | 2007-05-18 | 1 | -2/+2 |
|
|
* | STYLE: fdcorrect comments about FC/CC | Alexander Neundorf | 2007-05-18 | 1 | -4/+5 |
|
|
* | BUG: If the Fortran CompilerId source fails to compile it should not be a fai... | Brad King | 2007-05-18 | 2 | -4/+7 |
|
|
* | ENH: fail if install_name_tool wasn't found | Alexander Neundorf | 2007-05-17 | 1 | -0/+4 |
|
|
* | ENH: Use IF(NOT DEFINED) check to short-circuit size test. | Brad King | 2007-05-17 | 1 | -2/+2 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 17 | -162/+361 |
|
|
* | ENH: fix up compiler id to be more robust | Bill Hoffman | 2007-05-17 | 3 | -6/+13 |
|
|
* | BUG: make sure this thing compiles on 64 bit machines | Bill Hoffman | 2007-05-17 | 1 | -1/+5 |
|
|
* | ENH: Enabled preprocessor make rules for Watcom. | Brad King | 2007-05-16 | 1 | -0/+8 |
|
|
* | STYLE: Added basic usage documentation. | Brad King | 2007-05-15 | 2 | -5/+23 |
|
|
* | ENH: initial support for creation of frameworks on Mac | Bill Hoffman | 2007-05-08 | 2 | -0/+33 |
|
|
* | BUG: Detect debian with existence of /etc/debian_version so things work in a ... | Brad King | 2007-05-07 | 1 | -13/+3 |
|
|
* | ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m... | Brad King | 2007-05-03 | 12 | -47/+224 |
|
|
* | ENH: Changed GNUC compiler id name to GNU. | Brad King | 2007-05-01 | 2 | -2/+2 |
|
|
* | STYLE: Added comment explaining choice of file extension. | Brad King | 2007-04-30 | 1 | -0/+3 |
|
|
* | BUG: Need to install CMakeCXXCompilerId.cpp so that C++ compiler identificati... | Brad King | 2007-04-30 | 1 | -0/+1 |
|
|
* | STYLE: comment which says which variables this macro sets | Alexander Neundorf | 2007-04-30 | 1 | -0/+2 |
|
|
* | STYLE: use the newer FIND_XXX syntax, which should find MPI in even more | Alexander Neundorf | 2007-04-30 | 1 | -7/+7 |
|
|
* | BUG: also install CMakePlatformId.h, otherwise the check for the compiler id | Alexander Neundorf | 2007-04-30 | 1 | -0/+1 |
|
|
* | BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/include | Alexander Neundorf | 2007-04-30 | 1 | -0/+1 |
|
|
* | ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t... | Brad King | 2007-04-28 | 8 | -67/+330 |
|
|
* | STYLE: fix typo "CCC" -> "CC", add comments which variables it sets | Alexander Neundorf | 2007-04-25 | 1 | -0/+7 |
|
|
* | ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support e... | Brad King | 2007-04-18 | 1 | -0/+2 |
|
|
* | ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support... | Brad King | 2007-04-18 | 2 | -0/+4 |
|
|
* | ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C... | Brad King | 2007-04-17 | 1 | -0/+2 |
|
|
* | ENH: this variable overrides all PROJECT_URL. Check the dashboard, all projec... | Sebastien Barre | 2007-04-10 | 1 | -3/+0 |
|
|
* | ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa... | Brad King | 2007-04-10 | 1 | -0/+37 |
|
|
* | ENH: Enabled use of soname and therefore versioning symlinks. Patch is from ... | Brad King | 2007-04-10 | 1 | -0/+2 |
|
|
* | BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx" | Andy Cedilnik | 2007-04-04 | 2 | -36/+16 |
|
|
* | BUG: fix for bug 4605 | Bill Hoffman | 2007-04-04 | 1 | -4/+22 |
|
|
* | COMP: Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx | Andy Cedilnik | 2007-04-04 | 2 | -16/+36 |
|
|
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It enables... | Brad King | 2007-03-22 | 2 | -9/+22 |
|
|
* | BUG: Disable creation of import libraries for executables on Borland until it... | Brad King | 2007-03-20 | 1 | -2/+2 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 4 | -10/+13 |
|
|