summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ENH: minor doc cleanups and an example of documenting a variableKen Martin2007-10-151-1/+1
* BUG: Added support for the AUI library module (bug 4338). Also applied someMiguel A. Figueroa-Villanueva2007-10-131-232/+214
* BUG: fix for bug 5878Bill Hoffman2007-10-121-74/+84
* ENH: add from bug 0004219Bill Hoffman2007-10-121-0/+268
* BUG: fix for bug 0005871Bill Hoffman2007-10-121-1/+1
* ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various i...Alin Elena2007-10-104-1/+504
* ENH: add support for preprocessed files in borlandBill Hoffman2007-10-051-0/+4
* ENH: set QT_EDITION_DESKTOPLIGHT and do not disable modulesBill Hoffman2007-09-271-13/+4
* ENH: look for qt in a beter registry place and disable modules that won't wor...Bill Hoffman2007-09-271-4/+18
* BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. M...Brad King2007-09-241-1/+3
* ENH: remove messageBill Hoffman2007-09-211-1/+0
* BUG: Do not use CMA threads on HP if they do not exist.Brad King2007-09-201-1/+10
* BUG: if Qt is installed as a framework, add -F to the command line soAlexander Neundorf2007-09-191-3/+10
* ENH: allow for desktop link to be created and fix chop of last char in PATH o...Bill Hoffman2007-09-182-172/+198
* BUG: make the string static, otherwise the contents are gone when we exitAlexander Neundorf2007-09-181-1/+1
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ...Alexander Neundorf2007-09-174-0/+15
* ENH: allow for installation of debug libsBill Hoffman2007-09-171-4/+35
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-173-5/+34
* STYLE: mark the generator options as advancedAlexander Neundorf2007-08-311-0/+7
* ENH: add support for the next python release, python 2.6Alexander Neundorf2007-08-302-2/+2
* ENH: fail with error if trying to create a RPM stating that rpmbuild can'tAlexander Neundorf2007-08-291-0/+4
* ENH: add flag so a terminating slash for the link path can be specified (need...Alexander Neundorf2007-08-281-0/+1
* ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as inAlexander Neundorf2007-08-282-0/+2
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-271-3/+16
* BUG: KDEDIRS contains the kde install locations, not the binary dirs, soAlexander Neundorf2007-08-261-4/+2
* STYLE: fix typoAlexander Neundorf2007-08-261-2/+2
* STYLE: fix typo in the docsAlexander Neundorf2007-08-241-1/+1
* ENH: support QtScriptAlexander Neundorf2007-08-211-0/+4
* ENH: support QtScript (since Qt 4.3), #4632Alexander Neundorf2007-08-211-0/+19
* COMP: also use -Wl,-relax and -lc -lnss etc. when using the IBM compilerAlexander Neundorf2007-08-171-1/+9
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-171-0/+185
* ENH: use the correct flag for the linkerBill Hoffman2007-08-171-2/+2
* STYLE: this wasn't intended to be committedAlexander Neundorf2007-08-161-1/+0
* ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c...Alexander Neundorf2007-08-162-7/+3
* ENH: make sure osx searches static and shared libs like other platformsBill Hoffman2007-08-161-2/+2
* COMP: fix argumentsAlexander Neundorf2007-08-161-1/+1
* 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