summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Do not create import library for MODULEs. This is an incremental fix ↵Brad King2007-03-101-6/+6
| | | | for bug#4210.
* BUG: Fixed MSVC8 module build rule to not use /implib option. This is an ↵Brad King2007-03-101-8/+12
| | | | incremental fix for bug#4210.
* BUG: Shared library creation should use /implib option to specify the name ↵Brad King2007-03-091-6/+7
| | | | of the import library explicitly. This is an incremental step for bug #4210.
* BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, ↵Brad King2007-03-071-5/+1
| | | | CMAKE_CXX_USE_RTTI, CMAKE_CXX_STACK_SIZE which are only partially implemented and now taken care of by flag mapping anyway.
* BUG: untested fix for newlines in the output of pkg configKen Martin2007-03-071-7/+16
|
* STYLE: Defautl answer for the license is noAndy Cedilnik2007-03-061-1/+1
|
* ENH: patch applied for bug 4517Ken Martin2007-03-051-38/+25
|
* BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is ↵Brad King2007-03-031-10/+14
| | | | not set correctly for MODULE rules anyway.
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try ↵Andy Cedilnik2007-03-021-0/+5
| | | | compile
* ENH: limit the output of system information to no more than 50K per fileKen Martin2007-03-021-1/+1
|
* BUG: Fix bug introduced by revision 1.67. The qmake query mode prints ↵Brad King2007-03-011-2/+5
| | | | information to stderr on some platforms. The OUTPUT_VARIABLE and ERROR_VARIABLE must be the same variable to get all the output.
* ENH: improvementsKen Martin2007-02-272-0/+6
|
* ENH: added for system information command line optionKen Martin2007-02-262-0/+174
|
* BUG: fix typo reported by Duncan Mac VicarAlexander Neundorf2007-02-261-1/+1
| | | | Alex
* ENH: force c++ when building c++ objectsBill Hoffman2007-02-211-0/+2
|
* ENH: better processor detection on linuxBill Hoffman2007-02-211-6/+11
|
* ENH: remove df because df is a unix utilitiyBill Hoffman2007-02-211-1/+1
|
* BUG: fix for bug 3950 add support for df compiler on windowsBill Hoffman2007-02-202-1/+69
|
* BUG: fix for bug # 3954 glib with qtBill Hoffman2007-02-201-1/+9
|
* STYLE: fix docs for FindKDE4.cmakeAlexander Neundorf2007-02-201-4/+3
| | | | Alex
* BUG: remove KDE3_ENABLE_FINAL (#4140): it doesn't work currently and IAlexander Neundorf2007-02-202-34/+35
| | | | | | | don't have the time to fix this since it would require bigger changes. Maybe I'll do this if the KDE3 support of CMake becomes more widely used. Alex
* STYLE: don't put the copyright notice twice in the fileAlexander Neundorf2007-02-201-3/+0
| | | | Alex
* BUG: fix for bug 4187 fix typo in docsBill Hoffman2007-02-201-2/+2
|
* BUG: fix for 4188 look for smake as well as gmake and makeBill Hoffman2007-02-201-1/+1
|
* ENH: try to force c++ on qnxBill Hoffman2007-02-201-0/+3
|
* BUG: fix for bug 4420 add language dll's to mfc installBill Hoffman2007-02-201-0/+18
|
* BUG: Applied patch from bug#4462.Brad King2007-02-191-2/+6
|
* BUG: fix for bug 4464 handle qmake errors betterBill Hoffman2007-02-191-3/+9
|
* ENH: More work on the packaging. Add Applicaitons, add icons, etcAndy Cedilnik2007-02-134-0/+3
|
* STYLE: remove empty line, so the documentation for the module is completeAlexander Neundorf2007-02-101-1/+0
| | | | | | again Alex
* ENH: now also the "ecosclean" target works with MS nmakeAlexander Neundorf2007-02-072-5/+16
| | | | Alex
* BUG: fix for bug 4399Bill Hoffman2007-02-071-1/+3
|
* BUG: fix for 4420 Unicode and MBC versions of the MFCBill Hoffman2007-02-071-0/+3
|
* ENH: fix depend bug in qtBill Hoffman2007-02-021-2/+7
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-0/+4
|
* BUG: add gettext module for working with GNU gettext (#4081)Alexander Neundorf2007-02-021-0/+65
| | | | Alex
* BUG: finally fix #4331, the previous version just caught the tag, theAlexander Neundorf2007-01-311-2/+2
| | | | | | filename not at all Alex
* STYLE: KDEDIR is deprecated and not used, so also document that KDEDIRS isAlexander Neundorf2007-01-301-2/+2
| | | | | | used instead Alex
* BUG: reent.c wasn't intended to be committed, too specialAlexander Neundorf2007-01-231-2/+1
| | | | Alex
* STYLE: use even more absolute paths, can't hurt for out-of-source buildsAlexander Neundorf2007-01-231-40/+34
| | | | | | | | | STYLE: use SET_SOURCE_FILES_PROPERTIES() on multiple files at once instead of interating over each one of them STYLE: no need to add target.ld to the clean-files, this is done now automatically by add_custom_command() ENH: now also MS nmake can be used to build ecos apps Alex
* COMP: Fix typo that makes all Qt4 builds breakAndy Cedilnik2007-01-201-1/+1
|
* BUG: fix for bug 4331Bill Hoffman2007-01-191-2/+2
|
* BUG: fix for bug 4331Bill Hoffman2007-01-191-2/+2
|
* ENH: the ecos headers are always in the binary dirAlexander Neundorf2007-01-171-1/+1
| | | | Alex
* ENH: building ecos apps now seems to work also out-of-sourceAlexander Neundorf2007-01-171-11/+16
| | | | Alex
* BUG: also check that tclsh is available, otherwise you can't build any eCosAlexander Neundorf2007-01-171-6/+18
| | | | | | | | stuff ENH: make the name of the config file ecos.ecc adjustable via the new variable ECOS_CONFIG_FILE Alex
* ENH: Change permission for getdisplay.sh to make the runtimescript workAndy Cedilnik2007-01-101-1/+6
|
* ENH: First pass at CPack generator for OSX X11 applications. This are ↵Andy Cedilnik2007-01-103-0/+76
| | | | applications that require X11 to work. This is not really installed but a bundle packager
* ENH: if a wrong qmake has been found, mark it as invalid in the cache, soAlexander Neundorf2007-01-041-15/+19
| | | | | | | | that it is searched again the next time cmake runs Tested in KDE since Jul 5th: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake?rev=558318&view=rev Alex
* ENH: add QT_USE_QTDBUS as it exists for all other modules tooAlexander Neundorf2007-01-042-2/+6
| | | | Alex