Michael Jansen
|
0fc7d228b9
AutoMoc::lazyInit() expects the app to get 6 parameter but run() only checks for 5.
|
14 年之前 |
Glen Kaukola
|
8200205224
kdesupport/automoc krazy2 fixes.
|
15 年之前 |
Mike Arthur
|
6b9597ff35
Fix framework detection on Mac where Qt is installed outside
|
15 年之前 |
Alexander Neundorf
|
fdb9e24c5e
-remove the warnings again
|
16 年之前 |
Alexander Neundorf
|
1f56930d7a
-support for nightly builds at http://my.cdash.org/index.php?project=automoc4
|
16 年之前 |
Benjamin Reed
|
bc0981b6fa
auto-detect case-insensitive filesystem on OSX
|
16 年之前 |
Benjamin Reed
|
afd4718e69
automoc did not understand .mm files (objc++)
|
16 年之前 |
Marijn Kruisselbrink
|
71f0b12b4b
I think the default FS on mac is also case insensitive, so make sure to at least work with that; this distinction is of course horribly broken, it doesn't make sense to have to decide at compile-time of automoc if the filesystem automoc will be run on is case sensitive or not...
|
16 年之前 |
Matthias Kretz
|
94fa25e301
the check for endsWith("*/") is not necessary as buf != mocDefinitions.join anyway
|
17 年之前 |
Matthias Kretz
|
87c5b14cd0
regenerate all moc files when -D flags change
|
17 年之前 |
Matthias Kretz
|
ad2d03ca30
add support for headers and moc files in subdirs, bump version number
|
17 年之前 |
Aaron J. Seigo
|
9c05c623d9
fix the wording
|
17 年之前 |
Matthias Kretz
|
c8fddb202e
Make automoc4 execute cmake and moc serially. This simplifies the code, removes
|
17 年之前 |
Alexander Neundorf
|
a4048c9150
-set the automoc4 version number once in the CMakeLists.txt, and use this version number
|
17 年之前 |
Matthias Kretz
|
dc618d9045
- cmake 2.6 wants to use COMPILE_DEFINITIONS instead of DEFINITIONS, so we use that when non-empty instead of DEFINITIONS (does this break 2.4.x ?)
|
17 年之前 |
Josef Spillner
|
c63b336525
- the human coverity still works best: do not segfault if only one parameter given
|
17 年之前 |
Matthias Kretz
|
0aad2780ff
version 0.9.83. Not 1.0 as long as there are problems on Windows. And .83 is nice to show the relation to the rest of KDE.
|
17 年之前 |
Matthias Kretz
|
9a72b5d0d7
Let automoc pass all -D parameters to moc that gcc/g++ also gets.
|
17 年之前 |
Alexander Neundorf
|
270d274bdb
-there must be no space between the "-F" and "/Library/Frameworks", otherwise
|
17 年之前 |
Alexander Neundorf
|
9456cec5e1
-add -F /Library/Frameworks to the moc arguments, otherwise moc doesn't find
|
17 年之前 |
Matthias Kretz
|
64e7e3bf09
reset the iterator, else no sourcedirs get ordered to the front
|
17 年之前 |
Matthias Kretz
|
7dbe9de6da
output the moc command line in verbose mode
|
17 年之前 |
Christian Ehrlicher
|
8717729a23
I knew why I did not used a static_cast<> here :)
|
17 年之前 |
Matthias Kretz
|
d050052202
missing endl - otherwise the message might get lost
|
17 年之前 |
Matthias Kretz
|
40736c5243
the line says ON\n not TRUE
|
17 年之前 |
Matthias Kretz
|
0955173adf
- commented code in Automoc4Config.cmake to test add_custom_target instead of add_custom_command
|
17 年之前 |
Christian Ehrlicher
|
94f5a189ec
remove .H from headerExtensions on windows because file system is not case sensitive
|
17 年之前 |
Christian Ehrlicher
|
d721b2544a
it's sys/utime.h on windows
|
17 年之前 |
Christian Ehrlicher
|
1dbbb9ab60
win32 compile++
|
17 年之前 |
Matthias Kretz
|
9d5de1331f
don't do the dirty check for now as it doesn't work 100% yet
|
17 年之前 |