.. |
backend
|
Merge pull request #2976 from dzabraev/fix-reversed-order
|
2018-03-25 20:26:02 +03:00 |
compilers
|
Support data types larger than 128 bytes
|
2018-03-25 17:22:05 +03:00 |
dependencies
|
PkgConfigDependency: Search for pkg-config with ExternalProgram
|
2018-03-12 22:25:33 +02:00 |
modules
|
Don't crash when using d_module_versions for pkg-config
|
2018-03-29 20:28:33 +03:00 |
scripts
|
gtkdochelper: print warnings
|
2018-04-02 19:49:22 +03:00 |
wrap
|
wrap: Fix broken logic when initializing submodules
|
2018-02-20 00:16:38 +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 |
astinterpreter.py
|
cleanup: Remove redundant parentheses
|
2017-01-18 21:22:47 +02:00 |
build.py
|
Fixing flake8
|
2018-03-29 14:43:56 +05:30 |
coredata.py
|
Do not use bare except [flake8]
|
2018-03-11 23:36:04 +00:00 |
environment.py
|
Fix detection to work with newer Java compilers.
|
2018-04-02 12:20:45 +03:00 |
interpreter.py
|
Added link to documentation and examples for find_library replacement (#3346)
|
2018-03-31 11:38:09 +03:00 |
interpreterbase.py
|
Allow meson build file to exit early. (#2808)
|
2018-03-29 21:29:45 +03:00 |
linkers.py
|
haiku: do not add pthread arguments
|
2017-12-07 09:35:12 -08:00 |
mconf.py
|
Always build parser objects anew to avoid leaking old data.
|
2018-03-27 00:39:45 +03:00 |
mesonlib.py
|
Grab a file lock on the build dir during modifications.
|
2018-03-20 22:28:37 +02:00 |
mesonmain.py
|
Grab a file lock on the build dir during modifications.
|
2018-03-20 22:28:37 +02:00 |
minit.py
|
Generate meson.build based on existing source files when meson init is run in a non-empty directory.
|
2018-03-06 00:05:17 +02:00 |
mintro.py
|
Always build parser objects anew to avoid leaking old data.
|
2018-03-27 00:39:45 +03:00 |
mlog.py
|
Refactor: Add log.error and log.exception to reduce code duplication.
|
2018-03-10 18:04:52 +02:00 |
mparser.py
|
Newlines in single line strings should only be a warning for now.
|
2018-02-21 19:09:35 +02:00 |
mtest.py
|
Merge pull request #3322 from sarum9in/run_timeout
|
2018-03-29 21:48:09 +03:00 |
optinterpreter.py
|
options: s/yiel/yield/ typo
|
2018-03-20 07:05:24 +00:00 |
rewriter.py
|
Always build parser objects anew to avoid leaking old data.
|
2018-03-27 00:39:45 +03:00 |