.. |
1 project not first
|
Created new suite of tests that should fail when executed.
|
2013-08-10 23:02:51 +03:00 |
2 missing file
|
Check that non-existing source files cause errors.
|
2013-08-10 23:17:11 +03:00 |
3 missing subdir
|
Check that missing subdirs cause an error.
|
2013-08-11 00:35:55 +03:00 |
4 missing meson.build
|
Check that missing subdirs cause an error.
|
2013-08-11 00:35:55 +03:00 |
5 misplaced option
|
Preserve option function for option files.
|
2013-10-16 21:23:29 +03:00 |
6 missing incdir
|
After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist.
|
2014-01-18 23:11:59 +02:00 |
7 go to subproject
|
Added failing test.
|
2014-02-24 00:37:07 +02:00 |
8 recursive
|
Test for recursive instantiations of subprojects.
|
2014-02-24 00:43:45 +02:00 |
9 missing extra file
|
Can specify extra files that show up in IDEs as parts of a target.
|
2014-04-25 22:13:15 +03:00 |
10 out of bounds
|
Add support for subscripting array objects with [].
|
2015-08-19 23:34:49 +03:00 |
11 object arithmetic
|
More strict type checking for arithmetic operations.
|
2014-11-16 19:56:22 +02:00 |
12 string arithmetic
|
More strict type checking for arithmetic operations.
|
2014-11-16 19:56:22 +02:00 |
13 array arithmetic
|
More strict type checking for arithmetic operations.
|
2014-11-16 19:56:22 +02:00 |
14 invalid option name
|
Allow option values to contain ':'
|
2017-04-04 23:41:23 +05:30 |
15 kwarg before arg
|
Test for posargs being before kwargs.
|
2015-03-15 22:02:11 +02:00 |
16 extract from subproject
|
Fixed broken subdir object extraction and moved tests.
|
2015-06-17 20:50:03 +03:00 |
17 same name
|
Can create top level targets that have the same name but different type.
|
2015-07-05 01:47:34 +03:00 |
18 wrong plusassign
|
Created the += operator.
|
2015-08-14 16:05:58 +03:00 |
19 target clash
|
Use '.exe' extension for executables for Cygwin
|
2017-04-06 22:47:15 +01:00 |
20 version
|
Can check for Meson version in project definition.
|
2015-10-15 21:18:39 +03:00 |
21 subver
|
Can specify version requirements to subprojects.
|
2015-10-16 00:03:51 +03:00 |
22 assert
|
Projects can specify default values for options.
|
2015-10-20 18:25:53 +03:00 |
23 rel testdir
|
Can specify a working directory for tests. Closes #326.
|
2015-12-08 15:45:51 +02:00 |
25 int conversion
|
String to int conversion. Closes #362.
|
2016-01-25 21:51:41 +02:00 |
26 badlang
|
Can add languages only if they are available. Closes #365.
|
2016-01-25 22:39:47 +02:00 |
27 output subdir
|
Guard against subdir segments in output files.
|
2016-02-14 18:54:12 +02:00 |
28 noprog use
|
Error out if using a not found binary in the build. Closes #469.
|
2016-03-23 21:26:55 +02:00 |
29 no crossprop
|
Can get arbitrary data from cross file properties.
|
2016-07-02 00:00:03 +03:00 |
30 nested ternary
|
Forbid nested ternary operations.
|
2016-08-01 20:49:30 +03:00 |
31 invalid man extension
|
Fix validation of man page extension. (#749)
|
2016-09-03 00:00:58 +03:00 |
32 no man extension
|
Fix validation of man page extension. (#749)
|
2016-09-03 00:00:58 +03:00 |
33 exe static shared
|
Error out if shared lib links to static lib without PIC
|
2016-10-08 01:02:16 +05:30 |
34 non-root subproject
|
Test that invalid subproject code in dependency() errors out
|
2016-11-05 03:17:27 +05:30 |
35 dependency not-required then required
|
Rename test cases to remove duplicate numbers.
|
2016-11-14 13:50:31 -05:00 |
36 project argument after target
|
Rename test cases to remove duplicate numbers.
|
2016-11-14 13:50:31 -05:00 |
37 pkgconfig dependency impossible conditions
|
Allow many version conditions for pkg-config deps
|
2016-12-03 21:46:20 +02:00 |
38 has function external dependency
|
Compiler checks can only accept external dependencies
|
2016-12-07 00:08:16 +05:30 |
39 libdir must be inside prefix
|
Force installation dir options to be inside prefix
|
2017-01-23 20:34:45 +02:00 |
40 prefix absolute
|
Force installation dir options to be inside prefix
|
2017-01-23 20:34:45 +02:00 |
41 kwarg assign
|
Better error message when using = rather than : for defining keywords.
|
2017-01-23 22:02:37 +02:00 |
42 custom target plainname many inputs
|
custom_target: Substitute input into output
|
2017-02-20 23:32:03 +05:30 |
43 custom target outputs not matching install_dirs
|
Support multiple install dirs for built/custom targets
|
2017-04-04 14:59:13 +05:30 |
44 project name colon
|
Renamed test to keep numbers sequential.
|
2017-04-19 16:13:25 +03:00 |
45 abs subdir
|
Rename tests with duplicate numbers.
|
2017-04-29 21:40:37 -04:00 |
46 abspath to srcdir
|
Rename tests with duplicate numbers.
|
2017-04-29 21:40:37 -04:00 |