aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-28modules/gnome: use `install_dir = []` instead of falseDylan Baker1-1/+1
2021-10-28modules/gnome: fix missing install_dir, again, harderDylan Baker1-8/+10
2021-10-27modules/gnome: ensure that `install_dir` is setDylan Baker1-8/+14
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-2/+2
2021-10-08modules/gnome: Fix unset install_dirDylan Baker1-3/+2
2021-10-08modules/gnome: Fix case that could never be hit due to bad typesDylan Baker1-3/+3
2021-10-08modules/gnome: fix use of undefined variableDylan Baker1-1/+1
2021-10-07modules/gnome: deprecate yelp variadic sourcesDylan Baker1-1/+7
2021-10-04f-stringsEli Schwartz1-21/+19
2021-10-04various python neatness cleanupsEli Schwartz1-1/+1
2021-09-06mintro: add installed_planFilipe Laíns1-1/+1
2021-08-29gnome: Prepend devenv, not appendTing-Wei Lan1-4/+4
2021-08-23gnome: don't let fortify defines into the g-ir-scanner after stripping -OEli Schwartz1-1/+3
2021-08-17Add install tagsXavier Claessens1-1/+3
2021-08-09gnome: Filter all compiler and linker flagsEmmanuele Bassi1-7/+13
2021-08-06modules: Add API to add testXavier Claessens1-4/+2
2021-07-18gnome: Always pass absolute -L paths to g-ir-scannerNirbheek Chauhan1-2/+6
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger1-2/+0
2021-06-23gnome: add update_desktop_database to post_install()Xavier Claessens1-4/+18
2021-06-23gnome: Set GSETTINGS_SCHEMA_DIR in devenvXavier Claessens1-0/+1
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger1-1/+3
2021-06-18holders: remove unholderDaniel Mensinger1-35/+35
2021-06-02add a couple more type annotationsDylan Baker1-1/+1
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens1-10/+10
2021-05-28modules: Add methods dict everywhereXavier Claessens1-0/+14
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens1-1/+1
2021-05-28modules/gnome: Correctly handle generated sources for generate_girDylan Baker1-6/+12
2021-05-12gnome: Fix gtkdoc generationXavier Claessens1-8/+7
2021-05-08gnome: improve dependency lookup of G-IRoss Burton1-4/+4
2021-03-23devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens1-5/+14
2021-03-19Move OverrideProgram to programsDylan Baker1-2/+2
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-17/+17
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-1/+1
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen1-4/+4
2021-02-05run_target: Add env kwargXavier Claessens1-4/+4
2021-02-05gnome: Add post_install() methodXavier Claessens1-18/+67
2021-01-30Fix executable as script on WindowsXavier Claessens1-2/+2
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-6/+6
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-5/+9
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall1-1/+1
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield1-5/+6
2020-11-01gnome: Tweak error messageSam Thursfield1-1/+2
2020-10-17Fix gnome.compile_resources() when glib is a subprojectXavier Claessens1-33/+38
2020-10-15gnome: generate cpp gresource source in cpp projectsmimi899991-2/+8
2020-06-16Update mesonbuild/modules/gnome.pyXavier Claessens1-1/+1
2020-06-16Update mesonbuild/modules/gnome.pyXavier Claessens1-1/+1
2020-06-16gnome: Add fatal_warnings kwarg to generate_gir()Xavier Claessens1-2/+11