summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ENH: add support for Catamount, the OS running on the compute nodes of Cray s...Alexander Neundorf2007-08-011-0/+26
* STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() inAlexander Neundorf2007-07-313-16/+28
* ENH:Alexander Neundorf2007-07-272-5/+10
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-272-1/+51
* COMP: same as in VTK, build modules by default as shared if the platformAlexander Neundorf2007-07-251-8/+10
* ENH: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-251-0/+10
* ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can beAlexander Neundorf2007-07-242-0/+32
* ENH: determine the current system also in cpack, so the search paths areAlexander Neundorf2007-07-241-32/+37
* STYLE: mark the variable as advancedAlexander Neundorf2007-07-231-0/+3
* ENH: add second failure message parameter toAlexander Neundorf2007-07-2329-54/+55
* ENH: try if tail works with the -n +<number> syntax, if not use onlyAlexander Neundorf2007-07-191-9/+8
* ENH: add TK_FOUND and TCLTK_FOUNDAlexander Neundorf2007-07-191-10/+17
* BUG: fix typoAlexander Neundorf2007-07-191-1/+1
* ENH: make the list of modules globalAlexander Neundorf2007-07-191-2/+10
* ENH: only load the static modules in the LoadAll functionAlexander Neundorf2007-07-191-3/+4
* BUG: fix #5329, if /usr/xpg4/bin/tail exists, use this one -> on SunOSAlexander Neundorf2007-07-192-7/+10
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of theAlexander Neundorf2007-07-1921-446/+274
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXXAlexander Neundorf2007-07-1812-172/+73
* ENH: add a macro FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 LIBXML2_LIBRARIES ...Alexander Neundorf2007-07-184-15/+54
* ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use theAlexander Neundorf2007-07-182-1/+18
* ENH: also look in the include/, lib/ and bin/ directories in the cmakeAlexander Neundorf2007-07-171-3/+11
* ENH: don't hardcode the /lib/kde3/ directory for the libtool files, but makeAlexander Neundorf2007-07-172-3/+11
* BUG: the Plugin test fails on NetBSD, let's see if this fixes itAlexander Neundorf2007-07-161-0/+3
* ENH: also add the install base dir of the running cmake to the searchAlexander Neundorf2007-07-161-0/+8
* ENH: add DragonFly BSD, which is very close to FreeBSD (#4500)Alexander Neundorf2007-07-131-0/+5
* BUG: the SET( ... CACHE INTERNAL) didn't work as expected, since theAlexander Neundorf2007-07-132-4/+0
* ENH: add the static libs always to the link libs, if they are not used it sho...Alexander Neundorf2007-07-121-0/+10
* ENH: add macro to test if a member has specified struct, e.g.Alexander Neundorf2007-07-122-1/+40
* ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerSharkAlexander Neundorf2007-07-126-0/+175
* BUG: honor REQUIRED and QUIETLY (#5312)Alexander Neundorf2007-07-121-9/+13
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-126-5/+16
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-116-16/+5
* 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