Commit Graph

8538 Commits

Author SHA1 Message Date
Bill Hoffman c9c18982f3 BUG: fix for bug 4331 2007-01-19 11:55:39 -05:00
Bill Hoffman 51bf1bd99a BUG: fix for bug 4331 2007-01-18 20:35:07 -05:00
Andy Cedilnik 6f7bfb6fed STYLE: Nightly Version update 2007-01-18 20:10:24 -05:00
Bill Hoffman 1589890a09 ENH: do not use relative paths for custom command commands if they working directory is used 2007-01-18 16:10:21 -05:00
Alexander Neundorf c37f2c20d9 ENH: the ecos headers are always in the binary dir
Alex
2007-01-17 14:06:18 -05:00
Alexander Neundorf 4cb8e3c43f ENH: building ecos apps now seems to work also out-of-source
Alex
2007-01-17 13:57:34 -05:00
Alexander Neundorf c6f74dfe3b BUG: also check that tclsh is available, otherwise you can't build any eCos
stuff
ENH: make the name of the config file ecos.ecc adjustable via the new
variable ECOS_CONFIG_FILE

Alex
2007-01-17 13:45:28 -05:00
Clinton Stimpson e264771122 ENH: Add support for "~otheruser/" 2007-01-16 14:37:33 -05:00
Andy Cedilnik 8388640c03 STYLE: Fix kwstyle 2007-01-15 12:31:29 -05:00
Bill Hoffman cc2364f559 STYLE: fix link lenght issue 2007-01-15 12:12:56 -05:00
Andy Cedilnik df6d0ab8b9 STYLE: Nightly Version update 2007-01-14 20:10:45 -05:00
Andy Cedilnik 5e6f6f4a62 STYLE: Nightly Version update 2007-01-13 20:12:19 -05:00
Andy Cedilnik a85e26d960 STYLE: Nightly Version update 2007-01-12 20:40:21 -05:00
Clinton Stimpson 50489ff6ff ENH: Handle "~" in SplitPath. 2007-01-12 16:47:23 -05:00
Bill Hoffman cca67d7f8e BUG: fix for bug 4239, NODEFAULTLIB flag support in ide 2007-01-11 21:02:47 -05:00
Andy Cedilnik 266ce704d2 STYLE: Nightly Version update 2007-01-11 20:54:53 -05:00
Andy Cedilnik cd5535ee9c STYLE: Fix kwstyle issues 2007-01-11 10:49:18 -05:00
Andy Cedilnik bee7c788fe STYLE: Nightly Version update 2007-01-10 20:54:57 -05:00
Bill Hoffman c3148813f4 ENH: fix warning and code style 2007-01-10 19:59:53 -05:00
Andy Cedilnik f015e1ff03 ENH: Change permission for getdisplay.sh to make the runtimescript work 2007-01-10 18:33:03 -05:00
Andy Cedilnik de5540f7e5 ENH: First pass at CPack generator for OSX X11 applications. This are applications that require X11 to work. This is not really installed but a bundle packager 2007-01-10 15:30:26 -05:00
Andy Cedilnik c2780e2c9a STYLE: Nightly Version update 2007-01-09 21:02:09 -05:00
Andy Cedilnik 8fe00d7a0b STYLE: Nightly Version update 2007-01-08 21:01:03 -05:00
Brad King 55f5f27cd6 STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR. 2007-01-08 15:12:00 -05:00
Andy Cedilnik 74f75c84b8 STYLE: Nightly Version update 2007-01-07 21:05:36 -05:00
Andy Cedilnik 1671455770 STYLE: Nightly Version update 2007-01-06 22:56:16 -05:00
Andy Cedilnik 332f409467 STYLE: Nightly Version update 2007-01-06 00:49:39 -05:00
Alexander Neundorf 7ab81d187e ENH: if a wrong qmake has been found, mark it as invalid in the cache, so
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
2007-01-04 17:29:01 -05:00
Alexander Neundorf 4167622667 ENH: add QT_USE_QTDBUS as it exists for all other modules too
Alex
2007-01-04 16:50:18 -05:00
Alexander Neundorf f53f0565a7 BUG: also look for qmake4, as it is named on OpenBSD
Alex
2007-01-04 16:35:47 -05:00
Ken Martin a2262a8394 BUG: fix for bad argument handling 2007-01-04 16:03:41 -05:00
Andy Cedilnik 2861c056bc STYLE: Nightly Version update 2007-01-04 14:54:35 -05:00
Ken Martin 92db085ac6 ENH: change STRICT to CMAKE_STRICT 2007-01-04 13:02:43 -05:00
Bill Hoffman 6feb9a3309 ENH: add RC stuff to main tree 2007-01-04 10:18:09 -05:00
Andy Cedilnik 51d255bf92 STYLE: Nightly Version update 2007-01-04 03:53:37 -05:00
Alexander Neundorf 5826ce439c ENH: partly sync with KDE svn: add the macros for generating the dbus files
Alex
2007-01-03 18:20:55 -05:00
Alexander Neundorf 4fbcdccd22 ENH: mark more variables ADVANCED
Alex
2007-01-03 17:50:16 -05:00
Alexander Neundorf 1626da56a9 ENH: partly sync with KDE svn: handle QtMain more like the other libs
Alex
2007-01-03 17:32:02 -05:00
Alexander Neundorf c864c8f466 BUG: argument names in macros are not real variables, which can lead to problems, which we fixed for KDE in Trysil: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake?rev=557470&r1=557241&r2=557470
Alex
2007-01-03 17:00:36 -05:00
Alexander Neundorf c8c4b68951 STYLE: some more space to make it easier to read
Alex
2007-01-03 16:48:08 -05:00
Alexander Neundorf f35f487d80 ENH: partly sync with KDE svn: also find the QtDBus and the QtDesignerComponents libraries
Alex
2007-01-03 16:38:26 -05:00
Alexander Neundorf 2c480fd228 ENH: partly sync with the KDE vesion: find the dbus tools coming with Qt since 4.2
Alex
2007-01-03 16:01:59 -05:00
Andy Cedilnik e9be4e0c01 STYLE: Nightly Version update 2007-01-03 04:20:37 -05:00
Andy Cedilnik 63ab3c4fe0 STYLE: Nightly Version update 2007-01-02 00:08:21 -05:00
Andy Cedilnik 2f86520654 STYLE: Nightly Version update 2007-01-01 04:02:22 -05:00
Andy Cedilnik 7fc2132d4f STYLE: Nightly Version update 2006-12-31 03:29:28 -05:00
Andy Cedilnik 0b4fdd8a63 STYLE: Nightly Version update 2006-12-30 03:24:23 -05:00
Bill Hoffman 113231d182 ENH: try to fix test on watcom 2006-12-29 19:20:56 -05:00
Andy Cedilnik a9819e1c4c STYLE: Nightly Version update 2006-12-29 03:29:48 -05:00
Bill Hoffman 255a4b966e BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake 2006-12-28 15:31:47 -05:00