aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-01Fix dep.get_variable() with empty string default_valueXavier Claessens3-1/+11
2022-01-31add types-PyYAML to lint workflowStone Tickle1-1/+1
2022-01-31print warning when using fastyaml loaderStone Tickle1-2/+7
2022-01-31mention fastyaml loader in the docsStone Tickle1-1/+4
2022-01-31add --quiet option to genrefmanStone Tickle1-0/+4
2022-01-31add fastyaml loaderStone Tickle2-65/+171
2022-01-29docs: find_program can return the current Python3 interpreterAndrea Pappacoda1-1/+3
2022-01-30unittests: Fix warning about distutils deprecationNirbheek Chauhan1-2/+5
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan5-32/+39
2022-01-28modules/gnome: remove unnecessary type checkDylan Baker1-3/+0
2022-01-28gnome: genmarshal: If the source includes the header, depend on itDylan Baker1-15/+18
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker13-465/+497
2022-01-28interpreter: use find_program_impl instead of shutil.which for vcs_tagDylan Baker1-2/+1
2022-01-28interpreter: remove dead code from custom_targetDylan Baker1-2/+0
2022-01-28interpreter: use typed_kwargs for vcs_tagDylan Baker2-24/+45
2022-01-27add location data to various Feature checksEli Schwartz4-21/+22
2022-01-27pkgconfig module: fix incorrect Feature logging for uninstalled_variablesEli Schwartz1-2/+2
2022-01-27do not report context on python traceback, for PermissionErrorEli Schwartz1-0/+5
2022-01-27modules/gnome: Allow gdbus_annotations to take an empty list againDylan Baker2-2/+13
2022-01-27remove incorrect deprecated feature for vcs_tagEli Schwartz2-2/+1
2022-01-27move the version info for build_always* directly into the kwarginfoEli Schwartz2-4/+9
2022-01-27mark regex string as raw string to fix invalid escapesEli Schwartz1-2/+2
2022-01-27flake8: fix indentation styleEli Schwartz8-37/+37
2022-01-27flake8: fix wonky comment styleEli Schwartz1-1/+1
2022-01-27fix some flake8 violations for unused importsEli Schwartz4-5/+4
2022-01-27Checkout subproject submodules even when nestedWill Toohey1-3/+8
2022-01-26Popen_safe and wrappers can accept os.PathLike for cwdEli Schwartz2-4/+4
2022-01-26gnome: Fix gtk4 pkgconfig nameBilal Elmoussaoui1-1/+1
2022-01-26docs: correct weakref typo in Reference-tables.mdArsen Arsenović1-1/+1
2022-01-26compilers/c_function_attributes: add retainArsen Arsenović3-0/+10
2022-01-26mcompile: fix broken codepaths and restore orphaned codeEli Schwartz1-7/+5
2022-01-26Add docs for JDK system dependencyTristan Partin1-0/+14
2022-01-25cygwin: fix python versions againEli Schwartz1-9/+2
2022-01-25docs: fix bad advice in the READMEEli Schwartz1-2/+2
2022-01-25docs: fix command help regenerator on python 3.10Eli Schwartz1-1/+1
2022-01-24properly error out when project version is an array other than files()Eli Schwartz1-2/+2
2022-01-23interpreterobjects: Don't warn on set10(bool)Dylan Baker1-1/+4
2022-01-23Contributing.md:specify max line length for docsandy59951-4/+6
2022-01-23Subprojects.md:add extra detailandy59951-9/+24
2022-01-23Subprojects.md:add link to is_subproject()andy59951-1/+1
2022-01-22fix broken version annotations for the new itstool_join featureEli Schwartz2-2/+2
2022-01-22Merge pull request #9742 from ximion/wip/itstoolJussi Pakkanen15-3/+308
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp13-2/+305
2022-01-20python module: only find a pkg-config dependency from the found pythonEli Schwartz1-8/+21
2022-01-18modules/gnome: make some methods staticDylan Baker1-13/+25
2022-01-18run_mypy: add gnome moduleDylan Baker1-0/+1
2022-01-18modules/gnome: fix remaining typing errorsDylan Baker1-8/+13
2022-01-18modules/gnome: fix annotation to type that isn't definedDylan Baker1-1/+1
2022-01-18modules/gnome: fix _get_build_args type annotationsDylan Baker1-1/+2
2022-01-18modules/gnome: fix _make_typelib_target typesDylan Baker1-3/+4