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
/
unstable_external_project.py
Age
Commit message (
Expand
)
Author
2022-08-17
interpreter: move handling of module stability to interpreter
Dylan Baker
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-06-17
external-project: Add depends kwarg
Xavier Claessens
2022-04-30
pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* env
Xavier Claessens
2022-03-29
Pass environment down to base Target class
Xavier Claessens
2022-03-03
add D features to InternalDependency
Remi Thebault
2022-03-01
clean up FeatureCheck signature to move location to use time
Eli Schwartz
2022-01-28
build: replace kwargs in CustomTarget initializer
Dylan Baker
2022-01-26
Popen_safe and wrappers can accept os.PathLike for cwd
Eli Schwartz
2021-11-20
add location nodes to some Feature calls
Eli Schwartz
2021-10-29
Remove duplicated CEXE_MAPPING table
Xavier Claessens
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-04
modules/external_project: use typed_kwargs
Dylan Baker
2021-10-04
mdoules/external_project: fix most of the mypy warnings/errors
Dylan Baker
2021-10-04
modules/external_project: clean up and sort modules
Dylan Baker
2021-09-30
interpreter: Use typed_kwargs for func_custom_target
Dylan Baker
2021-09-29
external-project: variables must be dict not list
Xavier Claessens
2021-09-24
build: use an object rather than a dict for the dep_manifest
Dylan Baker
2021-09-14
fix traceback for undefined exception when trying to raise exception
Eli Schwartz
2021-08-20
external-project: Add support for WAF build system
Xavier Claessens
2021-06-30
modules: modules need to return either an ExtensionModlue or a
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-18
holders: Fix the remaining code to respect the holder changes
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-05-28
unstable_external_project: Remove unused imports
Xavier Claessens
2021-05-28
modules: Replace find_program_impl() by state.find_program()
Xavier Claessens
2021-05-28
modules: Stop using InterpreterObject
Xavier Claessens
2021-03-26
modules/external_project: use typed_pos_args
Dylan Baker
2021-03-16
externalproject: Flatten configure_options kwarg
Xavier Claessens
2021-03-16
externalproject: Do not add --includedir by default
Xavier Claessens
2021-03-16
externalproject: Fix error when used from main project
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-02
exernal_project: Fix default cross compile parameters
Leif Middelschulte
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
2021-01-29
external_project: Add default configure options
Xavier Claessens
2021-01-29
external_project: Do not set LD in the env
Xavier Claessens
2021-01-29
external_project: Improve logging
Xavier Claessens
2021-01-20
external_project: Log configure command
Xavier Claessens
2021-01-17
external_project: Write output in log files when not verbose
Xavier Claessens
2021-01-13
build/interpreter: Split InstallDir to fix layering violation
Dylan Baker
2021-01-11
rename cflags_mapping to CFLAGS_MAPPING
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-13
external-project: Add typing annotation
Xavier Claessens
2020-09-13
external-project: New module to build configure/make projects
Xavier Claessens