Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-15 | Organise files into a module structure. | Jussi Pakkanen | 7 | -960/+0 | |
2015-12-23 | Moved pkg-config to a module so we no longer need special case code in core ↵ | Jussi Pakkanen | 1 | -0/+82 | |
for it. | |||||
2015-12-17 | Compile Windows resources. Closes #333. | Jussi Pakkanen | 1 | -0/+47 | |
2015-12-10 | gnome: Link against dependencies when building the gir files | Thibault Saunier | 1 | -0/+9 | |
2015-11-13 | Fix gtkdoc. We had to disable the test but on the other hand we have ↵ | Jussi Pakkanen | 1 | -2/+2 | |
gstreamer docs working. | |||||
2015-10-26 | Handle resource path properly. | Jussi Pakkanen | 1 | -5/+7 | |
2015-10-26 | Resource can be either a string or a File. | Jussi Pakkanen | 1 | -2/+9 | |
2015-10-26 | Parse contents of gresource xml and add deps manually. A bit of a hack but ↵ | Jussi Pakkanen | 2 | -3/+29 | |
necessary due to missing upstream functionality. Closes #298. | |||||
2015-10-19 | Can set extra args to gtkdoc scan. | Jussi Pakkanen | 1 | -10/+15 | |
2015-10-19 | Can specify extra args to gtkdoc-scan. | Jussi Pakkanen | 1 | -0/+11 | |
2015-10-19 | Made gtkdochelper take arguments by switches rather than location. | Jussi Pakkanen | 1 | -6/+6 | |
2015-09-04 | Finally full test suite passes, even gir. | Jussi Pakkanen | 1 | -3/+3 | |
2015-09-03 | A bunch more conversions. | Jussi Pakkanen | 1 | -4/+4 | |
2015-08-27 | Do not do gir generation if dependency is not found. Closes #241. | Jussi Pakkanen | 1 | -1/+10 | |
2015-08-21 | Use --no-libtool. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-19 | Can specify gtk-doc search dirs with include_directories. Closes #231. | Jussi Pakkanen | 1 | -1/+11 | |
2015-08-14 | A few tweaks. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-12 | A few fixes for gir code. | Jussi Pakkanen | 1 | -6/+17 | |
2015-08-07 | Now with xmlness. | Jussi Pakkanen | 1 | -3/+10 | |
2015-08-02 | Add sgml main to gtk-doc. | Jussi Pakkanen | 1 | -0/+4 | |
2015-08-02 | Allow more than one install script and make gtkdoc method return one. | Jussi Pakkanen | 1 | -1/+4 | |
2015-08-02 | Can generate gtkdoc documentation. | Jussi Pakkanen | 1 | -1/+19 | |
2015-06-13 | gnome:generate_gir: Parse "link_with" | Mathieu Duponchelle | 1 | -1/+13 | |
In case g-ir-scanner has to link with other dependencies. | |||||
2015-06-13 | gnome/generate_gir: No reason to append soversion to libname. | Mathieu Duponchelle | 1 | -2/+0 | |
It just won't work like that | |||||
2015-06-08 | gnome: Building the gir depends on the dynamic library. | Mathieu Duponchelle | 1 | -1/+3 | |
2015-06-07 | generate_gir: new kwarg: dependencies. | Mathieu Duponchelle | 1 | -1/+19 | |
The dependencies will be queried for typelibdir and girdir, which will get added to the scan and compile commands. | |||||
2015-06-07 | generate_gir: Add the path to the girtarget. | Mathieu Duponchelle | 1 | -0/+1 | |
To the scan command. Otherwise when linking with libtool, the target library was not found. | |||||
2015-05-23 | modules/rpm: add compiler deps for gcc, gcc-c++ | Igor Gnatenko | 1 | -4/+5 | |
As per revised guidelines we need to specify gcc and gcc-c++ also. Reference: https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelines&diff=413629&oldid=409506 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-15 | gnome: Take the gittarget.soversion into account to compute library name | Thibault Saunier | 1 | -1/+4 | |
Otherwize g-ir-scanner won't have the right library name | |||||
2015-05-15 | gnome: Pass girtarget include dirs to g-ir-scanner | Thibault Saunier | 1 | -0/+6 | |
2015-05-05 | Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to ↵ | Jussi Pakkanen | 2 | -12/+12 | |
plain moc). Closes #104. | |||||
2015-05-05 | Qrc resources should be relative to the .qrc file and not the meson.build ↵ | Jussi Pakkanen | 2 | -2/+4 | |
one. Closes #105. | |||||
2015-04-30 | Typo fixes. | Jussi Pakkanen | 1 | -3/+2 | |
2015-04-29 | Added module for Qt4 support. | Jussi Pakkanen | 1 | -0/+155 | |
2015-04-09 | Merge pull request #96 from ignatenkobrain/wip/gnome | jpakkane | 1 | -0/+9 | |
modules/gnome: add support for include dirs with GIRs | |||||
2015-04-08 | Autodetect Qt5 rcc dependencies as well as reasonably possible. | Jussi Pakkanen | 1 | -0/+23 | |
2015-03-31 | modules/gnome: add support for include dirs with GIRs | Igor Gnatenko | 1 | -0/+9 | |
Closes #94 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: join 2 isinstance | Igor Gnatenko | 1 | -1/+1 | |
to better code view Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: add export_packages kwarg to g-ir-scanner | Igor Gnatenko | 1 | -0/+8 | |
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 | 1 | -0/+10 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: enable warnings for g-ir-scanner | Igor Gnatenko | 1 | -1/+1 | |
without warnings - scanner not useful for developer Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: allow argument for gir to be SharedLibrary. Closes #76 | Igor Gnatenko | 1 | -7/+9 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-24 | Merge pull request #63 from ignatenkobrain/trivial | jpakkane | 1 | -3/+2 | |
modules/rpm: trivial style fixes | |||||
2015-03-24 | modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | Igor Gnatenko | 1 | -0/+4 | |
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 | 1 | -2/+10 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | Merge pull request #70 from ignatenkobrain/rpm | jpakkane | 1 | -1/+4 | |
modules/rpm: workaround when ext_prog not found locally | |||||
2015-03-23 | Always use lib/girepository-1.0 as gir typelib install dir. | Jussi Pakkanen | 1 | -1/+3 | |
2015-03-23 | Merge pull request #61 from ignatenkobrain/wip/gnome | jpakkane | 2 | -2/+19 | |
modules/gnome: auto-set gobject-introspection directories and install gir | |||||
2015-03-23 | modules/rpm: workaround when ext_prog not found locally | Igor Gnatenko | 1 | -1/+4 | |
Traceback (most recent call last): File "../../../meson.py", line 184, in <module> app.generate() File "../../../meson.py", line 130, in generate intr.run() File "/home/brain/git/upstream/meson/interpreter.py", line 828, in run self.evaluate_codeblock(self.ast) File "/home/brain/git/upstream/meson/interpreter.py", line 850, in evaluate_codeblock raise e File "/home/brain/git/upstream/meson/interpreter.py", line 844, in evaluate_codeblock self.evaluate_statement(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 897, in evaluate_statement return self.method_call(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 1620, in method_call return obj.method_call(method_name, args, kwargs) File "/home/brain/git/upstream/meson/interpreter.py", line 625, in method_call value = fn(state, args, kwargs) File "/home/brain/git/upstream/meson/modules/rpm.py", line 98, in generate_spec_template fn.write('BuildRequires: %s\n' % ' '.join(prog.fullpath)) TypeError: sequence item 0: expected str instance, NoneType found Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/rpm: trivial style fixes | Igor Gnatenko | 1 | -3/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> |