index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gnome.py
Age
Commit message (
Expand
)
Author
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2015-12-10
gnome: Link against dependencies when building the gir files
Thibault Saunier
2015-11-13
Fix gtkdoc. We had to disable the test but on the other hand we have gstreame...
Jussi Pakkanen
2015-10-26
Handle resource path properly.
Jussi Pakkanen
2015-10-26
Resource can be either a string or a File.
Jussi Pakkanen
2015-10-26
Parse contents of gresource xml and add deps manually. A bit of a hack but ne...
Jussi Pakkanen
2015-10-19
Can set extra args to gtkdoc scan.
Jussi Pakkanen
2015-10-19
Can specify extra args to gtkdoc-scan.
Jussi Pakkanen
2015-10-19
Made gtkdochelper take arguments by switches rather than location.
Jussi Pakkanen
2015-09-04
Finally full test suite passes, even gir.
Jussi Pakkanen
2015-09-03
A bunch more conversions.
Jussi Pakkanen
2015-08-27
Do not do gir generation if dependency is not found. Closes #241.
Jussi Pakkanen
2015-08-21
Use --no-libtool.
Jussi Pakkanen
2015-08-19
Can specify gtk-doc search dirs with include_directories. Closes #231.
Jussi Pakkanen
2015-08-14
A few tweaks.
Jussi Pakkanen
2015-08-12
A few fixes for gir code.
Jussi Pakkanen
2015-08-07
Now with xmlness.
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-13
gnome:generate_gir: Parse "link_with"
Mathieu Duponchelle
2015-06-13
gnome/generate_gir: No reason to append soversion to libname.
Mathieu Duponchelle
2015-06-08
gnome: Building the gir depends on the dynamic library.
Mathieu Duponchelle
2015-06-07
generate_gir: new kwarg: dependencies.
Mathieu Duponchelle
2015-06-07
generate_gir: Add the path to the girtarget.
Mathieu Duponchelle
2015-05-15
gnome: Take the gittarget.soversion into account to compute library name
Thibault Saunier
2015-05-15
gnome: Pass girtarget include dirs to g-ir-scanner
Thibault Saunier
2015-03-31
modules/gnome: add support for include dirs with GIRs
Igor Gnatenko
2015-03-26
modules/gnome: join 2 isinstance
Igor Gnatenko
2015-03-26
modules/gnome: add export_packages kwarg to g-ir-scanner
Igor Gnatenko
2015-03-26
modules/gnome: add symbol_prefix kwarg to g-ir-scanner
Igor Gnatenko
2015-03-26
modules/gnome: enable warnings for g-ir-scanner
Igor Gnatenko
2015-03-26
modules/gnome: allow argument for gir to be SharedLibrary. Closes #76
Igor Gnatenko
2015-03-24
modules/gnome: inherit global cflags to g-ir-scanner. Closes #74
Igor Gnatenko
2015-03-23
modules/gnome: add support for multiple include for Gir. Closes #69
Igor Gnatenko
2015-03-23
Always use lib/girepository-1.0 as gir typelib install dir.
Jussi Pakkanen
2015-03-23
modules/gnome: use custom classes for targets. Closes #62
Igor Gnatenko
2015-03-23
modules/gnome: install Gir also and auto-detect it's dir
Igor Gnatenko
2015-03-23
modules/gnome: auto-set girepository directory
Igor Gnatenko
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-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
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