aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan1-21/+19
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney1-2/+2
2018-01-07gnome: Always use an ordered set to store LDFLAGSTing-Wei Lan1-1/+1
2018-01-07gnome.generate_gir: Pass *FLAGS set in the environment to g-ir-scannerTing-Wei Lan1-0/+6
2018-01-07gnome.gtkdoc: Pass *FLAGS set in the environment to gtkdoc-scangobjTing-Wei Lan1-0/+2
2017-12-22gnome.gtkdoc: Add dependencies over generated targetsIñigo Martínez1-2/+8
2017-12-19gnome.gtkdoc: Add support for non string based content filesIñigo Martínez1-1/+22
2017-12-13Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton1-1/+1
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-2/+2
2017-12-01dependencies: Fix pkg-config variable definitionIñigo Martínez1-2/+2
2017-11-30gnome.compile_resources: Prefer generated files over source filesNirbheek Chauhan1-23/+15
2017-11-29gnome.gtkdoc: Fix missing permitted kwargsPatrick Griffis1-1/+2
2017-11-10gnome: Add include_directories parameter to gtkdoc()Xavier Claessens1-1/+1
2017-10-31namespace run_targets by subprojectMartin Kelly1-13/+13
2017-10-25gnome: Fix compile_schemas() using path sep in target namePatrick Griffis1-1/+1
2017-10-18Allow to give source files to GtkDoc by respecting the File classCorentin Noël1-1/+1
2017-10-08gnome: g-ir-scanner accepts multiple symbol-prefix argumentsRico Tzschichholz1-4/+2
2017-10-02Merge pull request #2375 from centricular/gnome-gir-fixesJussi Pakkanen1-9/+7
2017-10-01gnome: Add header kwarg to generate_gir()Patrick Griffis1-1/+7
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan1-5/+5
2017-10-01gnome: Flatten and unholder all dependenciesNirbheek Chauhan1-8/+6
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-4/+5