Jussi Pakkanen
|
f23a5a1150
|
Write generator deps to Ninja files properly. Now can compile 1300+ files of QtCreator without dependency problems.
|
11 years ago |
Jussi Pakkanen
|
1d36109002
|
Can have multiple resource files in Qt5.
|
11 years ago |
Jussi Pakkanen
|
e2e95c7bf2
|
Allow source files to include moc files manually.
|
11 years ago |
Jussi Pakkanen
|
c55ceee080
|
No moc prefix for source files.
|
11 years ago |
Jussi Pakkanen
|
ac81594952
|
Added capability to compile sources files with moc, too.
|
11 years ago |
Jussi Pakkanen
|
4084e7213e
|
Renamed resources to qresources to avoid name clashes.
|
11 years ago |
Jussi Pakkanen
|
7bc3b78c68
|
Newest Boost requires C++11 to build.
|
11 years ago |
Jussi Pakkanen
|
c61da0049c
|
Use a console app for Qt5 unit testing so it can be run headless.
|
11 years ago |
Jussi Pakkanen
|
0f2d43669d
|
Added support for Qt resource compiler.
|
11 years ago |
Jussi Pakkanen
|
26837fda48
|
Added installed_files.txt files to all places that needed them.
|
11 years ago |
Jussi Pakkanen
|
0e19d90e97
|
Now can generate mo files from po files and install them.
|
11 years ago |
Jussi Pakkanen
|
b422afac9b
|
Text clarification.
|
11 years ago |
Jussi Pakkanen
|
bf6dcfef01
|
Added a few translations.
|
11 years ago |
Jussi Pakkanen
|
8523bd6ba7
|
Can generate pot files on command.
|
11 years ago |
Jussi Pakkanen
|
3c3e580aea
|
Parse gettext command and generate rule.
|
11 years ago |
Jussi Pakkanen
|
7006c6aa2c
|
Some work on gettext.
|
11 years ago |
Jussi Pakkanen
|
409958feaa
|
Basic test case for gettext.
|
11 years ago |
Jussi Pakkanen
|
a3f88e1a49
|
Search for Boost libs in all lib dirs.
|
11 years ago |
Jussi Pakkanen
|
ea3e8f1dd2
|
Improvements to GTest and GMock.
|
12 years ago |
Jussi Pakkanen
|
89aa4e2233
|
C++ is now called cpp rather than cxx.
|
12 years ago |
Jussi Pakkanen
|
11e81618d2
|
Renamed find_dep to dependency.
|
12 years ago |
Jussi Pakkanen
|
d4284aae89
|
Renamed add_test to test.
|
12 years ago |
Jussi Pakkanen
|
c4e58795e7
|
Required defaults to true for programs.
|
12 years ago |
Jussi Pakkanen
|
852b774e2e
|
The default value of required is true for dependencies.
|
12 years ago |
Jussi Pakkanen
|
0d2f34654c
|
Generator rules can have more than one output.
|
12 years ago |
Jussi Pakkanen
|
3872cd024e
|
Source generator now works with Protocol Buffers.
|
12 years ago |
Jussi Pakkanen
|
c9cb49764b
|
Worked on expanding the generator so it works with protocol buffers. Does not work yet.
|
12 years ago |
Jussi Pakkanen
|
abe653e808
|
Some comments to Qt5 sample.
|
12 years ago |
Jussi Pakkanen
|
35f3495c1d
|
Can build Qt5 applications.
|
12 years ago |
Jussi Pakkanen
|
e3184c4f94
|
Qt5 apps compile with only a slight amount of cheating.
|
12 years ago |
Jussi Pakkanen
|
9abf5ec89a
|
Add generated files as dependencies to targets.
|
12 years ago |
Jussi Pakkanen
|
a869da185f
|
Can generate custom rules for dependencies.
|
12 years ago |
Jussi Pakkanen
|
f856ee0f33
|
Fixed class hierarchy of dependencies.
|
12 years ago |
Jussi Pakkanen
|
eea5b961fd
|
Qt5 test case and some implementation.
|
12 years ago |
Jussi Pakkanen
|
3d4aad9e0d
|
Can have multiple different configurations of the same dependency.
|
12 years ago |
Jussi Pakkanen
|
867c315e56
|
Added detector for GMock.
|
12 years ago |
Jussi Pakkanen
|
7882acbd72
|
Gtest now works, though still a bit hackish.
|
12 years ago |
Jussi Pakkanen
|
70f6b769a6
|
Added custom detector framework and a Boost detector to it.
|
12 years ago |
Jussi Pakkanen
|
92084b6d9e
|
Added test case for Boost.
|
12 years ago |