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.
8 lines
400 B
8 lines
400 B
## Summary improvements |
|
|
|
A new `list_sep` keyword argument has been added to `summary()` function. |
|
If defined and the value is a list, elements will be separated by the provided |
|
string instead of being aligned on a new line. |
|
|
|
The automatic `subprojects` section now also print the number of warnings encountered |
|
during that subproject configuration, or the error message if the configuration failed.
|
|
|