Skip to content

Release notes for 0.40.0

Jussi Pakkanen edited this page Mar 23, 2017 · 25 revisions

Preliminary, 0.40.0 has not been released yet

New features

Outputs of generators can be used in custom targets in the VS backend

This has been possible with the Ninja backend for a long time but now the Visual Studio backend works too.

compute_int method in the compiler objects

This method can be used to evaluate the value of an expression. As an example:

cc = meson.get_compiler('c')
two = cc.compute_int('1 + 1') # A very slow way of adding two numbers.

More

Add here as they are merged to master.

Meson documentation has moved

All documentation is now on the main web site.

This page should be at this address.

Clone this wiki locally