| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-28 | Converted mkenums to be single invocation. | Jussi Pakkanen | |
| 2016-09-28 | Generate genmarshal header and body simultaneously. | Elliott Sales de Andrade | |
| This follows the same style as gnome.compile_resources, which produces both files from one invocation. | |||
| 2016-09-28 | Add support for glib-genmarshal to gnome module. | Elliott Sales de Andrade | |
| 2016-09-28 | Add support for glib-mkenums to gnome module. | Elliott Sales de Andrade | |
| 2016-09-14 | Also add GIR include_directories to header search path. | Elliott Sales de Andrade | |
| 2016-09-14 | Allow GirTargets as includes for another GirTarget. | Elliott Sales de Andrade | |
| 2016-09-14 | Determine GIR include paths like targets. | Elliott Sales de Andrade | |
| These paths are now generated similar to NinjaBackend.generate_single_compile where IncludeDirs create includes of both the build directory path and the source directory path. This also fixes a bug with include_directories, where the path string supplied to the IncludeDirs initializer was used for the search path, instead of the actual location to which it referred. Often, this was a '.', and not a really useful path. | |||
| 2016-09-04 | Some platforms require linking against libintl explicitly. | Jussi Pakkanen | |
| 2016-08-29 | tests: framworks: 7 gnome: Stop using g_autoptr | Thibault Saunier | |
| 2016-08-29 | Test building gir file using internal dependencies | Thibault Saunier | |
| 2016-08-21 | tests: Don't fail wxwidgets test if wxwidgets is not installed (#639) | Nirbheek Chauhan | |
| The widgets pull in lots of deprecated libraries, so don't require it | |||
| 2016-05-29 | Can have multiple Qt resource files in a single target. Closes #572. | Jussi Pakkanen | |
| 2016-05-25 | Helper function to get the install dir of a gtkdoc module. Closes #551. | Jussi Pakkanen | |
| 2016-03-28 | Moved gettext into i18n module. | Jussi Pakkanen | |
| 2016-03-17 | Add dir support for find_library and remove deprecated standalone version. ↵ | Jussi Pakkanen | |
| Closes #450. | |||
| 2016-01-02 | By default do not specify language version but instead use the compiler's ↵ | Jussi Pakkanen | |
| default. | |||
| 2015-11-25 | Added script to run benchmarks. | Jussi Pakkanen | |
| 2015-11-13 | Fix gtkdoc. We had to disable the test but on the other hand we have ↵ | Jussi Pakkanen | |
| gstreamer docs working. | |||
| 2015-10-05 | Added option for VS exception type. | Jussi Pakkanen | |
| 2015-10-04 | Can set compiler options, added language versions for Gnu and Clang. | Jussi Pakkanen | |
| 2015-09-17 | Merged trunk changes. | Jussi Pakkanen | |
| 2015-09-17 | Added outdir() method to build targets so we can make output dirs togglable. | Jussi Pakkanen | |
| 2015-09-12 | Can leave Boost modules empty to only use the plain header libraries. Closes ↵ | Jussi Pakkanen | |
| #263. | |||
| 2015-09-06 | Made boost on windows kinda work. | Jussi Pakkanen | |
| 2015-09-04 | Finally full test suite passes, even gir. | Jussi Pakkanen | |
| 2015-08-27 | Generator outputs are all relative. | Jussi Pakkanen | |
| 2015-08-23 | add python test for glib and test against lib | Igor Gnatenko | |
| print->print_message is caused because GI does print->print_ in python bindings which is not good. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-08-23 | tests/gnome/gir: use modern GLib stuff | Igor Gnatenko | |
| * less boilerplate GObject code * fixes memory leaks in main function * drop unused deps Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-08-19 | Can specify gtk-doc search dirs with include_directories. Closes #231. | Jussi Pakkanen | |
| 2015-08-02 | Add sgml main to gtk-doc. | Jussi Pakkanen | |
| 2015-08-02 | Allow more than one install script and make gtkdoc method return one. | Jussi Pakkanen | |
| 2015-08-02 | Can generate gtkdoc documentation. | Jussi Pakkanen | |
| 2015-06-14 | Can use both main and nomain gtest in same project. Fixes #149. | Jussi Pakkanen | |
| 2015-05-04 | Use QMake to sniff compiler flags on platforms without pkg-config. | Jussi Pakkanen | |
| 2015-04-08 | Autodetect Qt5 rcc dependencies as well as reasonably possible. | Jussi Pakkanen | |
| 2015-03-26 | modules/gnome: add export_packages kwarg to g-ir-scanner | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-26 | modules/gnome: add symbol_prefix kwarg to g-ir-scanner | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-24 | modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-23 | modules/gnome: add support for multiple include for Gir. Closes #69 | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-23 | modules/gnome: install Gir also and auto-detect it's dir | Igor Gnatenko | |
| Gir file should be installed in devel subpackage Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-23 | modules/gnome: auto-set girepository directory | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-14 | Created gdbus-codegen helper in the gnome module. | Jussi Pakkanen | |
| 2015-03-14 | Moved different gnome feature tests in their own subdirectories. | Jussi Pakkanen | |
| 2015-03-14 | Added simple gsettings schema compiler to gnome module. | Jussi Pakkanen | |
| 2015-03-13 | Persist modules so they are imported only once for the lifetime of a build ↵ | Jussi Pakkanen | |
| directory. | |||
| 2015-03-13 | Made Qt5 module do just preprocessing instead of building full executable, ↵ | Jussi Pakkanen | |
| so it is composable with e.g. gettext and flex modules (when they appear). | |||
| 2015-03-09 | Now can compile all Qt5 tests with module. | Jussi Pakkanen | |
| 2015-03-09 | Major refactoring to move Qt5 from core into a module. Rules are written but ↵ | Jussi Pakkanen | |
| moc/uic/rrc are not generated yet. | |||
| 2015-03-08 | Added gobject-introspection to gnome module. | Jussi Pakkanen | |
| 2015-03-06 | Create a gnome module and add support for resource compiling. | Jussi Pakkanen | |
