summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* STYLE: don't use an extra file to generate CMakeSystem.cmake but insteadAlexander Neundorf2007-08-154-35/+23
* STYLE: explicitely set default options for sdcc, so it is visible for whichAlexander Neundorf2007-08-151-1/+10
* COMP: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-151-6/+73
* BUG: fix typoAlexander Neundorf2007-08-141-1/+1
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-141-7/+0
* ENH: for universal binaries return the endianess based on the processorAlexander Neundorf2007-08-131-8/+18
* COMP: turn error into warning for nowAlexander Neundorf2007-08-131-2/+2
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-105-82/+99
* STYLE: remove unnecessary default search pathsAlexander Neundorf2007-08-101-26/+4
* BUG: fix compiler id test on cygwinAlexander Neundorf2007-08-101-2/+2
* ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so itAlexander Neundorf2007-08-102-18/+5
* BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1Alexander Neundorf2007-08-106-1/+11
* BUG: use CMAKE_HOST_UNIX here instead of UNIXAlexander Neundorf2007-08-091-3/+3
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-099-7/+44
* BUG: work with spaces in the pathAlexander Neundorf2007-08-091-1/+1
* ENH: patch from Mathieu: more entries in the debian control fileAlexander Neundorf2007-08-081-8/+49
* ENH: add empty RPM package generator, Eric Noulard wants to work on itAlexander Neundorf2007-08-082-0/+16
* STYLE: find Dart quietly (so it doesn't go in the feature log)Alexander Neundorf2007-08-071-1/+1
* ENH: add global properties for collecting enabled/disabled features duringAlexander Neundorf2007-08-071-0/+64
* STYLE: fix typoAlexander Neundorf2007-08-071-1/+1
* STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmakeAlexander Neundorf2007-08-062-1/+6
* ENH: threads used to include thisBill Hoffman2007-08-061-0/+1
* ENH: better error messages from the debian package generatorAlexander Neundorf2007-08-032-30/+78
* ENH: make the python modules usable for C and C++ and only write the headerAlexander Neundorf2007-08-021-9/+31
* ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makesAlexander Neundorf2007-08-023-6/+11
* 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