summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add the generated automoc.cpp file to the cleaned filesAlex Neundorf2011-08-141-0/+2
* Color output when running mocAlex Neundorf2011-08-141-8/+22
* Initialize verbose based onb the env.var.Alex Neundorf2011-08-141-1/+1
* Move code for parsing a cpp-file from the big loop to separate functionAlex Neundorf2011-08-141-183/+182
* Fix line lengthsAlex Neundorf2011-08-141-49/+60
* Add the cmake module required currently for automocAlex Neundorf2011-08-141-0/+126
* Remove the need to check for .h/.cxx during buildtimeAlex Neundorf2011-08-141-144/+142
* Add actual automoc code from automocAlex Neundorf2011-08-141-6/+560
* Start implementing skeleton for automoc in cmakeAlex Neundorf2011-08-141-0/+80
* Start work on automoc: add empty cmQtAutomoc classAlex Neundorf2011-08-071-0/+10