summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)Author
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker
2019-12-05compilers: use import typing instead of from typing importDylan Baker
2019-12-05lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger
2019-12-02Allow selecting the dynamic linkerDylan Baker
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen
2019-10-03cmake: fix detection of libraries with .so versionDaniel Mensinger
2019-10-03Use -isystem instead of -idirafterDaniel Mensinger
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy
2019-09-24CUDA support on WindowsAleksey Gurtovoy
2019-09-09the solaris linker also needs start/end-group for circular linkingDylan Baker
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen
2019-08-04Fix cross compilation on OSXXavier Claessens
2019-07-23compilers: pull sanitzier args into compiler classesDylan Baker
2019-07-23compilers: return as-needed args as a listDylan Baker
2019-07-23compilers: Move lto args into compiler classDylan Baker
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan
2019-07-18fix all flake8 issuesDaniel Mensinger
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker
2019-07-15compilers/mixins/elbrus: add type annotations and fix typesDylan Baker
2019-07-15compilers: put elbrus in mixinsDylan Baker
2019-07-15compilers: Put clang mixin in a moduleDylan Baker
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker
2019-07-07move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec
2019-07-05Improve performance with windows defender ATPCharlie Barto
2019-06-27Fix two errors when cross-compiling with ValaJames Westman
2019-06-27sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov
2019-06-12Solaris fixesKurtis Rader
2019-06-11compilers: armclang supports only cross-compilationsompen
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-15UserOption no longer has a name field.John Ericson
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen
2019-05-13compilers: Add basic ICL abstractionsDylan Baker