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.
 
 
 
 
 
 
Charles Brunet ef5931f12d fix undefined StringNode from previous commit 2 years ago
..
ast fix undefined StringNode from previous commit 2 years ago
backend Recognise more include search path opts when populating 'NMakeIncludeSearchPath' to help intellisense 2 years ago
cargo parser: simplify other node constructors 2 years ago
cmake parser: simplify other node constructors 2 years ago
compilers clike compilers: fix cross_* functions' include 2 years ago
dependencies fix bug with openssl when cmake is missing 2 years ago
interpreter Fix assertion raised with invalid option name 2 years ago
interpreterbase parser: simplify Assignment and PlusAssignment nodes 2 years ago
linkers backends/ninja: run `ranlib -c $out` when using the apple ar 2 years ago
modules gnome.mkenum_simple(): Fix include path when header is in subdir 2 years ago
scripts Python: Add 'limited_api' kwarg to extension_module 2 years ago
templates templates: use common classes for remaining languages 2 years ago
utils Add macro_name option to configure_file 2 years ago
wrap wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache path 2 years ago
__init__.py
_pathlib.py
_typing.py typing: replace ImmutableSetProtocol with typing.AbstractSet 3 years ago
arglist.py treewide: automatic rewriting of all comment-style type annotations 2 years ago
build.py Fix crash when installing a vala library and python sources 2 years ago
coredata.py parser: preserve escape chars in strings 2 years ago
depfile.py treewide: add future annotations import 2 years ago
envconfig.py treewide: automatic rewriting of all comment-style type annotations 2 years ago
environment.py Suggest using --reconfigure only when not already using it 2 years ago
mcompile.py Merge pull request #10332 from xclaesse/std-opt 2 years ago
mconf.py msetup: Update options when builddir is already configured 2 years ago
mdevenv.py fix implicit_reexport issues and enforce them going forward 2 years ago
mdist.py fully type mdist.py 2 years ago
mesondata.py treewide: add future annotations import 2 years ago
mesonlib.py Move classes used by scripts to their own module 3 years ago
mesonmain.py do not resolve symlinks when calculating the meson command 2 years ago
minit.py templates: fix typo in function name `sameple` -> `sample` 2 years ago
minstall.py minstall: move the "Installing foo to bar" message up 2 years ago
mintro.py parser: use IdNode for function name and assignment name 2 years ago
mlog.py treewide: automatic rewriting of all comment-style type annotations 2 years ago
mparser.py parser: allow whitespaces and comments in cont_eol 2 years ago
msetup.py msetup: Update options when builddir is already configured 2 years ago
msubprojects.py msubprojects: Speedup subproject_dir extraction 2 years ago
mtest.py Remove XML filter from testlog.{json,txt} and std streams 2 years ago
munstable_coredata.py simplify instantiation of builtin type using builtins instead of functions 2 years ago
optinterpreter.py parser: use IdNode for function name and assignment name 2 years ago
programs.py run_command: Remove useless node argument 2 years ago
rewriter.py parser: simplify other node constructors 2 years ago