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.
 
 
 
 
 
 
Jussi Pakkanen 873ffe782c Merge pull request #390 from nirbheek/msvc-module-defs 9 years ago
..
1 project not first
2 missing file
3 missing subdir
4 missing meson.build
5 misplaced option
6 missing incdir
7 go to subproject
8 recursive
9 missing extra file
10 out of bounds Add support for subscripting array objects with []. 10 years ago
11 object arithmetic
12 string arithmetic
13 array arithmetic
14 invalid option name
15 kwarg before arg
16 extract from subproject
17 same name
18 wrong plusassign Created the += operator. 10 years ago
19 target clash Prevent generation of Ninja files with target ambiguities. 10 years ago
20 version Can check for Meson version in project definition. 9 years ago
21 subver Can specify version requirements to subprojects. 9 years ago
22 assert Projects can specify default values for options. 9 years ago
23 rel testdir Can specify a working directory for tests. Closes #326. 9 years ago
24 backslash Forbid backslashes on compiler command lines. It is unfortunately the only reliable way. 9 years ago
25 int conversion String to int conversion. Closes #362. 9 years ago
26 badlang Can add languages only if they are available. Closes #365. 9 years ago
27 output subdir Guard against subdir segments in output files. 9 years ago
28 no vs module defs Add shared_library argument for a Visual Studio module definitions file 9 years ago
28 noprog use Error out if using a not found binary in the build. Closes #469. 9 years ago