Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automoc:run moc on the header if the source file contains include "foo.moc" | Alex Neundorf | 2011-10-22 | 1 | -75/+75 |
| | | | | | | | | | | This fixes #12533. Before automoc did not check the header if the source file contained a statement, now it does. Additionally, moc is now only run on explicitely listed headers which contain a Q_OBJECT macro. Alex | ||||
* | 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 |
| | | | | Alex | ||||
* | Fix build: use std::ios::out|ios::trunc instead of std::ios_base::out | Alex Neundorf | 2011-08-18 | 1 | -2/+2 |
| | | | | Alex | ||||
* | Fix warnings | Alex Neundorf | 2011-08-16 | 1 | -6/+7 |
| | | | | Alex | ||||
* | Fix build: non-void function must return a value | Alex Neundorf | 2011-08-16 | 1 | -1/+1 |
| | | | | Alex | ||||
* | Nicer progress message for the automoc target | Alex Neundorf | 2011-08-16 | 1 | -2/+4 |
| | | | | Alex | ||||
* | Refactor SetupAutomocTarget() so it can be run after creating the target | Alex Neundorf | 2011-08-15 | 1 | -36/+21 |
| | | | | | | | This makes it easier to move it from InitialPass() to some other location, e.g. FinalPass() or something else. Alex | ||||
* | Use cout instead of printf() | Alex Neundorf | 2011-08-14 | 1 | -8/+8 |
| | | | | Alex | ||||
* | Add the generated automoc.cpp file to the cleaned files | Alex Neundorf | 2011-08-14 | 1 | -0/+2 |
| | | | | Alex | ||||
* | Color output when running moc | Alex Neundorf | 2011-08-14 | 1 | -8/+22 |
| | | | | Alex | ||||
* | Initialize verbose based onb the env.var. | Alex Neundorf | 2011-08-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | Move code for parsing a cpp-file from the big loop to separate function | Alex Neundorf | 2011-08-14 | 1 | -183/+182 |
| | | | | Alex | ||||
* | Fix line lengths | Alex Neundorf | 2011-08-14 | 1 | -49/+60 |
| | | | | Alex | ||||
* | Add the cmake module required currently for automoc | Alex Neundorf | 2011-08-14 | 1 | -0/+126 |
| | | | | Alex | ||||
* | Remove the need to check for .h/.cxx during buildtime | Alex Neundorf | 2011-08-14 | 1 | -144/+142 |
| | | | | | | | Instead it now relies on cmake time to put that information correctly into AutomocInfo.cmake Alex | ||||
* | Add actual automoc code from automoc | Alex Neundorf | 2011-08-14 | 1 | -6/+560 |
| | | | | | | | | | It already works :-) Needs more refactoring, e.g. using the cmake facilities to turn a string into a vector etc. Also still missing is the part which creates the custom target. Alex | ||||
* | Start implementing skeleton for automoc in cmake | Alex Neundorf | 2011-08-14 | 1 | -0/+80 |
| | | | | Alex | ||||
* | Start work on automoc: add empty cmQtAutomoc class | Alex Neundorf | 2011-08-07 | 1 | -0/+10 |
Alex |