This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
4684
Commits
79
Branches
175
Tags
88 MiB
Python
80.2%
Meson
11.8%
C
3.7%
Shell
1.1%
C++
1.1%
Other
1.5%
Tree:
5208e6524c
meson
/
test cases
/
failing
History
Josh Soref
dbf7c7edf8
spelling: existence
7 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
…
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
…
19 target clash
…
20 version
…
21 subver
…
22 assert
…
23 rel testdir
…
25 int conversion
…
26 badlang
…
27 output subdir
…
28 noprog use
…
29 no crossprop
…
30 nested ternary
…
31 invalid man extension
…
32 no man extension
…
33 exe static shared
…
34 non-root subproject
…
35 dependency not-required then required
…
36 project argument after target
…
37 pkgconfig dependency impossible conditions
…
38 has function external dependency
…
39 libdir must be inside prefix
…
40 prefix absolute
…
41 kwarg assign
…
42 custom target plainname many inputs
…
43 custom target outputs not matching install_dirs
…
44 project name colon
…
45 abs subdir
…
46 abspath to srcdir
…
47 pkgconfig variables reserved
…
48 pkgconfig variables zero length
…
49 pkgconfig variables zero length value
…
50 pkgconfig variables not key value
…
51 executable comparison
Only allow equality comparisons for non-elementary types.
8 years ago
52 inconsistent comparison
Don't allow non-equality comparisons across types.
8 years ago
53 slashname
Target file name must not contain a path separator as that breaks things.
8 years ago
54 reserved meson prefix
Renamed dir to avoid duplicate test numbers.
8 years ago
55 wrong shared crate type
add failing test cases for wrong Rust crate types per
@TingPing
8 years ago
56 wrong static crate type
add failing test cases for wrong Rust crate types per
@TingPing
8 years ago
57 or on new line
Do not permit invalid and/or nodes to be declared.
Closes
#1886
An error occurred
.
8 years ago
58 kwarg in module
Renamed test to remove duplicate test number.
8 years ago
59 link with executable
Renamed test dirs to remove duplicated numbers.
8 years ago
60 assign custom target index
Allow CustomTarget's to be indexed
8 years ago
61 getoption prefix
Prevent projects from grabbing other projects' options.
8 years ago
62 bad option argument
options: Add a permitted_kwargs function
8 years ago
63 subproj filegrab
Add a bunch of tests to sandboxing.
7 years ago
64 grab subproj
Add a bunch of tests to sandboxing.
7 years ago
65 grab sibling
spelling: existence
7 years ago
66 string as link target
Raise InvalidArguments when trying to link against strings
7 years ago