aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-0/+3
2019-12-12Consider compiler arguments in linker detection logicDylan Baker1-2/+4
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker1-97/+82
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker1-2/+3
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-0/+6
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker1-71/+73
2019-12-05compilers: use import typing instead of from typing importDylan Baker1-44/+47
2019-12-05lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger1-0/+10
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger1-6/+6
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger1-3/+3
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger1-30/+29
2019-12-02Allow selecting the dynamic linkerDylan Baker1-0/+6
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot1-2/+4
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-20Fix all flake8 warningsDaniel Mensinger1-1/+1
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-44/+5
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen1-1/+17
2019-10-03cmake: fix detection of libraries with .so versionDaniel Mensinger1-1/+1
2019-10-03Use -isystem instead of -idirafterDaniel Mensinger1-1/+17
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy1-0/+5
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-2/+11
2019-09-09the solaris linker also needs start/end-group for circular linkingDylan Baker1-2/+2
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-7/+7
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