4336 Commits (8d3fcb3dc4d7204a4646807f8b5191d79fb291e5)

Author SHA1 Message Date
Martin Liska c1870889b1 Fix missing return statements that are seen with -Werror=return-type. 6 years ago
Jussi Pakkanen d7a682fded No need to reserve build_ because we use build. instead. 6 years ago
Marc-André Lureau 451a32d1c8 meson: skip captured write if content didn't change 6 years ago
Dylan Baker 42d34095b4 compilers/mixins/pgi: Finish type annoations 6 years ago
Dylan Baker fab47c5680 compilers: split pgi compiler out of compilers module 6 years ago
Dylan Baker f574beffb4 compilers/mixins/elbrus: add type annotations and fix types 6 years ago
Dylan Baker 5d685e7a5c compilers: put elbrus in mixins 6 years ago
Dylan Baker 1b276598ce compilers/mixins/clang: Add type annotations 6 years ago
Dylan Baker bc4438b34f compilers: Put clang mixin in a module 6 years ago
Dylan Baker 51b04204c9 compilers/mixins/arm: Add type annotations to armclang 6 years ago
Dylan Baker e879992114 compilers: move ArmClang into mixins/arm.py 6 years ago
Dylan Baker 521e057d97 compilers/mixins/intel: add type annotations 6 years ago
Dylan Baker b8368c1617 compilers: Put Intel compiler classes into the mixins folder 6 years ago
Dylan Baker 488e852e70 compilers/mixins/gnu: Add type annotations 6 years ago
Dylan Baker cd5360821a compilers: split gnu and gnulike compilers out of compilers 6 years ago
Dylan Baker d68969f169 compilers/mixins/visualstudio: Add type annotations 6 years ago
Dylan Baker 214ab455d3 compilers: Move the VisualStudioLikeCompiler class into mixins 6 years ago
Dylan Baker 51c66752a9 compilers/mixins/arm: Add type annotations 6 years ago
Dylan Baker ef448b95ae compilers: Move ArmCompiler to a mixin module 6 years ago
Dylan Baker 675874c303 compilers/mixins/ccrx: add type annotations 6 years ago
Dylan Baker 4d5c745bdc compilers: move ccrx compiler abstraction into mixins 6 years ago
Dylan Baker d483da46a9 compilers: Move clike into a mixins directory 6 years ago
David Seifert fcf27c2a2d Do not fail on passing `-Werror=unused-parameter` from environment 6 years ago
Thibault Saunier 6813ef1e24 cmake: Handle disabling subprojects 6 years ago
Christoph Weiss 185238fdb4 Change meson test's build failure exit code to 125 6 years ago
Michael Hirsch, Ph.D cb7d236696 pythonic file checks 6 years ago
myfreeweb efea48788a Ignore -D* and -fstack-protector* args for D compilers 6 years ago
Daniel Mensinger 5bd21a96b8 cmake: Fix dependencies with try_compile (closes #5605) 6 years ago
Norbert Nemec 555847f20f Fix MSVC /link argument ordering (#5598) 6 years ago
gjaeger1 30e42009c0 Adapting Boost Python library detection to Boost >= 1.67. Closes #4288. 6 years ago
Xavier Claessens d8b3af00ac vs backend: commandrunner.py takes source dir first 6 years ago
Xavier Claessens 12d4031f52 Add alias_target() function 6 years ago
Norbert Nemec 748c9d817d try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependencies 6 years ago
Jussi Pakkanen 724113849c Warn if the user manually adds arguments we have builtin support for. 6 years ago
Norbert Nemec 4b25253bfd Reference error code as hex value and improve comment 6 years ago
Norbert Nemec 62c975659f diagnostics for missing DLLs on Windows in meson_exe.py 6 years ago
Charlie Barto 687bd31317 Make faster w defender atp 6 years ago
Michael Hirsch, Ph.D 8e0acae439
type hints @dcbaker 6 years ago
Michael Hirsch, Ph.D c756d06fbb
add clang c_std=c18 alias 6 years ago
Robin Kertels 96a6d621bf Add (v)c++latest to VC_VERSION_MAP 6 years ago
Norbert Nemec cc3993d1d4 move Gnu-specific feature '--print-search-dirs' to GnuLikeCompiler 6 years ago
Michael Hirsch, Ph.D 85cc424712 expanduser for tilde 6 years ago
Michael Hirsch, Ph.D 324c5b9aae check that compiler name is not blank or empty 6 years ago
Michael Hirsch, Ph.D 041de5814f BUGFIX: typo from 32e827dcdc broke PGI compilers 6 years ago
Jussi Pakkanen 74611ecb1f Fix unittests. 6 years ago
Marvin Scholz 5badc3912d compilers: Add missing cflags when calling compiler in link mode 6 years ago
Marvin Scholz 976c303603 compilers: Fix missing cflags for function detection 6 years ago
ePirat b347f00dc0 Fix windres module argument flattening 6 years ago
Charlie Barto 1e182b51c6 Improve performance with windows defender ATP 6 years ago
Marvin Scholz 0bf5c27b64 env: Do not return empty tool env vars 6 years ago