-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
This has been possible with the Ninja backend for a long time but now the Visual Studio backend works too.
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.
Add here as they are merged to master.
All documentation is now on the main web site.
This page should be at this address.