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.
 
 
 
 
 
 
Nirbheek Chauhan 7aa24c7d0a compilers: Fix header stub change that broke has_function checks on Windows (#559) 9 years ago
..
1 trivial Print output of failed tests. Closes ##347. 9 years ago
2 cpp
3 static Do not use linker arguments on static libraries. 9 years ago
4 shared
5 linkstatic Created a build_target function to set build target type dynamically. 10 years ago
6 linkshared
7 mixed
8 install
9 header install
10 man install
11 subdir
12 data Strip leading source tree dir name from install files if it exists. 9 years ago
13 pch
14 cpp pch
15 mixed pch
16 configure file
17 if More variable introspection. 9 years ago
18 else
19 comparison
20 array
21 includedir
22 header in file list
23 global arg
24 target arg test24: check that a target extra_arg is not applied to other targets 9 years ago
25 object extraction
26 endian Now host_machine, build_machine and target_machine are properly separated and return correct values. 9 years ago
27 library versions
28 config subdir
29 pipeline Flatten method arguments so you can generate an array of items. 9 years ago
30 pipeline
31 find program Use system() instead of name() which is a confusing term. 9 years ago
32 multiline string
33 try compile
34 compiler id
35 sizeof
36 define10
37 has header
38 run program Use system() instead of name() which is a confusing term. 9 years ago
39 tryrun
40 logic ops
41 elif
42 string formatting Join() convenience method for strings. Closes #552. 9 years ago
43 has function compilers: Fix header stub change that broke has_function checks on Windows (#559) 9 years ago
44 has member
45 alignment
46 library chain Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
47 options
48 test args Can add file objects to command line arguments. Closes #235. 9 years ago
49 subproject Projects can specify a license which is written to the dep manifest. 9 years ago
50 subproject options fix test error message 9 years ago
51 pkgconfig-gen And private libraries. 9 years ago
52 custom install dirs
53 subproject subproject Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
54 same file name
55 file grabber Use system() instead of name() which is a confusing term. 9 years ago
56 custom target tests: Use /usr/bin/env python3 9 years ago
57 custom target chain Handle built targets in custom rules. Closes #411. 9 years ago
58 run target Can set build targets as arguments to run_target. Closes #270. 9 years ago
59 object generator fix 'object generator' test case for ninja 9 years ago
60 install script Better error message when failing to run install script. Closes #361. 9 years ago
61 custom target source output Converted a bunch of locations to support different target output path. 9 years ago
62 exe static shared Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
63 array methods
64 custom header generator
65 multiple generators A bunch more conversions. 9 years ago
66 install subdir
67 foreach
68 number arithmetic Add bool to_string() and to_int() methods 9 years ago
69 string arithmetic
70 array arithmetic
71 arithmetic bidmas
72 build always
73 vcstag
74 modules
75 should fail
76 configure file in custom target
77 external test program
78 ctarget dependency A bunch more conversions. 9 years ago
79 shared subproject Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
80 shared subproject 2 Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
81 file object
82 custom subproject dir Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
83 has type
84 extract from nested subdir Fixed broken subdir object extraction and moved tests. 10 years ago
85 internal dependency Now can create internal dependencies to simplify subproject usage. 10 years ago
86 same basename Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
87 declare dep Can specify compile and link args for internal deps. 9 years ago
88 extract all Added a extract_all_objects method to make recombining targets easier. Fixes #205. 9 years ago
89 add language Can add languages only if they are available. Closes #365. 9 years ago
90 identical target name in subproject Fix introspection and make it possible to have top level targets with the same name in subprojects. Fixes #222. 9 years ago
91 plusassign Add += support for strings and integers 9 years ago
92 skip subdir Use makedirs instead of mkdir. Closes #247. 9 years ago
93 private include Basic outline for exposing private dir. Not working fully yet. 9 years ago
94 default options Fixed some tests for new stricter options and OSX. 9 years ago
95 dep fallback Can specify a subproject fallback for dependencies. 9 years ago
96 default library Declare buildtype and platform only once. 9 years ago
97 selfbuilt custom Can use built exes in custom targets. 9 years ago
98 gen extra Can specify extra arguments to generator commands. Closes #315. 9 years ago
99 benchmark Fixed some tests for new stricter options and OSX. 9 years ago
100 test workdir Can specify a working directory for tests. Closes #326. 9 years ago
101 suites A test can be part of multiple suites. 9 years ago
102 threads By default do not specify language version but instead use the compiler's default. 9 years ago
103 manygen Fix manygen to work with msvc. 9 years ago
104 stringdef Forbid backslashes on compiler command lines. It is unfortunately the only reliable way. 9 years ago
105 find program path Only support Python 3. 9 years ago
106 subproject subdir vs2010: fix target_to_build_root method 9 years ago
107 postconf pass meson source and build dirs as env variables for postconf scripts 9 years ago
108 postconf with args pass meson source and build dirs as env variables for postconf scripts 9 years ago
109 testframework options enhance test framework to read meson arguments from a file per test 9 years ago
110 extract same name add test for extracting two objects with the same source file name 9 years ago
111 has header symbol New API: cc.has_header_symbol to check if a header defines a specific symbol 9 years ago