Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor SetupAutomocTarget() so it can be run after creating the target | Alex Neundorf | 2011-08-15 | 1 | -5/+1 |
| | | | | | | | This makes it easier to move it from InitialPass() to some other location, e.g. FinalPass() or something else. Alex | ||||
* | Color output when running moc | Alex Neundorf | 2011-08-14 | 1 | -0/+1 |
| | | | | Alex | ||||
* | Move code for parsing a cpp-file from the big loop to separate function | Alex Neundorf | 2011-08-14 | 1 | -0/+4 |
| | | | | Alex | ||||
* | Add the cmake module required currently for automoc | Alex Neundorf | 2011-08-14 | 1 | -0/+6 |
| | | | | Alex | ||||
* | Remove the need to check for .h/.cxx during buildtime | Alex Neundorf | 2011-08-14 | 1 | -0/+1 |
| | | | | | | | 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 | -0/+29 |
| | | | | | | | | | 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/+18 |
| | | | | Alex | ||||
* | Start work on automoc: add empty cmQtAutomoc class | Alex Neundorf | 2011-08-07 | 1 | -0/+11 |
Alex |