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 години