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 aad3a7a76e Added test for external deps and fixed comments at the same time. 12 years ago
..
1 trivial Started work on keyword arguments. 12 years ago
2 cxx Renamed language name from c++ to cxx to make things easier. 12 years ago
3 static Define used languages in project() function. 12 years ago
4 shared Define used languages in project() function. 12 years ago
5 linkstatic Define link with keyword arguments. 12 years ago
6 linkshared Fixed a few build files. 12 years ago
7 mixed Renamed language name from c++ to cxx to make things easier. 12 years ago
8 install Removed install method from BuildTarget. 12 years ago
9 header install Can set header subdir with keyword arguments. 12 years ago
10 man install Can install Man files. 12 years ago
11 subdir Can install data files. 12 years ago
12 data Can install data with keyword arguments. 12 years ago
13 pch Can specify PCH with keyword arguments. 12 years ago
14 cxx pch Can specify PCH with keyword arguments. 12 years ago
15 mixed pch Can specify PCH with keyword arguments. 12 years ago
16 configure file Can generate configure files. 12 years ago
17 if Added if clause. 12 years ago
18 else Added else block support. 12 years ago
19 comparison Added comparison. 12 years ago
20 array More keyword argument wrangling. 12 years ago
21 includedir Add include directories with keyword arguments. 12 years ago
22 header in file list Filter header files from built sources. 12 years ago
23 global arg Specify language for global_arguments with keyword arguments. 12 years ago
24 target arg Can specify extra compiler flags with keyword arguments. 12 years ago
25 numbers More keyword adding. 12 years ago
26 endian Simpler endianness tester. 12 years ago
27 library versions Can specify library versions with keyword arguments. 12 years ago
28 config subdir More keyword stuff, now the entire test suite passes. 12 years ago
29 external dep Added test for external deps and fixed comments at the same time. 12 years ago