aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks
AgeCommit message (Expand)AuthorFilesLines
2014-08-25Add flex+bison test case.Jussi Pakkanen5-0/+79
2014-08-06A few more pointless fixes.Jussi Pakkanen3-3/+3
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen6-9/+9
2014-05-24Keyword argument unification.Jussi Pakkanen1-1/+1
2014-05-24Can now generate GObject introspection data and install it.Jussi Pakkanen3-5/+39
2014-05-24Started to work on gobject introspection.Jussi Pakkanen4-0/+157
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen4-6/+7
2014-04-11Follow Qt standards w.r.t. moc file including.Jussi Pakkanen4-21/+12
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen1-2/+2
2014-04-06Can have multiple resource files in Qt5.Jussi Pakkanen4-1/+10
2014-04-06Allow source files to include moc files manually.Jussi Pakkanen3-0/+27
2014-04-06No moc prefix for source files.Jussi Pakkanen1-1/+1
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen3-3/+36
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen1-1/+1
2014-02-22Newest Boost requires C++11 to build.Jussi Pakkanen1-0/+4
2014-01-29Use a console app for Qt5 unit testing so it can be run headless.Jussi Pakkanen3-6/+20
2013-10-05Added support for Qt resource compiler.Jussi Pakkanen4-0/+10
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen1-0/+3
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen3-3/+3
2013-09-12Text clarification.Jussi Pakkanen1-2/+2
2013-09-12Added a few translations.Jussi Pakkanen3-1/+44
2013-09-12Can generate pot files on command.Jussi Pakkanen1-0/+22
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen1-2/+1
2013-09-12Some work on gettext.Jussi Pakkanen4-2/+11
2013-09-11Basic test case for gettext.Jussi Pakkanen3-0/+20
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-1/+1
2013-06-17Improvements to GTest and GMock.Jussi Pakkanen2-2/+2
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen5-5/+5
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen5-7/+7
2013-06-02Renamed add_test to test.Jussi Pakkanen5-6/+6
2013-06-01Required defaults to true for programs.Jussi Pakkanen1-1/+1
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen5-7/+7
2013-06-01Generator rules can have more than one output.Jussi Pakkanen1-1/+1
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen2-3/+5
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen3-0/+23
2013-04-17Some comments to Qt5 sample.Jussi Pakkanen1-3/+3
2013-04-01Can build Qt5 applications.Jussi Pakkanen1-3/+6
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen2-2/+2
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen1-1/+1
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen1-0/+1
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen1-2/+1
2013-04-01Qt5 test case and some implementation.Jussi Pakkanen5-0/+79
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen2-3/+18
2013-03-24Added detector for GMock.Jussi Pakkanen2-0/+37
2013-03-24Gtest now works, though still a bit hackish.Jussi Pakkanen2-0/+15
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen2-28/+5
2013-03-24Added test case for Boost.Jussi Pakkanen3-0/+46