meson/mesonbuild
Dylan Baker f056b585a2 Implement a cpp blacklist for LLVM dependency
This adds a set of private flags that are removed from the output of
`llvm-config --cppflags` before storing them. This is unfortunately
necessary since some versions of LLVM include absolute garbage like
'-DNDEBUG' in their CPP flags, and we don't want to pass those.
2017-05-08 10:53:08 -07:00
..
backend Serialize CustomTargets with newlines in command. 2017-05-05 17:23:36 -04:00
modules Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadir 2017-05-03 18:51:55 +03:00
scripts Use American English: behaviour -> behavior 2017-05-04 22:09:27 +03:00
wrap Don't use len() to test emptiness vs not emptiness 2017-05-02 21:57:26 +03:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
astinterpreter.py cleanup: Remove redundant parentheses 2017-01-18 21:22:47 +02:00
build.py Merge pull request #1621 from dcbaker/llvm-dep 2017-05-04 23:21:40 +02:00
compilers.py compilers: Don't add line comments to pre-processed output 2017-05-05 17:42:30 +05:30
coredata.py Bumped version number for new development. 2017-04-28 21:38:25 +03:00
dependencies.py Implement a cpp blacklist for LLVM dependency 2017-05-08 10:53:08 -07:00
environment.py More strict eval. 2017-05-01 19:30:55 +03:00
interpreter.py Default to project_version() in vcs_tag fallback 2017-05-05 08:11:28 +10:00
interpreterbase.py Don't use len() to test emptiness vs not emptiness 2017-05-02 21:57:26 +03:00
mconf.py Don't use len() to test emptiness vs not emptiness 2017-05-02 21:57:26 +03:00
mesonlib.py Implement difference method for OrderedSet 2017-05-08 10:37:34 -07:00
mesonmain.py Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadir 2017-05-03 18:51:55 +03:00
mintro.py mesonintrospect: Normalize install_filename in the output 2017-02-18 02:38:54 +05:30
mlog.py Add an option to dependencies called 'method'. This can be used to 2017-04-09 03:31:39 -04:00
mparser.py Added missing argument to a few function calls. Closes #1647. 2017-04-21 13:01:19 +03:00
optinterpreter.py Allow option values to contain ':' 2017-04-04 23:41:23 +05:30