| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: minor doc cleanups and an example of documenting a variable | Ken Martin | 2007-10-15 | 1 | -1/+1 |
|
|
* | BUG: Added support for the AUI library module (bug 4338). Also applied some | Miguel A. Figueroa-Villanueva | 2007-10-13 | 1 | -232/+214 |
|
|
* | BUG: fix for bug 5878 | Bill Hoffman | 2007-10-12 | 1 | -74/+84 |
|
|
* | ENH: add from bug 0004219 | Bill Hoffman | 2007-10-12 | 1 | -0/+268 |
|
|
* | BUG: fix for bug 0005871 | Bill Hoffman | 2007-10-12 | 1 | -1/+1 |
|
|
* | ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various i... | Alin Elena | 2007-10-10 | 4 | -1/+504 |
|
|
* | ENH: add support for preprocessed files in borland | Bill Hoffman | 2007-10-05 | 1 | -0/+4 |
|
|
* | ENH: set QT_EDITION_DESKTOPLIGHT and do not disable modules | Bill Hoffman | 2007-09-27 | 1 | -13/+4 |
|
|
* | ENH: look for qt in a beter registry place and disable modules that won't wor... | Bill Hoffman | 2007-09-27 | 1 | -4/+18 |
|
|
* | BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. M... | Brad King | 2007-09-24 | 1 | -1/+3 |
|
|
* | ENH: remove message | Bill Hoffman | 2007-09-21 | 1 | -1/+0 |
|
|
* | BUG: Do not use CMA threads on HP if they do not exist. | Brad King | 2007-09-20 | 1 | -1/+10 |
|
|
* | BUG: if Qt is installed as a framework, add -F to the command line so | Alexander Neundorf | 2007-09-19 | 1 | -3/+10 |
|
|
* | ENH: allow for desktop link to be created and fix chop of last char in PATH o... | Bill Hoffman | 2007-09-18 | 2 | -172/+198 |
|
|
* | BUG: make the string static, otherwise the contents are gone when we exit | Alexander Neundorf | 2007-09-18 | 1 | -1/+1 |
|
|
* | ENH: add support for the Portland Compiler to CMake, can build cmake and the ... | Alexander Neundorf | 2007-09-17 | 4 | -0/+15 |
|
|
* | ENH: allow for installation of debug libs | Bill Hoffman | 2007-09-17 | 1 | -4/+35 |
|
|
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 3 | -5/+34 |
|
|
* | STYLE: mark the generator options as advanced | Alexander Neundorf | 2007-08-31 | 1 | -0/+7 |
|
|
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 2 | -2/+2 |
|
|
* | ENH: fail with error if trying to create a RPM stating that rpmbuild can't | Alexander Neundorf | 2007-08-29 | 1 | -0/+4 |
|
|
* | ENH: add flag so a terminating slash for the link path can be specified (need... | Alexander Neundorf | 2007-08-28 | 1 | -0/+1 |
|
|
* | ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in | Alexander Neundorf | 2007-08-28 | 2 | -0/+2 |
|
|
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 1 | -3/+16 |
|
|
* | BUG: KDEDIRS contains the kde install locations, not the binary dirs, so | Alexander Neundorf | 2007-08-26 | 1 | -4/+2 |
|
|
* | STYLE: fix typo | Alexander Neundorf | 2007-08-26 | 1 | -2/+2 |
|
|
* | STYLE: fix typo in the docs | Alexander Neundorf | 2007-08-24 | 1 | -1/+1 |
|
|
* | ENH: support QtScript | Alexander Neundorf | 2007-08-21 | 1 | -0/+4 |
|
|
* | ENH: support QtScript (since Qt 4.3), #4632 | Alexander Neundorf | 2007-08-21 | 1 | -0/+19 |
|
|
* | COMP: also use -Wl,-relax and -lc -lnss etc. when using the IBM compiler | Alexander Neundorf | 2007-08-17 | 1 | -1/+9 |
|
|
* | ENH: patch from Eric Noulard for an RPM package generator | Alexander Neundorf | 2007-08-17 | 1 | -0/+185 |
|
|
* | ENH: use the correct flag for the linker | Bill Hoffman | 2007-08-17 | 1 | -2/+2 |
|
|
* | STYLE: this wasn't intended to be committed | Alexander Neundorf | 2007-08-16 | 1 | -1/+0 |
|
|
* | ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c... | Alexander Neundorf | 2007-08-16 | 2 | -7/+3 |
|
|
* | ENH: make sure osx searches static and shared libs like other platforms | Bill Hoffman | 2007-08-16 | 1 | -2/+2 |
|
|
* | COMP: fix arguments | Alexander Neundorf | 2007-08-16 | 1 | -1/+1 |
|
|
* | STYLE: don't use an extra file to generate CMakeSystem.cmake but instead | Alexander Neundorf | 2007-08-15 | 4 | -35/+23 |
|
|
* | STYLE: explicitely set default options for sdcc, so it is visible for which | Alexander Neundorf | 2007-08-15 | 1 | -1/+10 |
|
|
* | COMP: ccmake requires ncurses, according to Berk and since it doesn't build | Alexander Neundorf | 2007-08-15 | 1 | -6/+73 |
|
|
* | BUG: fix typo | Alexander Neundorf | 2007-08-14 | 1 | -1/+1 |
|
|
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 1 | -7/+0 |
|
|
* | ENH: for universal binaries return the endianess based on the processor | Alexander Neundorf | 2007-08-13 | 1 | -8/+18 |
|
|
* | COMP: turn error into warning for now | Alexander Neundorf | 2007-08-13 | 1 | -2/+2 |
|
|
* | STYLE: remove unused CheckTypeSize.c.in | Alexander Neundorf | 2007-08-10 | 5 | -82/+99 |
|
|
* | STYLE: remove unnecessary default search paths | Alexander Neundorf | 2007-08-10 | 1 | -26/+4 |
|
|
* | BUG: fix compiler id test on cygwin | Alexander Neundorf | 2007-08-10 | 1 | -2/+2 |
|
|
* | ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it | Alexander Neundorf | 2007-08-10 | 2 | -18/+5 |
|
|
* | BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1 | Alexander Neundorf | 2007-08-10 | 6 | -1/+11 |
|
|
* | BUG: use CMAKE_HOST_UNIX here instead of UNIX | Alexander Neundorf | 2007-08-09 | 1 | -3/+3 |
|
|
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 9 | -7/+44 |
|
|