summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.cxx
Commit message (Expand)AuthorAgeFilesLines
* automoc: better error handling (#13299)Alex Neundorf2012-06-141-3/+4
* Avoid direct use of std::(o|)stringstream (#13272)Brad King2012-06-121-2/+3
* automoc: include <unistd.h> on Apple to get pathconfSean McBride2012-03-281-0/+3
* automoc: fix #13018, proper cmake escaping to avoid false rebuildsAlex Neundorf2012-03-261-9/+17
* automoc: improved warning message in relaxed modeAlex Neundorf2011-12-141-5/+8
* automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-131-8/+4
* Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-071-10/+35
|\
| * moc is now part of the Qt5Core moduleStephen Kelly2011-11-261-3/+3
| * Merge remote-tracking branch 'origin/master' into automoc_qt5Stephen Kelly2011-11-101-5/+21
| |\
| | * Merge topic 'FixAutomocFromCCMakeFromPATH'David Cole2011-11-081-1/+1
| | |\
| | | * make automoc work when using ccmake via PATH (#12551)Alex Neundorf2011-11-031-1/+1
| | * | Merge topic 'AddMocOptionsToAutomoc'David Cole2011-11-081-0/+12
| | |\ \
| | | * | automoc: fix #12541, support moc optionsAlex Neundorf2011-11-011-0/+12
| | * | | Merge topic 'DontCrashAutomocWithEmptyCompileDefs'David Cole2011-11-081-4/+8
| | |\ \ \ | | | |/ /
| | | * | Automoc: fix the fix, need to use std::string, not just char* pointerAlex Neundorf2011-11-011-7/+10
| | | * | don't crash in automoc with empty COMPILE_DEFINITIONS propertyAlex Neundorf2011-10-311-7/+8
| | | |/
| * | | Fix style.Stephen Kelly2011-11-091-2/+3
| * | | Update comments and method names to not be Qt4 specific.Stephen Kelly2011-11-091-3/+3
| * | | Don't assume the existence of QT_MAJOR_VERSION.Stephen Kelly2011-11-091-0/+8
| |/ /
| * | Also run moc automatically with Qt5.Stephen Kelly2011-11-011-2/+2
| |/
* | automoc: fix line lengthAlex Neundorf2011-12-061-1/+1
* | automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsingAlex Neundorf2011-12-021-2/+11
* | automoc: accept even more .moc files in non-strict modeAlex Neundorf2011-12-021-56/+25
* | automoc: also accept other files when .moc is included in non-strict modeAlex Neundorf2011-12-021-20/+14
* | automoc: add a StrictParseCppFile(), which is only qmake-compatibleAlex Neundorf2011-12-021-6/+122
* | automoc: move the code for finding headers into separate functionAlex Neundorf2011-12-021-19/+31
* | automoc: fix handling of included _p.moc filesAlex Neundorf2011-11-301-2/+3
* | automoc: some more linebreaks for the warnings for better readabilityAlex Neundorf2011-11-291-8/+8
* | automoc: add extra check whether the header contains Q_PRIVATE_SLOTAlex Neundorf2011-11-291-1/+50
* | automoc: add special handling for including basename_p.moc, with testAlex Neundorf2011-11-221-7/+32
* | automoc: move some code from the big parsing loop into separate functionsAlex Neundorf2011-11-221-30/+47
* | Automoc: modified handling of included .moc filesAlex Neundorf2011-11-161-3/+14
* | automoc: another runtime optimizationAlex Neundorf2011-11-101-6/+23
* | automoc: minor optimizationAlex Neundorf2011-11-101-1/+1
* | automoc: improved diagnosticsAlex Neundorf2011-11-101-10/+11
* | automoc: handle the case when the developer includes the wrong mocfileAlex Neundorf2011-11-101-0/+33
* | automoc: rework the checking for the matching header, to give better warningsAlex Neundorf2011-11-101-42/+35
* | automoc: stricter checking for what file is includedAlex Neundorf2011-11-101-0/+12
|/
* automoc: always run moc on the cpp file if there is a foo.moc includedAlex Neundorf2011-10-221-10/+5
* Add copyright noticesAlex Neundorf2011-10-221-0/+13
* automoc:run moc on the header if the source file contains include "foo.moc"Alex Neundorf2011-10-221-75/+75
* Create moc files in the current binary dir, not the top level.Stephen Kelly2011-08-251-1/+1
* QtAutomoc: Eliminate compiler warningDavid Cole2011-08-191-1/+1
* Silence warning in automoc: use long instead of intAlex Neundorf2011-08-181-1/+1
* Fix build: use std::ios::out|ios::trunc instead of std::ios_base::outAlex Neundorf2011-08-181-2/+2
* Fix warningsAlex Neundorf2011-08-161-6/+7
* Fix build: non-void function must return a valueAlex Neundorf2011-08-161-1/+1
* Nicer progress message for the automoc targetAlex Neundorf2011-08-161-2/+4
* Refactor SetupAutomocTarget() so it can be run after creating the targetAlex Neundorf2011-08-151-36/+21
* Use cout instead of printf()Alex Neundorf2011-08-141-8/+8