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 0962909120 Can specify a subproject fallback for dependencies. 9 years ago
..
1 trivial Can check for Meson version in project definition. 9 years ago
2 cpp Can specify extra files that show up in IDEs as parts of a target. 11 years ago
3 static Split test suite into common and platform dependent parts. 12 years ago
4 shared Some minor tweaks. 12 years ago
5 linkstatic Created a build_target function to set build target type dynamically. 10 years ago
6 linkshared Rework installation logic so we can go outside the install prefix. 10 years ago
7 mixed C++ is now called cpp rather than cxx. 12 years ago
8 install Rework installation logic so we can go outside the install prefix. 10 years ago
9 header install Rework installation logic so we can go outside the install prefix. 10 years ago
10 man install Rework installation logic so we can go outside the install prefix. 10 years ago
11 subdir Split test suite into common and platform dependent parts. 12 years ago
12 data Changed install_data to get rid of useless and confusing target subdir name. 10 years ago
13 pch At last! MSVC precompiles headers and can use them. 12 years ago
14 cpp pch Precompiled headers work for C++. 12 years ago
15 mixed pch Mixed mode pch works again. 12 years ago
16 configure file Generate configure files immediately when they are declared. Closes #88. 10 years ago
17 if More variable introspection. 9 years ago
18 else Renamed add_test to test. 12 years ago
19 comparison Renamed add_test to test. 12 years ago
20 array Renamed add_test to test. 12 years ago
21 includedir Spell out include_directories. 10 years ago
22 header in file list Renamed add_test to test. 12 years ago
23 global arg C++ is now called cpp rather than cxx. 12 years ago
24 target arg C++ is now called cpp rather than cxx. 12 years ago
25 object extraction Make extract_objects work with subdirectories. 10 years ago
26 endian Now host_machine, build_machine and target_machine are properly separated and return correct values. 9 years ago
27 library versions Rework installation logic so we can go outside the install prefix. 10 years ago
28 config subdir Spell out include_directories. 10 years ago
29 pipeline Flatten method arguments so you can generate an array of items. 9 years ago
30 pipeline Fix a few resource leaks in a fit of OCD. 10 years ago
31 find program Use system() instead of name() which is a confusing term. 9 years ago
32 multiline string Yo dawg, can embed quoted single quotes inside quotes. 10 years ago
33 try compile Simpler name. 11 years ago
34 compiler id Can extract compiler ID string. 12 years ago
35 sizeof Make sure that build and source subdirectories are always in search 10 years ago
36 define10 Make sure that build and source subdirectories are always in search 10 years ago
37 has header Added has_header method. 12 years ago
38 run program Use system() instead of name() which is a confusing term. 9 years ago
39 tryrun More introspection. 11 years ago
40 logic ops Can chain multiple logical operations in a row. 10 years ago
41 elif Cleaner, simpler elif. 11 years ago
42 string formatting String startswith and endswith methods. 9 years ago
43 has function Forgot this one. 11 years ago
44 has member Can check for members in structures. 11 years ago
45 alignment Looser alignment checks. Closes #58. 10 years ago
46 library chain Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
47 options Allow getting builtin options with get_option. Fixes #23. 10 years ago
48 test args Can add file objects to command line arguments. Closes #235. 9 years ago
49 subproject Can specify version requirements to subprojects. 9 years ago
50 subproject options Start of subproject redesign, moved subprojects to the dedicated subdirectory. 11 years ago
51 pkgconfig-gen Rework installation logic so we can go outside the install prefix. 10 years ago
52 custom install dirs Changed install_data to get rid of useless and confusing target subdir name. 10 years ago
53 subproject subproject Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
54 same file name Can have multiple source files with the same name in one target. 11 years ago
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 tests: Use /usr/bin/env python3 9 years ago
58 run target Can set build targets as arguments to run_target. Closes #270. 9 years ago
59 object generator tests: Use /usr/bin/env python3 9 years ago
60 install script Allow more than one install script and make gtkdoc method return one. 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 Added array methods. 10 years ago
64 custom header generator Make sure that build and source subdirectories are always in search 10 years ago
65 multiple generators A bunch more conversions. 9 years ago
66 install subdir Rework installation logic so we can go outside the install prefix. 10 years ago
67 foreach Rework installation logic so we can go outside the install prefix. 10 years ago
68 number arithmetic Add number, string and array arithmetic 10 years ago
69 string arithmetic Test fixing. 10 years ago
70 array arithmetic Add number, string and array arithmetic 10 years ago
71 arithmetic bidmas Add number, string and array arithmetic 10 years ago
72 build always Make sure that build and source subdirectories are always in search 10 years ago
73 vcstag fixed typo in filename 10 years ago
74 modules A very simple module implementation to get things going. 10 years ago
75 should fail Add should_fail kwarg to test to indicate tests that should fail. 10 years ago
76 configure file in custom target Shameful hack to get configure files working with custom targets. Needs to be fixed properly during file object refactoring. 10 years ago
77 external test program Add this thing I forgot. 10 years ago
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 Renamed file function to files and made it take multiple arguments. 10 years ago
82 custom subproject dir Fix symbol exportation and other things to make all tests pass on MSVC. 9 years ago
83 has type add has_type method 10 years ago
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 Added test for declare_dependency. 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 Added (or, rather, brought back) the add_languages function. 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 subscripting array objects with []. 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 Use project default settings in compile tests unless told not to. Closes #296. 9 years ago
95 dep fallback Can specify a subproject fallback for dependencies. 9 years ago