arch1t3cht
af0464352a
vs: Manually link generated .o files
...
Fixes #12550 .
VS automatically links CustomBuild outputs ending in .obj or .res,
but others need to be included explicitly.
1 year ago
Jussi Pakkanen
e75e3976fa
Condense test directory names.
4 years ago
Jussi Pakkanen
9d1e747d17
Condense test directory names again.
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
Michael Hirsch, Ph.D
83b4e981c4
Use strict function prototypes
5 years ago
Jussi Pakkanen
f6ad5d1398
Make all C main functions without arguments have "void" in arg list.
5 years ago
Michael Hirsch, Ph.D
1baa1c9222
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-none on fortran
...
Fortran: check for undeclared variables by forcing implicit none everywhere
C/C++: check for unused parameters and return types
removed unused variables from test cases
ci: do missing return and unused arg check with Github Actions
5 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
7 years ago
Nirbheek Chauhan
2c83bd16fc
Test targets with only generated and prebuilt objects
8 years ago
Nicolas Schneider
a29d9c2c33
vs: fix generators that use indexed output replacements (like @OUTPUT0@)
9 years ago
Jussi Pakkanen
c04e04146e
Use two inputs for a generator to test edge cases.
9 years ago
Jussi Pakkanen
3a3be0f61b
Can now build object files in generators, too.
11 years ago