Nirbheek Chauhan
65e9761cb1
Support all kinds of generated vala and vapi sources
...
This is the first step in making Vala support have feature-parity with
C/C++ support. Vala and Vapi sources generated with Generators and
CustomTargets are no longer ignored. Dependencies are setup properly and
they are added to the commandline.
8 years ago
Nirbheek Chauhan
9ac98040ae
Add a unittest using the Vala and C warnings test
...
This actually tests that -Wall, -Werror, and -w are set in the right
targets.
8 years ago
Nirbheek Chauhan
5dcb8daaf3
vala tests: Test no-warnings code with werror in default_options
...
If the no-warnings code is working properly, -Werror will do nothing
because there's no warnings to error out with.
8 years ago
Guillaume Poirier-Morency
a0b04e730e
Add a Vala test case for mixed sources
8 years ago
Nirbheek Chauhan
f42d0f5063
Add a vala test for generated sources in subdirs
...
Modified from a test case provided by @benwaffle on
https://github.com/mesonbuild/meson/issues/815
8 years ago
Jussi Pakkanen
d6b2053146
Can build Vala shared libraries.
9 years ago
Jussi Pakkanen
2d1aa395e8
Dumped fastvapi and made library linking with Vala work.
9 years ago
Igor Gnatenko
d7ca9eee5a
vala: add support for --target-glib
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years ago
Igor Gnatenko
ab1c35dd0b
tests: add negative test against #117
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years ago
Jussi Pakkanen
2c65b1f0c3
Renamed deps -> dependencies.
11 years ago
Jussi Pakkanen
0322579329
Can use external dependencies in Vala.
11 years ago
Jussi Pakkanen
cdee05082b
Can parallel compile a Vala target with multiple files.
11 years ago
Jussi Pakkanen
7edd58f591
Now can compile Vala executables.
11 years ago
Jussi Pakkanen
9c2364b515
Started work on Vala compilation.
11 years ago