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: add a global AUTOMOC_TARGETS_FOLDER property
Alex Neundorf
2013-06-28
1
-2/+12
*
Merge topic 'config-dependent-CMAKE_AUTOMOC'
Brad King
2013-06-24
1
-37/+138
|
\
|
*
QtAutomoc: Use config-dependent compile definitions and includes.
Stephen Kelly
2013-06-12
1
-39/+138
|
*
QtAutomoc: Fix handling of list separator for compile definitions.
Stephen Kelly
2013-06-12
1
-1/+3
*
|
Add whitespace after colons in error messages.
Stephen Kelly
2013-06-21
1
-1/+1
|
/
*
QtAutomoc: Get the Qt version through the target link interface
Stephen Kelly
2013-05-27
1
-3/+26
*
Use the qt5::moc imported target instead of a variable.
Stephen Kelly
2013-05-27
1
-0/+17
*
Merge topic 'fix-moc-with-empty-COMPILE_DEFINITIONS'
Brad King
2013-05-16
1
-7/+3
|
\
|
*
automoc: Read target defines unconditionally
Stephen Kelly
2013-05-16
1
-7/+3
*
|
Fix spelling and typos (non-binary)
Andreas Mohr
2013-05-07
1
-2/+2
|
/
*
automoc: Use a pre-build event in VS >= 7
Brad King
2013-03-29
1
-8/+42
*
Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)
Stephen Kelly
2013-03-25
1
-1/+1
*
Automoc: Don't create automoc targets if Qt is not used (#13999)
Stephen Kelly
2013-03-12
1
-12/+14
*
automoc: Add source file to target early to set the linker language
Stephen Kelly
2013-02-22
1
-11/+16
*
automoc: use the header extensions from cmMakefile
Alex Neundorf
2013-02-10
1
-23/+9
*
automoc: use a std::vector<> instead a std::list
Alex Neundorf
2013-02-10
1
-11/+12
*
Process COMPILE_DEFINITIONS as generator expressions in QtAutomoc.
Stephen Kelly
2013-01-29
1
-1/+5
*
Automoc: get include dirs without stripping implicit include dirs off
Alex Neundorf
2012-12-07
1
-59/+3
*
Merge topic 'FixAutomocRegression3'
Brad King
2012-11-20
1
-0/+59
|
\
|
*
Automoc: fix regression #13667, broken build in phonon
Alex Neundorf
2012-11-20
1
-0/+59
*
|
Automoc: "inherit" FOLDER target property from target (#13688)
Alex Neundorf
2012-11-17
1
-1/+17
|
/
*
Automoc: fix #13572: issue with symbolic links
Alex Neundorf
2012-10-14
1
-1/+2
*
Use the cmGeneratorTarget for the include directories API.
Stephen Kelly
2012-09-19
1
-2/+3
*
Automoc: also the makefile-COMPILE_DEFINITIONS
Alex Neundorf
2012-09-06
1
-0/+6
*
Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONS
Alex Neundorf
2012-09-05
1
-32/+6
*
Automoc: fix #13493, use target properties for include dirs
Alex Neundorf
2012-09-05
1
-4/+16
*
fix #13494: rerun automoc also if include dirs or moc options change
Alex Neundorf
2012-08-27
1
-5/+24
*
automoc: better error handling (#13299)
Alex Neundorf
2012-06-14
1
-3/+4
*
Avoid direct use of std::(o|)stringstream (#13272)
Brad King
2012-06-12
1
-2/+3
*
automoc: include <unistd.h> on Apple to get pathconf
Sean McBride
2012-03-28
1
-0/+3
*
automoc: fix #13018, proper cmake escaping to avoid false rebuilds
Alex Neundorf
2012-03-26
1
-9/+17
*
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
[next]