summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ENH: also load a processor-specific file if existsAlexander Neundorf2007-06-055-47/+90
* COMP: don't use stdio, it can fail on some embedded targets (sdcc)Alexander Neundorf2007-06-051-3/+0
* COMP: make the new check_type_size work with the HPUX cc compiler: const does...Alexander Neundorf2007-06-051-0/+4
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-043-59/+118
* COMP: fix warnings on some machines where some X libs apparently don'tAlexander Neundorf2007-06-011-30/+55
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-014-6/+7
* ENH: mostly synced with FindX11.cmake from KDE svn: now also searches for aAlexander Neundorf2007-05-301-23/+263
* ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables,Alexander Neundorf2007-05-293-59/+91
* ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automaticAlexander Neundorf2007-05-251-0/+2
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-253-49/+40
* STYLE: remove debug output, fix indentationAlexander Neundorf2007-05-242-54/+57
* COMP: try to fix the test failures on dash2Alexander Neundorf2007-05-241-0/+2
* ENH: add compiler id for sdccAlexander Neundorf2007-05-241-1/+9
* ENH: add compiler id for IAR compiler (http://www.iar.com/)Alexander Neundorf2007-05-243-0/+9
* ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and CMakePla...Brad King2007-05-233-56/+70
* BUG: now the toolchain file is configured into the buildtree, otherwise e.g.Alexander Neundorf2007-05-224-52/+95
* STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc fromAlexander Neundorf2007-05-222-15/+10
* STYLE: use a separate source file for generating CMakeSystem.cmake if CMAKE_T...Alexander Neundorf2007-05-215-22/+28
* BUG: don't fail if a compiler is given in CMAKE_C/CXX_COMPILER but it can'tAlexander Neundorf2007-05-212-4/+17
* BUG: always search for ar, ranlib, etc. except under MSVC -> this should fix ...Alexander Neundorf2007-05-211-14/+18
* BUG: Use @ONLY substitution to configure CMakeSystem.cmake.Brad King2007-05-201-1/+1
* ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_...Alexander Neundorf2007-05-181-0/+9
* ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc...Brad King2007-05-181-0/+6
* COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to m...Alexander Neundorf2007-05-182-0/+12
* COMP: fix link rules with nmake, the linker command has to be converted to sh...Alexander Neundorf2007-05-181-2/+2
* STYLE: fdcorrect comments about FC/CCAlexander Neundorf2007-05-181-4/+5
* BUG: If the Fortran CompilerId source fails to compile it should not be a fai...Brad King2007-05-182-4/+7
* ENH: fail if install_name_tool wasn't foundAlexander Neundorf2007-05-171-0/+4
* ENH: Use IF(NOT DEFINED) check to short-circuit size test.Brad King2007-05-171-2/+2
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-1717-162/+361
* ENH: fix up compiler id to be more robustBill Hoffman2007-05-173-6/+13
* BUG: make sure this thing compiles on 64 bit machinesBill Hoffman2007-05-171-1/+5
* ENH: Enabled preprocessor make rules for Watcom.Brad King2007-05-161-0/+8
* STYLE: Added basic usage documentation.Brad King2007-05-152-5/+23
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-082-0/+33
* BUG: Detect debian with existence of /etc/debian_version so things work in a ...Brad King2007-05-071-13/+3
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-0312-47/+224
* ENH: Changed GNUC compiler id name to GNU.Brad King2007-05-012-2/+2
* STYLE: Added comment explaining choice of file extension.Brad King2007-04-301-0/+3
* BUG: Need to install CMakeCXXCompilerId.cpp so that C++ compiler identificati...Brad King2007-04-301-0/+1
* STYLE: comment which says which variables this macro setsAlexander Neundorf2007-04-301-0/+2
* STYLE: use the newer FIND_XXX syntax, which should find MPI in even moreAlexander Neundorf2007-04-301-7/+7
* BUG: also install CMakePlatformId.h, otherwise the check for the compiler idAlexander Neundorf2007-04-301-0/+1
* BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/includeAlexander Neundorf2007-04-301-0/+1
* ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t...Brad King2007-04-288-67/+330
* STYLE: fix typo "CCC" -> "CC", add comments which variables it setsAlexander Neundorf2007-04-251-0/+7
* ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support e...Brad King2007-04-181-0/+2
* ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support...Brad King2007-04-182-0/+4
* ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C...Brad King2007-04-171-0/+2
* ENH: this variable overrides all PROJECT_URL. Check the dashboard, all projec...Sebastien Barre2007-04-101-3/+0