meson/mesonbuild
Dylan Baker ff9ba84426 dependencies/base: Replace windows path separators with \\\\
Replace '\\' with \\\\ in config values args. Otherwise shlex will
helpfully remove path separators on windows, resulting in values like:
`-Ic:mydataishere`

fixup! dependencies/base: Replace windows path separators with /
2018-10-27 16:08:44 +03:00
..
backend Fix flake8 whitespace reports 2018-10-24 19:11:46 +03:00
compilers add implib support for ArmclangCompiler (#4420) 2018-10-26 18:57:18 +03:00
dependencies dependencies/base: Replace windows path separators with \\\\ 2018-10-27 16:08:44 +03:00
modules Fix flake8 whitespace reports 2018-10-24 19:11:46 +03:00
scripts depfixer: Do not try to fix rpaths of dlls 2018-10-25 19:30:02 +03:00
wrap wrap: Fix crash with file based wraps 2018-10-21 23:21:36 +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 Add 'b_pie' compiler option 2018-10-20 00:47:27 +03:00
coredata.py Expose wrap_mode as an option. Closes #4266. 2018-10-07 22:52:54 +03:00
environment.py Merge pull request #4326 from Ericson2314/per-machine 2018-10-25 19:48:42 +03:00
interpreter.py Add 'disabler' argument to functions returning not-found objects 2018-10-23 22:09:55 +03:00
interpreterbase.py Add 'disabler' argument to functions returning not-found objects 2018-10-23 22:09:55 +03:00
linkers.py D: Fix incorrect arch handling in D linkers 2018-09-20 19:00:12 +03:00
mconf.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00
mesonlib.py Merge pull request #4326 from Ericson2314/per-machine 2018-10-25 19:48:42 +03:00
mesonmain.py Hide 'rewrite' and 'runpython' commands from help 2018-10-04 09:40:21 -04:00
minit.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00
minstall.py Fix flake8 'imported but unused' reports 2018-10-24 19:11:46 +03:00
mintro.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00
mlog.py Add --fatal-meson-warnings command line option 2018-09-04 09:01:39 -04:00
mparser.py Interpreter: Add 'continue' and 'break' keywords 2018-10-04 20:14:37 -04:00
msetup.py msetup: Remove dead code 2018-10-17 21:56:49 -04:00
mtest.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 2018-07-25 09:55:16 -04:00
rewriter.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00