Alex Neundorf
|
c207f5d361
automoc: also accept other files when .moc is included in non-strict mode
|
14 年之前 |
Alex Neundorf
|
9c0df72dc4
automoc: add a StrictParseCppFile(), which is only qmake-compatible
|
14 年之前 |
Alex Neundorf
|
174bf35fbb
automoc: move the code for finding headers into separate function
|
14 年之前 |
Alex Neundorf
|
8507eaed16
automoc: fix handling of included _p.moc files
|
14 年之前 |
Alex Neundorf
|
7ada172002
automoc: some more linebreaks for the warnings for better readability
|
14 年之前 |
Alex Neundorf
|
3b93e266c0
automoc: add extra check whether the header contains Q_PRIVATE_SLOT
|
14 年之前 |
Alex Neundorf
|
bde4edb6ab
automoc: add special handling for including basename_p.moc, with test
|
14 年之前 |
Alex Neundorf
|
74ab0f6aa4
automoc: move some code from the big parsing loop into separate functions
|
14 年之前 |
Alex Neundorf
|
72bb058e92
Automoc: modified handling of included .moc files
|
14 年之前 |
Alex Neundorf
|
e44ebd5f9b
automoc: another runtime optimization
|
14 年之前 |
Alex Neundorf
|
1423177828
automoc: minor optimization
|
14 年之前 |
Alex Neundorf
|
f98e6151dc
automoc: improved diagnostics
|
14 年之前 |
Alex Neundorf
|
81c43b4fb6
automoc: handle the case when the developer includes the wrong mocfile
|
14 年之前 |
Alex Neundorf
|
7242822897
automoc: rework the checking for the matching header, to give better warnings
|
14 年之前 |
Alex Neundorf
|
d08bc32bc2
automoc: stricter checking for what file is included
|
14 年之前 |
Alex Neundorf
|
5e8e9ad68c
automoc: always run moc on the cpp file if there is a foo.moc included
|
14 年之前 |
Alex Neundorf
|
ea8ac9f5dc
Add copyright notices
|
14 年之前 |
Alex Neundorf
|
56aa6ffae7
automoc:run moc on the header if the source file contains include "foo.moc"
|
14 年之前 |
Stephen Kelly
|
7bf2c1aa3e
Create moc files in the current binary dir, not the top level.
|
14 年之前 |
David Cole
|
920a046015
QtAutomoc: Eliminate compiler warning
|
14 年之前 |
Alex Neundorf
|
71165e943e
Silence warning in automoc: use long instead of int
|
14 年之前 |
Alex Neundorf
|
1879bcc09c
Fix build: use std::ios::out|ios::trunc instead of std::ios_base::out
|
14 年之前 |
Alex Neundorf
|
afb3edc181
Fix warnings
|
14 年之前 |
Alex Neundorf
|
add30e9008
Fix build: non-void function must return a value
|
14 年之前 |
Alex Neundorf
|
d045fd4ec5
Nicer progress message for the automoc target
|
14 年之前 |
Alex Neundorf
|
c27607baf8
Refactor SetupAutomocTarget() so it can be run after creating the target
|
14 年之前 |
Alex Neundorf
|
58b7fe6545
Use cout instead of printf()
|
14 年之前 |
Alex Neundorf
|
72caf4d178
Add the generated automoc.cpp file to the cleaned files
|
14 年之前 |
Alex Neundorf
|
ddb517d014
Color output when running moc
|
14 年之前 |
Alex Neundorf
|
93032953af
Initialize verbose based onb the env.var.
|
14 年之前 |