Eli Schwartz
59d4f771d2
editorconfig: add setting to trim trailing whitespace
...
and clean up all outstanding issues
Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
3 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Daniel Mensinger
8e60b8c146
test: merge installed_files.txt into test.json
5 years ago
Marco Trevisan (Treviño)
0fc9a60189
run_proect_tests: add cygwin as platform fix name
6 years ago
Marco Trevisan (Treviño)
b484f2ae22
test cases: add missing files to installed_files.txt
...
All these are marked as files to be installed, so we need list them.
6 years ago
Jussi Pakkanen
b400cbe058
Kill tabs dead! For good!
6 years ago
Jon Turney
b616abafd8
Fix installed files check for gobject-introspection tests on Cygwin
...
g-ir-scanner --no-libtool needed some fixes similar to [1] for Cygwin, as
well. Now that is done, it's possible to make these tests run and pass on
Cygwin.
[1] https://bugzilla.gnome.org/show_bug.cgi?id=781525
7 years ago
Nirbheek Chauhan
c52963cd16
vala: Allow installation into default directories
...
For generated headers, vapis, and GIRs.
https://github.com/mesonbuild/meson/pull/1469#issuecomment-292814000
8 years ago
Guillaume Poirier-Morency
b2a39dd06e
vala: Generate GIR into the build directory ( fix #185 )
...
Add a Vala test generating GIR and typelib files.
8 years ago