| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: make supporting embedded compilers need a user specific linker file for | Alexander Neundorf | 2007-07-02 | 1 | -0/+51 |
|
|
* | ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, | Alexander Neundorf | 2007-07-02 | 5 | -73/+30 |
|
|
* | BUG: with MS Visual Studio currently there is no compiler id, so check the | Alexander Neundorf | 2007-07-02 | 1 | -3/+10 |
|
|
* | ENH: initial support for assembler in cmake, needs testing by our users | Alexander Neundorf | 2007-06-28 | 8 | -0/+200 |
|
|
* | BUG: use ${LANG}_COMPILER_ARG1 also here, otherwise some compilers won't be | Alexander Neundorf | 2007-06-27 | 1 | -2/+2 |
|
|
* | ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ... | Brad King | 2007-06-27 | 2 | -0/+8 |
|
|
* | ENH: Added GNU/Hurd platform. Taken from debian patch 407155. | Brad King | 2007-06-27 | 1 | -0/+10 |
|
|
* | ENH: | Alexander Neundorf | 2007-06-26 | 1 | -1/+1 |
|
|
* | ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sd... | Alexander Neundorf | 2007-06-26 | 2 | -3/+47 |
|
|
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 3 | -3/+3 |
|
|
* | ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to load | Alexander Neundorf | 2007-06-26 | 2 | -2/+2 |
|
|
* | ENH: add support for BlueGene/L | Alexander Neundorf | 2007-06-22 | 3 | -2/+29 |
|
|
* | ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the target | Alexander Neundorf | 2007-06-21 | 2 | -0/+7 |
|
|
* | STYLE: use IF(NOT ...) and remove MARK_AS_ADVANCED() for variables which are | Alexander Neundorf | 2007-06-18 | 1 | -10/+6 |
|
|
* | ENH: first include the processor specific file, then the compiler file, this | Alexander Neundorf | 2007-06-12 | 2 | -22/+24 |
|
|
* | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 1 | -0/+8 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 6 | -24/+17 |
|
|
* | BUG: Fixed name of variable used to check version of uic executable. | Brad King | 2007-06-11 | 1 | -1/+1 |
|
|
* | ENH: more consistence among the X11 components | Alexander Neundorf | 2007-06-08 | 1 | -22/+20 |
|
|
* | ENH: patch from #5054: also search for QtUitoolsd lib | Alexander Neundorf | 2007-06-08 | 1 | -1/+1 |
|
|
* | STYLE: remove out commented code | Alexander Neundorf | 2007-06-07 | 2 | -10/+6 |
|
|
* | ENH: also load a processor-specific file if exists | Alexander Neundorf | 2007-06-05 | 5 | -47/+90 |
|
|
* | COMP: don't use stdio, it can fail on some embedded targets (sdcc) | Alexander Neundorf | 2007-06-05 | 1 | -3/+0 |
|
|
* | COMP: make the new check_type_size work with the HPUX cc compiler: const does... | Alexander Neundorf | 2007-06-05 | 1 | -0/+4 |
|
|
* | ENH: determine typesize by compiling a file and reading strings from the comp... | Alexander Neundorf | 2007-06-04 | 3 | -59/+118 |
|
|
* | COMP: fix warnings on some machines where some X libs apparently don't | Alexander Neundorf | 2007-06-01 | 1 | -30/+55 |
|
|
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 4 | -6/+7 |
|
|
* | ENH: mostly synced with FindX11.cmake from KDE svn: now also searches for a | Alexander Neundorf | 2007-05-30 | 1 | -23/+263 |
|
|
* | ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables, | Alexander Neundorf | 2007-05-29 | 3 | -59/+91 |
|
|
* | 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 |
|
|