The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Hirsch, Ph.D e83084fbfe BUGFIX variable name #5285 6 years ago
..
ast ast: fix #5376 6 years ago
backend Generators can have extra target dependencies. Closes #4131. 6 years ago
compilers Fix path splitting in get_compiler_dirs() with GCC/clang on Windows 6 years ago
dependencies coredata: add cmake_prefix_path option 6 years ago
modules gnome: make sure the target build directory is passed first for linking 6 years ago
scripts Fix unused variables warnings 6 years ago
wrap Fixed unnecessary .items() 6 years ago
__init__.py
build.py Generators can have extra target dependencies. Closes #4131. 6 years ago
coredata.py coredata: add cmake_prefix_path option 6 years ago
envconfig.py Make `PerMachine` and `MachineChoice` have just `build` and `host` 6 years ago
environment.py Merge pull request #5276 from dcbaker/pkg-config-path-invalidate-cache 6 years ago
interpreter.py interpreter: add fallback argument to subproject.get_variable() 6 years ago
interpreterbase.py Address code review 6 years ago
linkers.py linkers: Add linker class for intel's xilib 6 years ago
mconf.py Use dependency cache 6 years ago
mesonlib.py BUGFIX variable name #5285 6 years ago
mesonmain.py
minit.py
minstall.py
mintro.py meson-introspect: do not include host environment in test/benchmark introspection 6 years ago
mlog.py Fix flake8-bugbear warnings 6 years ago
mparser.py Fix flake8-bugbear warnings 6 years ago
msetup.py fix error when show default config of list 6 years ago
msubprojects.py
mtest.py mtest: annotate and fix bugs found by annotating 6 years ago
munstable_coredata.py Use dependency cache 6 years ago
optinterpreter.py Reserve build_ prefix in option names. 6 years ago
rewriter.py