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.
 
 
 
 
 
 
Tristan Partin 1991ad8706
Remove type comments in run_project_tests.py
1 year ago
..
ast fix undefined StringNode from previous commit 1 year ago
backend add support for vs_module_defs to Executables 1 year ago
cargo parser: simplify other node constructors 1 year ago
cmake Remove type comments in run_project_tests.py 1 year ago
compilers clike compilers: use MesonBugException instead of AssertionError 1 year ago
dependencies temp disable pylint falsepositive on dub.py 1 year ago
interpreter interpreter: use typed_kwargs for "sources" keyword argument of build targets 1 year ago
interpreterbase Remove unused code in interpreterbase 1 year ago
linkers backends/ninja: run `ranlib -c $out` when using the apple ar 1 year ago
modules Move modtest to the new extension module API 1 year ago
scripts python module: stop using distutils "link to libpython" probe on recent python 1 year ago
templates templates: use common classes for remaining languages 1 year ago
utils pkgconfig: Cache the implementation instance 1 year ago
wrap Allow to fallback to cmake subproject 1 year ago
__init__.py compilers/d: Add b_ndebug support 5 years ago
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 3 years ago
_typing.py typing: replace ImmutableSetProtocol with typing.AbstractSet 2 years ago
arglist.py treewide: automatic rewriting of all comment-style type annotations 1 year ago
build.py interpreter: handle implib/export_dynamic conflicts in the interpreter 1 year ago
coredata.py parser: preserve escape chars in strings 1 year ago
depfile.py treewide: add future annotations import 2 years ago
envconfig.py CPU family support 'sw_64' and remove the compile warning (#12273) 1 year ago
environment.py Adjust kernel detection to support Solaris 5.10 or earlier 1 year ago
mcompile.py Merge pull request #10332 from xclaesse/std-opt 1 year ago
mconf.py msetup: Update options when builddir is already configured 1 year ago
mdevenv.py Remove get_pkgconfig_variable() 1 year ago
mdist.py fully type mdist.py 1 year ago
mesondata.py treewide: add future annotations import 2 years ago
mesonlib.py Move classes used by scripts to their own module 2 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` 1 year ago
minstall.py install_{data,headers,subdir}: implement follow_symlinks 1 year ago
mintro.py parser: use IdNode for function name and assignment name 1 year ago
mlog.py treewide: automatic rewriting of all comment-style type annotations 1 year ago
mparser.py parser: allow whitespaces and comments in cont_eol 1 year ago
msetup.py msetup: Update options when builddir is already configured 1 year ago
msubprojects.py Allow to fallback to cmake subproject 1 year ago
mtest.py Remove XML filter from testlog.{json,txt} and std streams 1 year 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 1 year ago
programs.py run_command: Remove useless node argument 1 year ago
rewriter.py parser: simplify other node constructors 1 year ago