summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27flake8: fix indentation styleEli Schwartz
2022-01-27flake8: fix wonky comment styleEli Schwartz
2022-01-27fix some flake8 violations for unused importsEli Schwartz
2022-01-27Checkout subproject submodules even when nestedWill Toohey
2022-01-26Popen_safe and wrappers can accept os.PathLike for cwdEli Schwartz
2022-01-26gnome: Fix gtk4 pkgconfig nameBilal Elmoussaoui
2022-01-26docs: correct weakref typo in Reference-tables.mdArsen Arsenović
2022-01-26compilers/c_function_attributes: add retainArsen Arsenović
2022-01-26mcompile: fix broken codepaths and restore orphaned codeEli Schwartz
2022-01-26Add docs for JDK system dependencyTristan Partin
2022-01-25cygwin: fix python versions againEli Schwartz
2022-01-25docs: fix bad advice in the READMEEli Schwartz
2022-01-25docs: fix command help regenerator on python 3.10Eli Schwartz
2022-01-24properly error out when project version is an array other than files()Eli Schwartz
2022-01-23interpreterobjects: Don't warn on set10(bool)Dylan Baker
2022-01-23Contributing.md:specify max line length for docsandy5995
2022-01-23Subprojects.md:add extra detailandy5995
2022-01-23Subprojects.md:add link to is_subproject()andy5995
2022-01-22fix broken version annotations for the new itstool_join featureEli Schwartz
2022-01-22Merge pull request #9742 from ximion/wip/itstoolJussi Pakkanen
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp
2022-01-20python module: only find a pkg-config dependency from the found pythonEli Schwartz
2022-01-18modules/gnome: make some methods staticDylan Baker
2022-01-18run_mypy: add gnome moduleDylan Baker
2022-01-18modules/gnome: fix remaining typing errorsDylan Baker
2022-01-18modules/gnome: fix annotation to type that isn't definedDylan Baker
2022-01-18modules/gnome: fix _get_build_args type annotationsDylan Baker
2022-01-18modules/gnome: fix _make_typelib_target typesDylan Baker
2022-01-18modules/gnome: Fix typing with _get_dependencies_flags andDylan Baker
2022-01-18build: Fix return types of a couple of methodsDylan Baker
2022-01-18modules/gnome: fix issues with _make_gir_targetDylan Baker
2022-01-18modules/gnome: fix declared type of listDylan Baker
2022-01-18modules/gnome: use T.Sequence instead of T.ListDylan Baker
2022-01-18modules/gnome: use itertools.chain instead of list concatenationDylan Baker
2022-01-18dependencies: fix libraries and whole_libraries typesDylan Baker
2022-01-18modules/gnome: ignore the return type of _get_depDylan Baker
2022-01-18modules/gnome: fix type annotations and issues with _gather_typelib_includes_...Dylan Baker
2022-01-18modules/gnome: define and annotate all instance variables in the initializerDylan Baker
2022-01-18build: Fix annotations to RunTarget and AliasTargetDylan Baker
2022-01-18interpreterobjects: deprecated passing a number to configuration_data.set10Dylan Baker
2022-01-18interpreterobjects: remove no-flattening from configuraiton_data.getDylan Baker
2022-01-18interpreterobjects: don't allow keyword arguments in configuration_data.keysDylan Baker
2022-01-18interpreter: replace ConfigurationDataObject with ConfigurationDataHolderDylan Baker
2022-01-18build: move configuration_data initial value handling to build.ConfigurationDataDylan Baker
2022-01-18interpreterobjects: clean up ConfigurationData initializerDylan Baker
2022-01-18interpreterobjects: use typed_* for configuration_data.set*Dylan Baker
2022-01-18interpreterobjects: use typed_* with configuration_data.merge_fromDylan Baker
2022-01-18interpreterobjects: use typed_* with configuration_data.get_unquotedDylan Baker
2022-01-18interpreterobjects: use typed_args for configuration_data.getDylan Baker
2022-01-18interpreterobjects: use typed_pos_args and noKwargs for configuration.data.hasDylan Baker