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
*
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
*
Fix build: use std::ios::out|ios::trunc instead of std::ios_base::out
Alex Neundorf
2011-08-18
1
-2/+2
*
Fix warnings
Alex Neundorf
2011-08-16
1
-6/+7
*
Fix build: non-void function must return a value
Alex Neundorf
2011-08-16
1
-1/+1
*
Nicer progress message for the automoc target
Alex Neundorf
2011-08-16
1
-2/+4
*
Refactor SetupAutomocTarget() so it can be run after creating the target
Alex Neundorf
2011-08-15
1
-36/+21
*
Use cout instead of printf()
Alex Neundorf
2011-08-14
1
-8/+8
*
Add the generated automoc.cpp file to the cleaned files
Alex Neundorf
2011-08-14
1
-0/+2
*
Color output when running moc
Alex Neundorf
2011-08-14
1
-8/+22
*
Initialize verbose based onb the env.var.
Alex Neundorf
2011-08-14
1
-1/+1
*
Move code for parsing a cpp-file from the big loop to separate function
Alex Neundorf
2011-08-14
1
-183/+182
*
Fix line lengths
Alex Neundorf
2011-08-14
1
-49/+60
*
Add the cmake module required currently for automoc
Alex Neundorf
2011-08-14
1
-0/+126
*
Remove the need to check for .h/.cxx during buildtime
Alex Neundorf
2011-08-14
1
-144/+142
*
Add actual automoc code from automoc
Alex Neundorf
2011-08-14
1
-6/+560
*
Start implementing skeleton for automoc in cmake
Alex Neundorf
2011-08-14
1
-0/+80
*
Start work on automoc: add empty cmQtAutomoc class
Alex Neundorf
2011-08-07
1
-0/+10