aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Add support for the CompCert C CompilerSebastian Meyer1-1/+16
2020-09-13Improve regexp for MSVC target arch detection againTamĂĄs BĂĄlint Misius1-1/+1
2020-09-11Store first line of VisualStudio compiler output as full_versionJon Turney1-1/+1
2020-09-08typing: get rid of most T.castDaniel Mensinger1-4/+3
2020-09-08typing: more fixesDaniel Mensinger1-11/+14
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini1-6/+10
2020-09-02environment: do not raise exception in detect_cuda_compilerMatt Madison1-2/+0
2020-08-30Be stricter when detecting Windows/CygwinChristoph Reiter1-3/+2
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen1-4/+17
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen1-1/+2
2020-08-22Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clangJussi Pakkanen1-2/+7
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker1-2/+7
2020-08-22Update LLVM tool versions for LLVM/Clang 10.Alex RĂžnne Petersen1-1/+2
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen1-3/+24
2020-08-12aix: allow both 32-bit and 64-bit objects in a static libraryPeter Harris1-2/+2
2020-08-12aix: detect and support the AIX dynamic linkerPeter Harris1-0/+9
2020-08-12aix: fix cpu family detectionPeter Harris1-2/+6
2020-08-08Use uname -p to detect x86_64 on QNX.Elad Lahav1-1/+1
2020-08-04"Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek1-0/+5
2020-08-04Capitalize some constants in coredataJohn Ericson1-2/+2
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan1-2/+6
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker1-8/+122
2020-08-01machine-files: deprecate the paths sectionDylan Baker1-19/+7
2020-08-01Allow setting built-in options from cross/native filesDylan Baker1-5/+23
2020-07-30Allow setting project options from cross or native filesDylan Baker1-0/+19
2020-07-30Support armel/armhf builds on native arm64 hosts.Mark Hindley1-1/+2
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D1-3/+24
2020-07-07SolarisDynamicLinker: report ld's version instead of gcc'sAlan Coopersmith1-1/+7
2020-07-04find_program: Do not use fallback when before parsing project()Xavier Claessens1-0/+1
2020-07-02environment: Correctly detect arm64 as aarch64Marvin Scholz1-0/+2
2020-06-29envconfig: Add [constants] section in machine filesXavier Claessens1-5/+3
2020-06-17coverage: llvm-cov supportCary Converse1-1/+10
2020-06-15environment: fallback regex for versions like 2020.01Michael Hirsch1-2/+8
2020-06-10Updated to resolve issue identifying SGI CPUs on IRIX systemsEric Dodd1-0/+3
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov1-1/+25
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-10/+10
2020-05-10Improve Emscripten linker version detectionAndrei Alexeyev1-6/+9
2020-04-21switch python2 %s for python3 .formatMichael1-4/+4
2020-04-20Compiler options per langJohn Ericson1-2/+2
2020-03-29environment: "power machintosh" is ppcDylan Baker1-4/+2
2020-03-24Clarify a workaround for older versions of LLD for MinGW (#6836) [skip ci]Martin Storsjö1-1/+3
2020-03-23Fix legacy env var support with crossJohn Ericson1-17/+18
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz1-1/+35
2020-03-19Fix bogus parameter passed to LLVMDynamicLinker (llvm-mingw regression)Andrei Alexeyev1-1/+1
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen1-36/+54
2020-03-10Improve regular expression for MSVC compiler target arch detectionLuca Bacci1-1/+1
2020-03-09linkers: Allow optlink to be invoked indirectlyDylan Baker1-1/+1
2020-03-09Allow invoking the linker directly through dmdDylan Baker1-11/+21
2020-03-09Allow invoking link.exe and lld-link.exe through ldc2Dylan Baker1-24/+32
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen1-1/+11