.. |
ast
|
ast: fix #5376
|
2019-05-13 02:48:35 +03:00 |
backend
|
Generators can have extra target dependencies. Closes #4131.
|
2019-05-20 23:38:13 +03:00 |
compilers
|
Fix path splitting in get_compiler_dirs() with GCC/clang on Windows
|
2019-05-16 23:05:49 +03:00 |
dependencies
|
dub: add other library target types
|
2019-05-22 23:55:35 +03:00 |
modules
|
new module "sourceset" to match source file lists against configuration data
|
2019-05-22 12:09:09 +02:00 |
scripts
|
Fix unused variables warnings
|
2019-04-29 12:22:50 +02:00 |
wrap
|
Fixed unnecessary .items()
|
2019-04-29 12:23:13 +02: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 |
build.py
|
Generators can have extra target dependencies. Closes #4131.
|
2019-05-20 23:38:13 +03:00 |
coredata.py
|
Use dependency cache
|
2019-05-20 10:05:36 -07:00 |
envconfig.py
|
Make `PerMachine` and `MachineChoice` have just `build` and `host`
|
2019-05-16 00:27:57 +03:00 |
environment.py
|
Merge pull request #5276 from dcbaker/pkg-config-path-invalidate-cache
|
2019-05-20 22:50:12 +03:00 |
interpreter.py
|
Merge pull request #5372 from dcbaker/get_variable
|
2019-05-21 21:57:05 +03:00 |
interpreterbase.py
|
Address code review
|
2019-04-29 12:23:13 +02:00 |
linkers.py
|
linkers: Add linker class for intel's xilib
|
2019-05-13 11:22:31 -07:00 |
mconf.py
|
Use dependency cache
|
2019-05-20 10:05:36 -07:00 |
mesonlib.py
|
Merge pull request #5395 from dcbaker/mtest-annotations
|
2019-05-16 00:31:01 +03:00 |
mesonmain.py
|
Fix builtin variable names
|
2019-04-29 12:17:40 +02:00 |
minit.py
|
Don't use len() to test for container emptiness
|
2019-04-25 12:28:51 -07:00 |
minstall.py
|
Fix builtin variable names
|
2019-04-29 12:17:40 +02:00 |
mintro.py
|
Use dependency cache
|
2019-05-20 10:05:36 -07:00 |
mlog.py
|
Fix flake8-bugbear warnings
|
2019-04-29 12:22:50 +02:00 |
mparser.py
|
Fix flake8-bugbear warnings
|
2019-04-29 12:22:50 +02:00 |
msetup.py
|
fix error when show default config of list
|
2019-05-05 21:26:11 +03:00 |
msubprojects.py
|
Add 'meson subprojects foreach' command
|
2019-04-01 11:51:02 +02:00 |
mtest.py
|
mtest: annotate and fix bugs found by annotating
|
2019-05-15 09:58:53 -07:00 |
munstable_coredata.py
|
Use dependency cache
|
2019-05-20 10:05:36 -07:00 |
optinterpreter.py
|
Reserve build_ prefix in option names.
|
2019-05-20 22:53:06 +03:00 |
rewriter.py
|
rewriter: optimize the list_to_dict function
|
2019-04-25 12:28:51 -07:00 |