8613 Commits

Author SHA1 Message Date
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
Andy Cedilnik
f6c2972956 STYLE: Nightly Version update 2006-12-28 03:23:21 -05:00
Andy Cedilnik
b622d091e6 STYLE: Nightly Version update 2006-12-27 03:27:13 -05:00
Andy Cedilnik
c074927b41 ENH: Support JVM on Mac 2006-12-26 08:47:15 -05:00
Andy Cedilnik
3f3d700f65 STYLE: Nightly Version update 2006-12-26 03:27:36 -05:00
Andy Cedilnik
996e1a19cf STYLE: Nightly Version update 2006-12-25 03:25:32 -05:00
Andy Cedilnik
1aa4fab6c1 STYLE: Nightly Version update 2006-12-24 03:24:45 -05:00
Andy Cedilnik
e44e0cdb66 STYLE: Nightly Version update 2006-12-23 03:38:55 -05:00
Andy Cedilnik
b3a6ef138a STYLE: Nightly Version update 2006-12-22 03:36:15 -05:00
Utkarsh Ayachit
1ed84c377b BUG: reverting previous change. 2006-12-21 10:24:33 -05:00
Utkarsh Ayachit
fbfd05a308 BUG: When a "wrong argument" was detected, we call the WrongArgument handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that. 2006-12-21 09:52:01 -05:00
Andy Cedilnik
87f5f6e239 STYLE: Nightly Version update 2006-12-21 04:12:01 -05:00
Andy Cedilnik
34cf1b1265 STYLE: Nightly Version update 2006-12-20 03:28:32 -05:00
Andy Cedilnik
1a1c523c98 STYLE: Nightly Version update 2006-12-19 03:29:04 -05:00
Utkarsh Ayachit
fa69ba942e BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that. 2006-12-18 11:30:09 -05:00
Mathieu Malaterre
b95f198348 COMP: Fix compilation when VS6 is using the new ANSI stdlib 2006-12-18 11:04:25 -05:00
Andy Cedilnik
ef8735a240 STYLE: Nightly Version update 2006-12-18 03:24:12 -05:00
Andy Cedilnik
e2570c309e STYLE: Nightly Version update 2006-12-17 03:25:07 -05:00
Andy Cedilnik
f75900f4d3 STYLE: Nightly Version update 2006-12-16 03:26:18 -05:00
Mathieu Malaterre
df54b22212 COMP: Try to get stringstream emulation working 2006-12-15 10:30:41 -05:00
Andy Cedilnik
6469e1a4c4 STYLE: Nightly Version update 2006-12-15 03:32:35 -05:00
Brad King
f7611f167c ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. 2006-12-14 14:30:41 -05:00
Brad King
1fe21ae35e ENH: Adding stringstream compatibility implementation. It is currently identical to ostringstream. Fixed local variable pcount hiding method warning. 2006-12-14 13:18:27 -05:00
Mathieu Malaterre
55af790ebf BUG: Remove stringstream implementation, this was a wrong interface anyway. 2006-12-14 11:41:51 -05:00
Mathieu Malaterre
db116b94e4 BUG: disable test for now 2006-12-14 11:02:22 -05:00
Brad King
0fcccb151f ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS. 2006-12-14 10:03:25 -05:00