Jon Turney 87e6201214 Document and improve not-found dependency objects 7 роки тому
..
1 project not first d02e4ce1c9 Created new suite of tests that should fail when executed. 11 роки тому
10 out of bounds ee4e785b1e Add support for subscripting array objects with []. 9 роки тому
11 object arithmetic e37424c9e1 More strict type checking for arithmetic operations. 9 роки тому
12 string arithmetic e37424c9e1 More strict type checking for arithmetic operations. 9 роки тому
13 array arithmetic e37424c9e1 More strict type checking for arithmetic operations. 9 роки тому
14 invalid option name 8ee9365717 Allow option values to contain ':' 7 роки тому
15 kwarg before arg cdbfed21bc Test for posargs being before kwargs. 9 роки тому
16 extract from subproject 8f27cd399e Fixed broken subdir object extraction and moved tests. 9 роки тому
17 same name 833cb56f5c Can create top level targets that have the same name but different type. 9 роки тому
18 wrong plusassign a5abcf1fe2 Created the += operator. 9 роки тому
19 target clash fd47ef3a27 Use '.exe' extension for executables for Cygwin 7 роки тому
2 missing file 619b37bff9 Check that non-existing source files cause errors. 11 роки тому
20 version c5788548d2 Can check for Meson version in project definition. 9 роки тому
21 subver e4ff4b7c8c Can specify version requirements to subprojects. 9 роки тому
22 assert 910dcbf290 Projects can specify default values for options. 9 роки тому
23 rel testdir 23c6de3461 Can specify a working directory for tests. Closes #326. 8 роки тому
25 int conversion 0c96dbff3a String to int conversion. Closes #362. 8 роки тому
26 badlang 8cd3c8124a Can add languages only if they are available. Closes #365. 8 роки тому
27 output subdir bbe4656c51 Guard against subdir segments in output files. 8 роки тому
28 noprog use 317a735b07 Error out if using a not found binary in the build. Closes #469. 8 роки тому
29 no crossprop c0057da133 Can get arbitrary data from cross file properties. 8 роки тому
3 missing subdir 4bacfa6a8c Check that missing subdirs cause an error. 11 роки тому
30 nested ternary b382abdd2c Forbid nested ternary operations. 8 роки тому
31 invalid man extension a7cf241334 Fix validation of man page extension. (#749) 8 роки тому
32 no man extension a7cf241334 Fix validation of man page extension. (#749) 8 роки тому
33 exe static shared ce1393609f Error out if shared lib links to static lib without PIC 8 роки тому
34 non-root subproject 52b589fd55 Test that invalid subproject code in dependency() errors out 7 роки тому
35 dependency not-required then required d45db903ac Rename test cases to remove duplicate numbers. 7 роки тому
36 project argument after target d45db903ac Rename test cases to remove duplicate numbers. 7 роки тому
37 pkgconfig dependency impossible conditions e1c9d94708 Allow many version conditions for pkg-config deps 7 роки тому
38 has function external dependency 7b8f41ce31 Compiler checks can only accept external dependencies 7 роки тому
39 libdir must be inside prefix 23f3cec9d0 Force installation dir options to be inside prefix 7 роки тому
4 missing meson.build 4bacfa6a8c Check that missing subdirs cause an error. 11 роки тому
40 prefix absolute 23f3cec9d0 Force installation dir options to be inside prefix 7 роки тому
41 kwarg assign 8ec9b0a71f Better error message when using = rather than : for defining keywords. 7 роки тому
42 custom target plainname many inputs f3ff8fe6b7 custom_target: Substitute input into output 7 роки тому
43 custom target outputs not matching install_dirs 57cb1f9aad Support multiple install dirs for built/custom targets 7 роки тому
44 project name colon 713ea6aa2f Renamed test to keep numbers sequential. 7 роки тому
45 abs subdir faf0ce96e2 Rename tests with duplicate numbers. 7 роки тому
46 abspath to srcdir faf0ce96e2 Rename tests with duplicate numbers. 7 роки тому
47 pkgconfig variables reserved 7ed19902be pkgconfig: add suppport for custom variables during generation 7 роки тому
48 pkgconfig variables zero length 7ed19902be pkgconfig: add suppport for custom variables during generation 7 роки тому
49 pkgconfig variables zero length value 7ed19902be pkgconfig: add suppport for custom variables during generation 7 роки тому
5 misplaced option 0da4537b69 Preserve option function for option files. 11 роки тому
50 pkgconfig variables not key value 7ed19902be pkgconfig: add suppport for custom variables during generation 7 роки тому
51 executable comparison b36513a5b6 Only allow equality comparisons for non-elementary types. 7 роки тому
52 inconsistent comparison 0e56ec2dbd Don't allow non-equality comparisons across types. 7 роки тому
53 slashname 7882549f86 Target file name must not contain a path separator as that breaks things. 7 роки тому
54 reserved meson prefix 0f85d9f66d Renamed dir to avoid duplicate test numbers. 7 роки тому
55 wrong shared crate type f4d13e180f add failing test cases for wrong Rust crate types per @TingPing 7 роки тому
56 wrong static crate type f4d13e180f add failing test cases for wrong Rust crate types per @TingPing 7 роки тому
57 or on new line 506cc57cc8 Do not permit invalid and/or nodes to be declared. Closes #1886. 7 роки тому
58 kwarg in module f5b95dfa06 Renamed test to remove duplicate test number. 7 роки тому
59 link with executable 8c39007e41 Renamed test dirs to remove duplicated numbers. 7 роки тому
6 missing incdir ab0cc277d1 After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist. 10 роки тому
60 assign custom target index dda5e8cadb Allow CustomTarget's to be indexed 7 роки тому
61 getoption prefix 1b442d11b4 Prevent projects from grabbing other projects' options. 7 роки тому
62 bad option argument 7dfad54f06 options: Add a permitted_kwargs function 7 роки тому
63 subproj filegrab 004cc1493b Add a bunch of tests to sandboxing. 7 роки тому
64 grab subproj 004cc1493b Add a bunch of tests to sandboxing. 7 роки тому
65 grab sibling dbf7c7edf8 spelling: existence 6 роки тому
66 string as link target 1a159db8e9 Raise InvalidArguments when trying to link against strings 6 роки тому
67 dependency not-found and required 87e6201214 Document and improve not-found dependency objects 6 роки тому
7 go to subproject 2444eb357e Added failing test. 10 роки тому
8 recursive e0c4447666 Test for recursive instantiations of subprojects. 10 роки тому
9 missing extra file 77e9a24589 Can specify extra files that show up in IDEs as parts of a target. 10 роки тому