aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-07gdbus_codegen: Support arbitrary extra argumentsRobert Ancell1-1/+4
2018-06-06Fix issues found by flake8Xavier Claessens1-1/+0
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-4/+4
2018-06-01Add 0.46.0 featuresSalamandar1-0/+1
2018-06-01Add 0.42.0 featuresSalamandar1-0/+1
2018-06-01Add 0.40.0 featuresSalamandar1-0/+3
2018-06-01Add 0.37.0 featuresSalamandar1-1/+3
2018-05-23gnome/mkenums: allow passing generated files as templatesMathieu Duponchelle1-2/+6
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan1-1/+5
2018-05-09gtkdoc: Fix typo that made xml_files an array of arraysNirbheek Chauhan1-1/+1
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan1-4/+6
2018-05-05gnome: Use the header basename for #include in mkenums_simpleNirbheek Chauhan1-1/+1
2018-05-05gnome: Update minimum glib version for gdbus-codegenNirbheek Chauhan1-3/+2
2018-05-04gnome: Disable usage of new --body and --header argsNirbheek Chauhan1-4/+6
2018-04-28Install generated gdbus header with old glib version too.Jussi Pakkanen1-1/+5
2018-04-21gnome: If pkg-config is not found, assume glib is 2.54 (#3443)Nirbheek Chauhan1-2/+7
2018-04-20gnome: gdbus-codegen add a `sources:` kwargNirbheek Chauhan1-8/+10
2018-04-18gdbus_codegen: Fix install_dir parameterIñigo Martínez1-1/+1
2018-04-15find_program: Don't spam when called from a moduleNirbheek Chauhan1-9/+9
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen1-2/+2
2018-04-15Convert Gnome module to use find_program from interpreter.Jussi Pakkanen1-15/+15
2018-04-12gdbus_codegen: Fix new generated objectsIñigo Martínez1-1/+4
2018-04-12gdbus_codegen: Fix custom target nameIñigo Martínez1-3/+4
2018-04-11gdbus_codegen: Return 2 targets when docbook is disabledNirbheek Chauhan1-8/+11
2018-04-11gnome: Validate docbook parameter is a stringIñigo Martínez1-2/+10
2018-04-11gnome: Split header and code targets in gdbus_codegen()Iñigo Martínez1-17/+54
2018-04-09Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi1-0/+6
2018-04-04gnome.gtkdoc: Fix generated files used as content filesIñigo Martínez1-1/+1
2018-03-06Add link_whole argument to declare_dependency()Aleksey Filippov1-1/+1