Ken Martin
|
92db085ac6
|
ENH: change STRICT to CMAKE_STRICT
|
19 years ago |
Bill Hoffman
|
6feb9a3309
|
ENH: add RC stuff to main tree
|
19 years ago |
Andy Cedilnik
|
51d255bf92
|
STYLE: Nightly Version update
|
19 years ago |
Alexander Neundorf
|
5826ce439c
|
ENH: partly sync with KDE svn: add the macros for generating the dbus files
Alex
|
19 years ago |
Alexander Neundorf
|
4fbcdccd22
|
ENH: mark more variables ADVANCED
Alex
|
19 years ago |
Alexander Neundorf
|
1626da56a9
|
ENH: partly sync with KDE svn: handle QtMain more like the other libs
Alex
|
19 years ago |
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
|
19 years ago |
Alexander Neundorf
|
c8c4b68951
|
STYLE: some more space to make it easier to read
Alex
|
19 years ago |
Alexander Neundorf
|
f35f487d80
|
ENH: partly sync with KDE svn: also find the QtDBus and the QtDesignerComponents libraries
Alex
|
19 years ago |
Alexander Neundorf
|
2c480fd228
|
ENH: partly sync with the KDE vesion: find the dbus tools coming with Qt since 4.2
Alex
|
19 years ago |
Andy Cedilnik
|
e9be4e0c01
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
63ab3c4fe0
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
2f86520654
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
7fc2132d4f
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
0b4fdd8a63
|
STYLE: Nightly Version update
|
19 years ago |
Bill Hoffman
|
113231d182
|
ENH: try to fix test on watcom
|
19 years ago |
Andy Cedilnik
|
a9819e1c4c
|
STYLE: Nightly Version update
|
19 years ago |
Bill Hoffman
|
255a4b966e
|
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
19 years ago |
Andy Cedilnik
|
f6c2972956
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
b622d091e6
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
c074927b41
|
ENH: Support JVM on Mac
|
19 years ago |
Andy Cedilnik
|
3f3d700f65
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
996e1a19cf
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
1aa4fab6c1
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
e44e0cdb66
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
b3a6ef138a
|
STYLE: Nightly Version update
|
19 years ago |
Utkarsh Ayachit
|
1ed84c377b
|
BUG: reverting previous change.
|
19 years ago |
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.
|
19 years ago |
Andy Cedilnik
|
87f5f6e239
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
34cf1b1265
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
1a1c523c98
|
STYLE: Nightly Version update
|
19 years ago |
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.
|
19 years ago |
Mathieu Malaterre
|
b95f198348
|
COMP: Fix compilation when VS6 is using the new ANSI stdlib
|
19 years ago |
Andy Cedilnik
|
ef8735a240
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
e2570c309e
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
f75900f4d3
|
STYLE: Nightly Version update
|
19 years ago |
Mathieu Malaterre
|
df54b22212
|
COMP: Try to get stringstream emulation working
|
19 years ago |
Andy Cedilnik
|
6469e1a4c4
|
STYLE: Nightly Version update
|
19 years ago |
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.
|
19 years ago |
Brad King
|
1fe21ae35e
|
ENH: Adding stringstream compatibility implementation. It is currently identical to ostringstream. Fixed local variable pcount hiding method warning.
|
19 years ago |
Mathieu Malaterre
|
55af790ebf
|
BUG: Remove stringstream implementation, this was a wrong interface anyway.
|
19 years ago |
Mathieu Malaterre
|
db116b94e4
|
BUG: disable test for now
|
19 years ago |
Brad King
|
0fcccb151f
|
ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS.
|
19 years ago |
Andy Cedilnik
|
3106262ec0
|
STYLE: Nightly Version update
|
19 years ago |
Andy Cedilnik
|
d6422d3ad6
|
BUG: Fixes for dash
|
19 years ago |
Ken Martin
|
2245c50c51
|
COMP: oops really did not mean to check in that change
|
19 years ago |
Ken Martin
|
5d11564c35
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
Ken Martin
|
e1a142f033
|
ENH: fix for back VTK error message
|
19 years ago |
Mathieu Malaterre
|
cc73abf7e7
|
ENH: provide stringstream too. FIX: warning shadow var
|
19 years ago |
Andy Cedilnik
|
7d1801beee
|
STYLE: Nightly Version update
|
19 years ago |