index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmQtAutomoc.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
automoc: improved warning message in relaxed mode
Alex Neundorf
2011-12-14
1
-5/+8
*
automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE
Alex Neundorf
2011-12-13
1
-8/+4
*
Merge branch 'master' into AutomocIncludedDotMocFileHandling
David Cole
2011-12-07
1
-10/+35
|
\
|
*
moc is now part of the Qt5Core module
Stephen Kelly
2011-11-26
1
-3/+3
|
*
Merge remote-tracking branch 'origin/master' into automoc_qt5
Stephen Kelly
2011-11-10
1
-5/+21
|
|
\
|
|
*
Merge topic 'FixAutomocFromCCMakeFromPATH'
David Cole
2011-11-08
1
-1/+1
|
|
|
\
|
|
|
*
make automoc work when using ccmake via PATH (#12551)
Alex Neundorf
2011-11-03
1
-1/+1
|
|
*
|
Merge topic 'AddMocOptionsToAutomoc'
David Cole
2011-11-08
1
-0/+12
|
|
|
\
\
|
|
|
*
|
automoc: fix #12541, support moc options
Alex Neundorf
2011-11-01
1
-0/+12
|
|
*
|
|
Merge topic 'DontCrashAutomocWithEmptyCompileDefs'
David Cole
2011-11-08
1
-4/+8
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
*
|
Automoc: fix the fix, need to use std::string, not just char* pointer
Alex Neundorf
2011-11-01
1
-7/+10
|
|
|
*
|
don't crash in automoc with empty COMPILE_DEFINITIONS property
Alex Neundorf
2011-10-31
1
-7/+8
|
|
|
|
/
|
*
|
|
Fix style.
Stephen Kelly
2011-11-09
1
-2/+3
|
*
|
|
Update comments and method names to not be Qt4 specific.
Stephen Kelly
2011-11-09
1
-3/+3
|
*
|
|
Don't assume the existence of QT_MAJOR_VERSION.
Stephen Kelly
2011-11-09
1
-0/+8
|
|
/
/
|
*
|
Also run moc automatically with Qt5.
Stephen Kelly
2011-11-01
1
-2/+2
|
|
/
*
|
automoc: fix line length
Alex Neundorf
2011-12-06
1
-1/+1
*
|
automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsing
Alex Neundorf
2011-12-02
1
-2/+11
*
|
automoc: accept even more .moc files in non-strict mode
Alex Neundorf
2011-12-02
1
-56/+25
*
|
automoc: also accept other files when .moc is included in non-strict mode
Alex Neundorf
2011-12-02
1
-20/+14
*
|
automoc: add a StrictParseCppFile(), which is only qmake-compatible
Alex Neundorf
2011-12-02
1
-6/+122
*
|
automoc: move the code for finding headers into separate function
Alex Neundorf
2011-12-02
1
-19/+31
*
|
automoc: fix handling of included _p.moc files
Alex Neundorf
2011-11-30
1
-2/+3
*
|
automoc: some more linebreaks for the warnings for better readability
Alex Neundorf
2011-11-29
1
-8/+8
*
|
automoc: add extra check whether the header contains Q_PRIVATE_SLOT
Alex Neundorf
2011-11-29
1
-1/+50
*
|
automoc: add special handling for including basename_p.moc, with test
Alex Neundorf
2011-11-22
1
-7/+32
*
|
automoc: move some code from the big parsing loop into separate functions
Alex Neundorf
2011-11-22
1
-30/+47
*
|
Automoc: modified handling of included .moc files
Alex Neundorf
2011-11-16
1
-3/+14
*
|
automoc: another runtime optimization
Alex Neundorf
2011-11-10
1
-6/+23
*
|
automoc: minor optimization
Alex Neundorf
2011-11-10
1
-1/+1
*
|
automoc: improved diagnostics
Alex Neundorf
2011-11-10
1
-10/+11
*
|
automoc: handle the case when the developer includes the wrong mocfile
Alex Neundorf
2011-11-10
1
-0/+33
*
|
automoc: rework the checking for the matching header, to give better warnings
Alex Neundorf
2011-11-10
1
-42/+35
*
|
automoc: stricter checking for what file is included
Alex Neundorf
2011-11-10
1
-0/+12
|
/
*
automoc: always run moc on the cpp file if there is a foo.moc included
Alex Neundorf
2011-10-22
1
-10/+5
*
Add copyright notices
Alex Neundorf
2011-10-22
1
-0/+13
*
automoc:run moc on the header if the source file contains include "foo.moc"
Alex Neundorf
2011-10-22
1
-75/+75
*
Create moc files in the current binary dir, not the top level.
Stephen Kelly
2011-08-25
1
-1/+1
*
QtAutomoc: Eliminate compiler warning
David Cole
2011-08-19
1
-1/+1
*
Silence warning in automoc: use long instead of int
Alex Neundorf
2011-08-18
1
-1/+1
*
Fix build: use std::ios::out|ios::trunc instead of std::ios_base::out
Alex Neundorf
2011-08-18
1
-2/+2
*
Fix warnings
Alex Neundorf
2011-08-16
1
-6/+7
*
Fix build: non-void function must return a value
Alex Neundorf
2011-08-16
1
-1/+1
*
Nicer progress message for the automoc target
Alex Neundorf
2011-08-16
1
-2/+4
*
Refactor SetupAutomocTarget() so it can be run after creating the target
Alex Neundorf
2011-08-15
1
-36/+21
*
Use cout instead of printf()
Alex Neundorf
2011-08-14
1
-8/+8
*
Add the generated automoc.cpp file to the cleaned files
Alex Neundorf
2011-08-14
1
-0/+2
*
Color output when running moc
Alex Neundorf
2011-08-14
1
-8/+22
*
Initialize verbose based onb the env.var.
Alex Neundorf
2011-08-14
1
-1/+1
*
Move code for parsing a cpp-file from the big loop to separate function
Alex Neundorf
2011-08-14
1
-183/+182
[next]