summaryrefslogtreecommitdiff
path: root/test cases/frameworks
AgeCommit message (Expand)Author
2015-06-14Can use both main and nomain gtest in same project. Fixes #149.Jussi Pakkanen
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen
2015-03-26modules/gnome: add export_packages kwarg to g-ir-scannerIgor Gnatenko
2015-03-26modules/gnome: add symbol_prefix kwarg to g-ir-scannerIgor Gnatenko
2015-03-24modules/gnome: inherit global cflags to g-ir-scanner. Closes #74Igor Gnatenko
2015-03-23modules/gnome: add support for multiple include for Gir. Closes #69Igor Gnatenko
2015-03-23modules/gnome: install Gir also and auto-detect it's dirIgor Gnatenko
2015-03-23modules/gnome: auto-set girepository directoryIgor Gnatenko
2015-03-14Created gdbus-codegen helper in the gnome module.Jussi Pakkanen
2015-03-14Moved different gnome feature tests in their own subdirectories.Jussi Pakkanen
2015-03-14Added simple gsettings schema compiler to gnome module.Jussi Pakkanen
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen
2015-03-08Added gobject-introspection to gnome module.Jussi Pakkanen
2015-03-06Create a gnome module and add support for resource compiling.Jussi Pakkanen
2015-02-26Verify version of wxwidgets dependency.Jussi Pakkanen
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen
2015-01-24Made Boost unit testing framework work and added a test.Jussi Pakkanen
2015-01-19Comment out a line that does not compile and is not needed for the test.Jussi Pakkanen
2015-01-12Some tweaks.Jussi Pakkanen
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen
2014-08-25Add flex+bison test case.Jussi Pakkanen
2014-08-06A few more pointless fixes.Jussi Pakkanen
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2014-05-24Keyword argument unification.Jussi Pakkanen
2014-05-24Can now generate GObject introspection data and install it.Jussi Pakkanen
2014-05-24Started to work on gobject introspection.Jussi Pakkanen
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen
2014-04-11Follow Qt standards w.r.t. moc file including.Jussi Pakkanen
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen
2014-04-06Can have multiple resource files in Qt5.Jussi Pakkanen
2014-04-06Allow source files to include moc files manually.Jussi Pakkanen
2014-04-06No moc prefix for source files.Jussi Pakkanen
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen
2014-02-22Newest Boost requires C++11 to build.Jussi Pakkanen
2014-01-29Use a console app for Qt5 unit testing so it can be run headless.Jussi Pakkanen
2013-10-05Added support for Qt resource compiler.Jussi Pakkanen
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen
2013-09-12Text clarification.Jussi Pakkanen
2013-09-12Added a few translations.Jussi Pakkanen
2013-09-12Can generate pot files on command.Jussi Pakkanen
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen
2013-09-12Some work on gettext.Jussi Pakkanen
2013-09-11Basic test case for gettext.Jussi Pakkanen