aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen1-14/+7
2019-02-03Fix required versionNinja-Koala1-1/+1
2019-02-03More robust name generationNinja-Koala1-8/+18
2019-02-02Move some additional functionality into the new functionNinja-Koala1-10/+11
2019-02-02Never access environment.properties downstreamJohn Ericson1-14/+7
2019-02-02Use triple quote string for linkerscriptNinja-Koala1-11/+11
2019-02-02Move target generation in new functionNinja-Koala1-61/+64
2019-02-02Disable for cross buildsNinja-Koala1-1/+1
2019-02-01Handle minus sign correctlyNinja-Koala1-1/+2
2019-02-01Add second dependency file for c targetNinja-Koala1-1/+3
2019-02-01Remove dependency file from c targetNinja-Koala1-3/+3
2019-02-01Fix code formattingNinja-Koala1-15/+15
2019-02-01gnome.compile_resources: Add ld binary methodNinja-Koala1-14/+126
2019-01-31Add tsan and ubsan to g-ir-scanner workaround.Elliott Sales de Andrade1-3/+9
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-4/+4
2018-12-16gi: Handle new --source-top-dirs argumentThibault Saunier1-10/+15
2018-11-19gnome.gtkdoc: Fix missing permitted `c_args` argumentIñigo Martínez1-1/+2
2018-11-06gnome: Require GObject-Introspection 1.58.1 for static librariesOlivier Crête1-2/+10
2018-11-05gnome: Use full path for static librariesOlivier Crête1-1/+6
2018-11-05gnome: GIR works fine for static librariesOlivier Crête1-3/+5
2018-10-10gnome.compile_resources: Put dependency directories before current source dirTingPing1-2/+2
2018-10-08gnome: Quote arguments passed to gtkdoc-scangobjTing-Wei Lan1-4/+5
2018-09-28gnome.gtkdoc: Fix static library ldflagsIñigo Martínez1-8/+9
2018-09-28gnome: use target c_args/c_link_args for g-ir-scanner when cross-compilingRoss Burton1-2/+10
2018-09-28gnome: add missing cflags/ldflags to gtk-doc when cross-compilingRoss Burton1-0/+2
2018-09-25gnome: use project compiler flags in gtkdocMarco Trevisan (Treviño)1-1/+5
2018-09-21gnome: add support for `module_version`Marco Trevisan (Treviño)1-2/+7
2018-09-17gnome.gtkdoc: Add new c_args parameterIñigo Martínez1-1/+5
2018-09-17gnome.gtkdoc: Fix dependencies compile_args in gtkdocIñigo Martínez1-0/+1
2018-08-31gnome: fix generate_gir when linking with libasanMathieu Duponchelle1-1/+1
2018-08-15gnome: Filter LDFLAGS passed to g-ir-scannerNirbheek Chauhan1-14/+35
2018-08-15gnome: Filter CFLAGS that are passed to g-ir-scannerNirbheek Chauhan1-3/+9
2018-08-09gnome.generate_gir: support generating gir for multiple librariesMathieu Duponchelle1-47/+72
2018-08-09gnome.generate_gir: refactoringMathieu Duponchelle1-137/+231
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen1-6/+13
2018-07-29gnome: Fix building gir with asan againTingPing1-1/+1
2018-07-11gnome.gdbus_codegen: Handle XML docbook in subdirsNirbheek Chauhan1-1/+1
2018-07-09gtkdoc: pass the cross compiler if cross compilingRoss Burton1-6/+13
2018-07-07Add new method: mlog.deprecation()Nirbheek Chauhan1-1/+1
2018-07-06gnome.gtkdoc: Don't treat install_dir as a file optionNirbheek Chauhan1-1/+1
2018-07-05Fix flake8 issues (#3834)Jon Turney1-1/+0
2018-07-01gnome: Use raw link arguments with g-ir and gtk-docNirbheek Chauhan1-1/+1
2018-07-01gnome: Distinguish between internal and external linker flagsTing-Wei Lan1-24/+37
2018-06-20gdbus_codegen: Only add autocleanup args if glib is new enoughNirbheek Chauhan1-10/+22
2018-06-19gtkdoc: Fix dependencies not being built before invoking gtkdocXavier Claessens1-7/+7
2018-06-19Properly name the targetsCorentin Noël1-6/+8
2018-06-19gdbus_codegen: Keep the same behavior for all GLib versionsCorentin Noël1-51/+62
2018-06-18generate_gir: Add all the files provided by the CustomTargetCorentin Noël1-3/+4
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens1-0/+2
2018-06-08gdbus_codegen: Support --c-generate-autocleanupRobert Ancell1-2/+7