summaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/linkers.py
Commit message (Expand)AuthorAgeFilesLines
* Changing xc16's linker from 'xc16-gcc.exe' to 'xc16-gcc'. Windows willgeorgev932021-10-271-2/+2
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* ar linker: generate thin archives for uninstalled static librariesEli Schwartz2021-10-101-8/+19
* linkers: reorganize Ar linker into a base classEli Schwartz2021-10-101-29/+24
* Comments on nagfor options setup.Mat Cross2021-09-101-1/+8
* Implemented some missing operation for the NAG Fortran Compiler.Mat Cross2021-09-101-0/+30
* pylint: turn on superflous-parensDylan Baker2021-08-311-1/+1
* Cuda: Fix linking with shared versioned internal libsDavid Seifert2021-07-181-2/+6
* Merge pull request #8996 from bonzini/fix8746Jussi Pakkanen2021-07-181-24/+11
|\
| * linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini2021-07-141-22/+11
| * do not add SONAME to shared modulesPaolo Bonzini2021-07-141-2/+0
* | Update linkers.pyIan Harvey2021-07-171-0/+6
|/
* condense linesEli Schwartz2021-07-051-6/+3
* simplify mesonlib imports for the sake of line lengthsEli Schwartz2021-07-051-11/+12
* more f-strings too complex to be caught by pyupgradeEli Schwartz2021-07-051-4/+4
* C2000: linker uses now binary setting defined within the cross-filemiebka2021-07-011-2/+2
* linkers: move linkers.py into the linkers packageDaniel Mensinger2021-06-251-0/+1429