553 Commits (f3199edaf8802e2a59fed2f83e825e09b9d4bd0d)

Author SHA1 Message Date
Dylan Baker 5d7395673d compilers: return as-needed args as a list 5 years ago
Dylan Baker 7eb1d89095 compilers: Move lto args into compiler class 5 years ago
Nirbheek Chauhan 9c2724bce5 Add optional progress bar when generating build.ninja 5 years ago
Jeremy Philippe c206f3cb1d ValaCompiler: only emit '--debug' in debug build. 5 years ago
Daniel Mensinger bc0f510ef1 fix all flake8 issues 5 years ago
Martin Liska c1870889b1 Fix missing return statements that are seen with -Werror=return-type. 5 years ago
Dylan Baker 42d34095b4 compilers/mixins/pgi: Finish type annoations 5 years ago
Dylan Baker fab47c5680 compilers: split pgi compiler out of compilers module 5 years ago
Dylan Baker f574beffb4 compilers/mixins/elbrus: add type annotations and fix types 5 years ago
Dylan Baker 5d685e7a5c compilers: put elbrus in mixins 5 years ago
Dylan Baker 1b276598ce compilers/mixins/clang: Add type annotations 5 years ago
Dylan Baker bc4438b34f compilers: Put clang mixin in a module 5 years ago
Dylan Baker 51b04204c9 compilers/mixins/arm: Add type annotations to armclang 5 years ago
Dylan Baker e879992114 compilers: move ArmClang into mixins/arm.py 5 years ago
Dylan Baker 521e057d97 compilers/mixins/intel: add type annotations 5 years ago
Dylan Baker b8368c1617 compilers: Put Intel compiler classes into the mixins folder 5 years ago
Dylan Baker 488e852e70 compilers/mixins/gnu: Add type annotations 5 years ago
Dylan Baker cd5360821a compilers: split gnu and gnulike compilers out of compilers 5 years ago
Dylan Baker d68969f169 compilers/mixins/visualstudio: Add type annotations 5 years ago
Dylan Baker 214ab455d3 compilers: Move the VisualStudioLikeCompiler class into mixins 5 years ago
Dylan Baker 51c66752a9 compilers/mixins/arm: Add type annotations 5 years ago
Dylan Baker ef448b95ae compilers: Move ArmCompiler to a mixin module 5 years ago
Dylan Baker 675874c303 compilers/mixins/ccrx: add type annotations 5 years ago
Dylan Baker 4d5c745bdc compilers: move ccrx compiler abstraction into mixins 5 years ago
Dylan Baker d483da46a9 compilers: Move clike into a mixins directory 5 years ago
David Seifert fcf27c2a2d Do not fail on passing `-Werror=unused-parameter` from environment 5 years ago
myfreeweb efea48788a Ignore -D* and -fstack-protector* args for D compilers 5 years ago
Norbert Nemec 555847f20f Fix MSVC /link argument ordering (#5598) 5 years ago
Charlie Barto 687bd31317 Make faster w defender atp 5 years ago
Michael Hirsch, Ph.D c756d06fbb
add clang c_std=c18 alias 5 years ago
Robin Kertels 96a6d621bf Add (v)c++latest to VC_VERSION_MAP 5 years ago
Norbert Nemec cc3993d1d4 move Gnu-specific feature '--print-search-dirs' to GnuLikeCompiler 5 years ago
Jussi Pakkanen 74611ecb1f Fix unittests. 5 years ago
Marvin Scholz 5badc3912d compilers: Add missing cflags when calling compiler in link mode 5 years ago
Marvin Scholz 976c303603 compilers: Fix missing cflags for function detection 5 years ago
Charlie Barto 1e182b51c6 Improve performance with windows defender ATP 5 years ago
Abhishek Pandit-Subedi 968aee4f18 Return zero in cross_sizeof 5 years ago
James Westman 77c3e6a4aa Fix two errors when cross-compiling with Vala 5 years ago
Cody Schafer 11248eb203 sanitycheckc: avoid linking sanitycheckc when cross compiling 5 years ago
Dylan Baker e2039da5d9 Split attribute visibility 6 years ago
Michael Hirsch, Ph.D c89aa20941 known Python 3.5 on windows workaround for subprocess(cwd=str(Path)) 6 years ago
Michael Hirsch, Ph.D 1d6ed8cac8 windows ifort can't do shared_library sanely 6 years ago
Michael Hirsch, Ph.D 5b109c9ad2 correct missing argument for IntelClFortranCompiler 6 years ago
Nirbheek Chauhan 9042130e9a compilers: Fix bitcode and other options for objc code 6 years ago
Jussi Pakkanen d1dd6df37b Increase logging for Rust CI failures. 6 years ago
Marvin Scholz fa431dddbc compilers: Add logging for symbol prefix test 6 years ago
Roman Shpuntov 3b17344b11 tvOS: added support AppleTVOS 6 years ago
Kurtis Rader e06f0e6aaf Solaris fixes 6 years ago
sompen 3c461bcf4f compilers: armclang supports only cross-compilation 6 years ago
sompen 201ecf52d1 compilers/cpp: Fix removal of name from Combo options for Armclang 6 years ago