summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-117-6/+17
* ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow presetAlexander Neundorf2007-07-111-13/+12
* STYLE: use EXECUTE_PROCESS() instead of EXEC_PROGRAM()Alexander Neundorf2007-07-111-1/+1
* ENH: add the ecos include dir and the ecos definitions by defaultAlexander Neundorf2007-07-101-0/+2
* ENH: add support for building eCos applications nativelyAlexander Neundorf2007-07-091-0/+54
* STYLE: don't test twice for APPLEAlexander Neundorf2007-07-031-71/+73
* COMP: with visual studio it's no error if link isn't foundAlexander Neundorf2007-07-021-4/+0
* ENH: make supporting embedded compilers need a user specific linker file forAlexander Neundorf2007-07-021-0/+51
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-025-73/+30
* BUG: with MS Visual Studio currently there is no compiler id, so check theAlexander Neundorf2007-07-021-3/+10
* ENH: initial support for assembler in cmake, needs testing by our usersAlexander Neundorf2007-06-288-0/+200
* BUG: use ${LANG}_COMPILER_ARG1 also here, otherwise some compilers won't beAlexander Neundorf2007-06-271-2/+2
* ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ...Brad King2007-06-272-0/+8
* ENH: Added GNU/Hurd platform. Taken from debian patch 407155.Brad King2007-06-271-0/+10
* ENH:Alexander Neundorf2007-06-261-1/+1
* ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sd...Alexander Neundorf2007-06-262-3/+47
* STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBSAlexander Neundorf2007-06-263-3/+3
* ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to loadAlexander Neundorf2007-06-262-2/+2
* ENH: add support for BlueGene/LAlexander Neundorf2007-06-223-2/+29
* ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the targetAlexander Neundorf2007-06-212-0/+7
* STYLE: use IF(NOT ...) and remove MARK_AS_ADVANCED() for variables which areAlexander Neundorf2007-06-181-10/+6
* ENH: first include the processor specific file, then the compiler file, thisAlexander Neundorf2007-06-122-22/+24
* STYLE: add a comment about SetLanguageEnabled()Alexander Neundorf2007-06-111-0/+8
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-116-24/+17
* BUG: Fixed name of variable used to check version of uic executable.Brad King2007-06-111-1/+1
* ENH: more consistence among the X11 componentsAlexander Neundorf2007-06-081-22/+20
* ENH: patch from #5054: also search for QtUitoolsd libAlexander Neundorf2007-06-081-1/+1
* STYLE: remove out commented codeAlexander Neundorf2007-06-072-10/+6
* 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