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
path:
root
/
mesonbuild
/
modules
/
__init__.py
Age
Commit message (
Expand
)
Author
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-05
gnome module: fix invalid find_tool variable contents causing crash
Eli Schwartz
2023-09-30
find_tool: don't assume the pkgconfig variable is a valid command
Christoph Reiter
2023-08-29
gnome: Fix crash in gtkdoc and generate_gir in C++ projects
Xavier Claessens
2023-08-24
find_program: Fallback if version mismatch
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
Revert "modules: move gnome targets into gnome module"
Eli Schwartz
2023-05-02
update the devenv module hooks to support generic modifications to Build
Eli Schwartz
2023-01-10
modules: add type annotations to the `__init__` module
Dylan Baker
2022-12-05
modules: Add a method to the state object for include_dirs
Dylan Baker
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-09-12
i18n: Fix source root in Gettext targets for subprojects
David Ward
2022-08-17
modules: Add stabilization information to ModuleInfo
Dylan Baker
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-06-10
wayland: Lookup for wayland-scanner using pkgconfig
Xavier Claessens
2022-06-01
modules: move gnome targets into gnome module
Dylan Baker
2022-04-07
Revert "wayland: Also lookup scanner in pkgconfig"
Eli Schwartz
2022-04-04
wayland: Also lookup scanner in pkgconfig
Xavier Claessens
2022-02-28
Add API for modules that wants to define their devenv
Xavier Claessens
2022-02-28
modules: Make ExtensionModule inherit from NewExtensionModule
Xavier Claessens
2022-02-27
modules/wayland: Add unstable_wayland module
Mark Bolhuis
2022-02-22
modules: add ModuleState API to check whether an option was user-specified
Eli Schwartz
2022-01-27
fix some flake8 violations for unused imports
Eli Schwartz
2022-01-10
fix broken module tests which caused gtkdoc-check to traceback on assert
Eli Schwartz
2021-12-20
modules: let the proxy state find_program do silent lookups
Eli Schwartz
2021-11-01
modules: use IncludeDirs.to_string_list instead of open coding
Dylan Baker
2021-11-01
interpreter/modules: ModuleReturnValue can hold ExecutableSerialisation
Dylan Baker
2021-11-01
modules: remove harmful forwarding init methods
Dylan Baker
2021-10-08
ModuleState: Add wrapper to get option
Xavier Claessens
2021-09-30
modules: make ReturnValue.new_objects covariant
Dylan Baker
2021-09-24
build: use an object rather than a dict for the dep_manifest
Dylan Baker
2021-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-22
Add typing to ModuleState machine members
Tristan Partin
2021-08-15
correct a copy-pasted comment
Eli Schwartz
2021-08-09
modules: Fix typo in state.test()
Xavier Claessens
2021-08-06
modules: Add API to add test
Xavier Claessens
2021-06-30
interpreter: add required and disabled to import
Dylan Baker
2021-06-30
modules: add classes with the found method
Dylan Baker
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-06-15
modules: pass all proxied arguments
Dylan Baker
2021-06-15
modules: Fix type annotation imports
Dylan Baker
2021-06-15
modules/qt: Add a compile_moc method
Dylan Baker
2021-05-28
modules: Replace find_program_impl() by state.find_program()
Xavier Claessens
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Stop using InterpreterObject
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-05-12
gnome: Fix gtkdoc generation
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
[next]