aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-0/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-166/+98
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-0/+1
2019-08-04Fix cross compilation on OSXXavier Claessens1-2/+6
2019-07-23compilers: pull sanitzier args into compiler classesDylan Baker1-16/+8
2019-07-23compilers: return as-needed args as a listDylan Baker1-1/+1
2019-07-23compilers: Move lto args into compiler classDylan Baker1-5/+9
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan1-3/+3
2019-07-18fix all flake8 issuesDaniel Mensinger1-4/+3
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker1-69/+0
2019-07-15compilers/mixins/elbrus: add type annotations and fix typesDylan Baker1-1/+1
2019-07-15compilers: put elbrus in mixinsDylan Baker1-40/+0
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-61/+1
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker1-118/+0
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker1-100/+0
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-358/+1
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-386/+1
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker1-109/+0
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker1-129/+1
2019-07-07move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec1-0/+60
2019-07-05Improve performance with windows defender ATPCharlie Barto1-4/+4
2019-06-27Fix two errors when cross-compiling with ValaJames Westman1-0/+3
2019-06-27sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer1-6/+11
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov1-3/+3
2019-06-12Solaris fixesKurtis Rader1-0/+2
2019-06-11compilers: armclang supports only cross-compilationsompen1-1/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-3/+4
2019-05-15UserOption no longer has a name field.John Ericson1-20/+13
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen1-15/+60
2019-05-13compilers: Add basic ICL abstractionsDylan Baker1-0/+42
2019-05-13compilers: ICL is not GCC likeDylan Baker1-2/+2
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker1-1/+1
2019-05-13compilers: Split msvc version code into helperDylan Baker1-10/+13
2019-05-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney1-0/+3
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker1-2/+2
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-0/+329
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-40/+56
2019-04-28Moved caching into a seperate functionDaniel Mensinger1-26/+35
2019-04-28Fixed typeingDaniel Mensinger1-12/+12
2019-04-28Annotaded return types in the base compiler classDaniel Mensinger1-22/+22
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-0/+2
2019-04-28Cache compile results in coredataDaniel Mensinger1-8/+13
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D1-4/+11
2019-04-25Don't use len() to test for container emptinessDylan Baker1-1/+1
2019-04-22Use individual entries for '-Wl,-rpath-link'Fernando Ramos1-6/+12
2019-04-20Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen1-0/+6
2019-04-19Making number of arguments consistent in get_library_dirsmakise-homura1-1/+1
2019-04-12Push formatting of compiler version string down into Compiler classJon Turney1-0/+6
2019-04-09Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen1-1/+12
2019-03-27compilers: Log difference between empty and absent env varJohn Ericson1-12/+19