summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
Commit message (Expand)AuthorAgeFilesLines
* Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed2020-05-221-6/+6
* Allow building with b_coverage set to true when clang is being used regardles...georgev932020-05-221-0/+3
* compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-1/+8
* compilers: Move b_ndebug into the compiler classesDylan Baker2020-05-201-0/+3
* Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen2020-05-181-2/+2
|\
| * Let .pc files specify rpath.Dan Kegel2020-05-161-2/+2
* | Add flags to support generation of dependency files with armclangDrew Reed2020-05-161-1/+1
* | Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed2020-05-161-7/+7
* | Fix outdated cross-compilation checksOle André Vadla RavnÄs2020-05-131-2/+3
* | Fix has_function() for clang on 64bit WindowsChristoph Reiter2020-05-131-1/+1
* | Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter2020-05-111-11/+16
|/
* compilers: fix type issueAndrew Udvare2020-04-231-1/+1
* compilers: Silence warning about gnu_inline with clangNirbheek Chauhan2020-04-203-3/+18
* compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs2020-04-171-0/+4
* compilers: Move things out of clikeDylan Baker2020-04-102-6/+3
* compilers: disable b_sanitize on hurdPino Toscano2020-04-101-1/+3
* quality / test: Fortran type hintingMichael Hirsch, Ph.D2020-04-051-4/+6
* Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev2020-04-041-5/+6
* compilers: Clang can take linkers that are pathsDylan Baker2020-03-241-0/+14
* Fix legacy env var support with crossJohn Ericson2020-03-231-12/+0
* Fix ARMCC dependency generation.Szabi Tolnai2020-03-231-1/+1
* -Add xc16 and c2000 C,Cpp toolchain supportalanNz2020-03-212-0/+243
* Merge pull request #6789 from dcbaker/deprecated-c-ldJussi Pakkanen2020-03-192-4/+4
|\
| * compilers: Error if invalid linker selectedDylan Baker2020-03-172-4/+4
* | Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger2020-03-191-1/+1
|/
* Resolve Clang failure to use -Og with --optimization=gPhillip Johnston2020-03-151-2/+9
* Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen2020-03-121-4/+0
|\
| * linkers: Move import_library_args to from VS compiler to linkerDylan Baker2020-03-091-4/+0
* | compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-271-20/+0
* | compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-271-0/+26
* | compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker2020-02-271-0/+6
* | compilers/emcc: Fix inheritance orderDylan Baker2020-02-271-0/+1
* | compilers/mixins/islinker: Add missing methodDylan Baker2020-02-271-0/+3
|/
* -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz2020-01-302-2/+8
* compilers: Use /Zi instead of /ZI with clang-clDylan Baker2020-01-281-4/+13
* compilers: Split ClangCL and MSVC mixinsDylan Baker2020-01-281-26/+65
* Fix Sider errorsmakise-homura2020-01-271-1/+1
* Add missing functions to Elbrus compiler classmakise-homura2020-01-271-0/+11
* Fix missing 'defines' argumet for Elbrus compilermakise-homura2020-01-271-1/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-0811-209/+209
* Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen2019-12-171-0/+2
|\
| * Consider compiler arguments in linker detection logicDylan Baker2019-12-121-0/+2
* | default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger2019-12-151-5/+8
* | intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D2019-12-141-20/+38
|/
* Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2019-12-112-0/+8
|\
| * Allow selecting the dynamic linkerDylan Baker2019-12-022-0/+8
* | lgtm: fix Multiple calls to __init__Daniel Mensinger2019-12-051-3/+3
* | lgtm: Fix redundant codeDaniel Mensinger2019-12-051-1/+0
* | lgtm: fix missing raiseDaniel Mensinger2019-12-051-1/+1
* | intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D2019-12-041-4/+39
|/