summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Let .pc files specify rpath.Dan Kegel2020-05-161-1/+1
* | macos: Remove framwork linkerlike argsEric Lemanissier2020-05-131-1/+1
|/
* Compiler options per langJohn Ericson2020-04-201-6/+7
* compilers: Move things out of clikeDylan Baker2020-04-101-0/+3
* compilers: disable ccache when using temporary source filesLoïc Yhuel2020-03-291-0/+5
* Only split linker args with D compilers. Closes: #6845Jussi Pakkanen2020-03-281-4/+8
* Fix legacy env var support with crossJohn Ericson2020-03-231-32/+30
* compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker2020-03-191-1/+1
* Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen2020-03-121-0/+19
|\
| * compilers: Don't put split soname args in start groupsDylan Baker2020-03-111-0/+10
| * compilers: Don't deduplicate -L= argumentsDylan Baker2020-03-061-0/+9
* | Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen2020-03-091-0/+9
|\ \
| * | Improve error reported when language has no compilerJon Turney2020-02-121-0/+9
* | | mesonlib: Replace unholder argument to listifyDylan Baker2020-03-051-0/+2
| |/ |/|
* | meson: cache the results of can_compileMarcel Hollerbach2020-03-011-0/+1
* | CompilerArgs: make lookup fasterMarcel Hollerbach2020-03-011-7/+26
* | Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen2020-02-231-0/+3
|\ \
| * | ninjabackend: List PDBs in output list for targetsNirbheek Chauhan2020-02-221-0/+3
| |/
* | Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen2020-02-211-1/+19
|\ \
| * | macOS: Remove more unused linkerlike argsnirbheek/strip-more-unused-linkerlike-argsNirbheek Chauhan2020-02-211-1/+19
| |/
* | compilers/compilers: Fix get_linker_idDylan Baker2020-02-211-1/+7
|/
* compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan2020-01-241-1/+1
* typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan2020-01-241-1/+1
* types: Fix/ignore flake8 B014/F811Daniel Mensinger2020-01-081-11/+11
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-69/+69
* add compiler.get_linker_id() methodMichael Hirsch, Ph.D2019-12-191-0/+3
* Consider compiler arguments in linker detection logicDylan Baker2019-12-121-2/+4
* Allow setting <lang>_args before the compiler is detectedDylan Baker2019-12-121-97/+82
* compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-2/+3
* Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2019-12-111-0/+6
|\
| * Allow selecting the dynamic linkerDylan Baker2019-12-021-0/+6
* | compilers: Rework the CompilerArgs to be less awfulDylan Baker2019-12-051-71/+73
* | compilers: use import typing instead of from typing importDylan Baker2019-12-051-44/+47
* | lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger2019-12-051-0/+10
* | lgtm: Actually supress the Non-standard exception warningDaniel Mensinger2019-12-051-6/+6
* | lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger2019-12-051-3/+3
* | lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger2019-12-051-30/+29
|/
* openbsd: execinfo is not a compiler libAntoine Jacoutot2019-11-251-2/+4
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+1
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-44/+5
* Merge pull request #5953 from mensinda/isystemJussi Pakkanen2019-10-061-1/+17
|\
| * Use -isystem instead of -idirafterDaniel Mensinger2019-10-031-1/+17
* | cmake: fix detection of libraries with .so versionDaniel Mensinger2019-10-031-1/+1
|/
* Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy2019-09-271-0/+5
* CUDA support on WindowsAleksey Gurtovoy2019-09-241-2/+11
* the solaris linker also needs start/end-group for circular linkingDylan Baker2019-09-091-2/+2
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-7/+7
* compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker2019-08-301-0/+2
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-166/+98