aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker1-0/+9
2020-03-01meson: cache the results of can_compileMarcel Hollerbach1-0/+1
2020-03-01CompilerArgs: make lookup fasterMarcel Hollerbach1-7/+26
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-0/+3
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan1-0/+3
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen1-1/+19
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan1-1/+19
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker1-1/+7
2020-01-24compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan1-1/+1
2020-01-24typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan1-1/+1
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger1-11/+11
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-69/+69
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