index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-27
flake8: fix indentation style
Eli Schwartz
2022-01-27
flake8: fix wonky comment style
Eli Schwartz
2022-01-27
fix some flake8 violations for unused imports
Eli Schwartz
2022-01-27
Checkout subproject submodules even when nested
Will Toohey
2022-01-26
Popen_safe and wrappers can accept os.PathLike for cwd
Eli Schwartz
2022-01-26
gnome: Fix gtk4 pkgconfig name
Bilal Elmoussaoui
2022-01-26
docs: correct weakref typo in Reference-tables.md
Arsen Arsenović
2022-01-26
compilers/c_function_attributes: add retain
Arsen Arsenović
2022-01-26
mcompile: fix broken codepaths and restore orphaned code
Eli Schwartz
2022-01-26
Add docs for JDK system dependency
Tristan Partin
2022-01-25
cygwin: fix python versions again
Eli Schwartz
2022-01-25
docs: fix bad advice in the README
Eli Schwartz
2022-01-25
docs: fix command help regenerator on python 3.10
Eli Schwartz
2022-01-24
properly error out when project version is an array other than files()
Eli Schwartz
2022-01-23
interpreterobjects: Don't warn on set10(bool)
Dylan Baker
2022-01-23
Contributing.md:specify max line length for docs
andy5995
2022-01-23
Subprojects.md:add extra detail
andy5995
2022-01-23
Subprojects.md:add link to is_subproject()
andy5995
2022-01-22
fix broken version annotations for the new itstool_join feature
Eli Schwartz
2022-01-22
Merge pull request #9742 from ximion/wip/itstool
Jussi Pakkanen
2022-01-21
i18n: Add support for joining XML localization via itstool
Matthias Klumpp
2022-01-20
python module: only find a pkg-config dependency from the found python
Eli Schwartz
2022-01-18
modules/gnome: make some methods static
Dylan Baker
2022-01-18
run_mypy: add gnome module
Dylan Baker
2022-01-18
modules/gnome: fix remaining typing errors
Dylan Baker
2022-01-18
modules/gnome: fix annotation to type that isn't defined
Dylan Baker
2022-01-18
modules/gnome: fix _get_build_args type annotations
Dylan Baker
2022-01-18
modules/gnome: fix _make_typelib_target types
Dylan Baker
2022-01-18
modules/gnome: Fix typing with _get_dependencies_flags and
Dylan Baker
2022-01-18
build: Fix return types of a couple of methods
Dylan Baker
2022-01-18
modules/gnome: fix issues with _make_gir_target
Dylan Baker
2022-01-18
modules/gnome: fix declared type of list
Dylan Baker
2022-01-18
modules/gnome: use T.Sequence instead of T.List
Dylan Baker
2022-01-18
modules/gnome: use itertools.chain instead of list concatenation
Dylan Baker
2022-01-18
dependencies: fix libraries and whole_libraries types
Dylan Baker
2022-01-18
modules/gnome: ignore the return type of _get_dep
Dylan Baker
2022-01-18
modules/gnome: fix type annotations and issues with _gather_typelib_includes_...
Dylan Baker
2022-01-18
modules/gnome: define and annotate all instance variables in the initializer
Dylan Baker
2022-01-18
build: Fix annotations to RunTarget and AliasTarget
Dylan Baker
2022-01-18
interpreterobjects: deprecated passing a number to configuration_data.set10
Dylan Baker
2022-01-18
interpreterobjects: remove no-flattening from configuraiton_data.get
Dylan Baker
2022-01-18
interpreterobjects: don't allow keyword arguments in configuration_data.keys
Dylan Baker
2022-01-18
interpreter: replace ConfigurationDataObject with ConfigurationDataHolder
Dylan Baker
2022-01-18
build: move configuration_data initial value handling to build.ConfigurationData
Dylan Baker
2022-01-18
interpreterobjects: clean up ConfigurationData initializer
Dylan Baker
2022-01-18
interpreterobjects: use typed_* for configuration_data.set*
Dylan Baker
2022-01-18
interpreterobjects: use typed_* with configuration_data.merge_from
Dylan Baker
2022-01-18
interpreterobjects: use typed_* with configuration_data.get_unquoted
Dylan Baker
2022-01-18
interpreterobjects: use typed_args for configuration_data.get
Dylan Baker
2022-01-18
interpreterobjects: use typed_pos_args and noKwargs for configuration.data.has
Dylan Baker
[next]