Daniel Mensinger
2e2ca5a877
cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10
3 years ago
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
Jussi Pakkanen
639063db7f
One more unixy fix.
4 years ago
Jon Turney
bd16b4846f
Add a test of a failed pickled command
4 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
55d3fe4f4a
cmake: Ignore files that violate subproject isolation ( fixes #6640 )
5 years ago
Nicolas Schneider
f1b32aa4bb
vs: respect 'b_pch' option
...
Fixes #4681 .
6 years ago
Jon Turney
6700a8bfd7
Fix hidden symbol test for Windows clang
...
This only happened to work with MSVC by accident (since shared libraries
don't export symbols by default with that)
6 years ago
Jussi Pakkanen
fb2cdd0fe2
Call it gnu_symbol_visibility instead.
6 years ago
Jussi Pakkanen
6a0e674043
Add kwarg for specifying symbol visibility.
6 years ago
Nirbheek Chauhan
78325f884d
tests/failing build/1: Fix test with ICC
...
Explicitly warn with the `#warning` macro to ensure that ICC emits
a warning since ICC does not emit a warning for unused variables.
Also makes the test more reliable with other compilers.
8 years ago
Nirbheek Chauhan
354c4bcaeb
Test that warnings apply to C files in Vala targets
8 years ago