aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-05-14environment: annotate detect_ninjaDylan Baker1-1/+1
2019-05-14dependencies/base: Add some annotations to ExternalProgramDylan Baker1-4/+5
2019-05-14build: add a few annotationsDylan Baker1-4/+4
2019-05-14backends: Annotate TestSerialisiationDylan Baker1-2/+7
2019-05-14build: TestSetup doesn't take keyword argumentsDylan Baker2-5/+4
2019-05-14interpreter: annotate the Test classDylan Baker1-3/+6
2019-05-14mtest: precompile regular expressionsDylan Baker1-13/+13
2019-05-14mtest: reorder importsDylan Baker1-16/+22
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen11-71/+271
2019-05-13environment: search for icl and ifort before cl and goftranDylan Baker1-3/+8
2019-05-13environment: Add search for ICLDylan Baker1-0/+17
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker1-1/+1
2019-05-13compilers: Add basic ICL abstractionsDylan Baker5-2/+128
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker1-1/+1
2019-05-13backends/ninja: Ifort is msvc-like but doesn't have showincludesDylan Baker1-0/+4
2019-05-13build: Treat ICL like MSVC in regards to standard lib linkingDylan Baker1-1/+1
2019-05-13compilers: ICL is not GCC likeDylan Baker1-2/+2
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker5-13/+13
2019-05-13compilers: Split msvc version code into helperDylan Baker1-10/+13
2019-05-13linkers: Add linker class for intel's xilibDylan Baker2-2/+12
2019-05-13linkers: Split Visual Studio Linker into a mixinDylan Baker1-4/+9
2019-05-13compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...Dylan Baker1-30/+60
2019-05-13ast: fix #5376Daniel Mensinger3-4/+11
2019-05-13Allow MSVC-style `cpp_eh` for backwards-compatibility purposesnicole mazzuca1-12/+22
2019-05-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney2-0/+6
2019-05-12Force pkgconfig to UTF-8myd73491-1/+1
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker3-4/+4
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf1-0/+4
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen11-1737/+1625
2019-05-05fix error when show default config of listClouds1-1/+1
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca1-8/+38
2019-05-05Fix an assertion exception when misusing install_dataJon Turney1-1/+3
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker11-1696/+1618
2019-05-03cmake: Fixed new thread dependencyDaniel Mensinger1-3/+1
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger3-20/+48
2019-05-03cmake: revert module name mappingDaniel Mensinger2-11/+34
2019-05-03cmake: minor code fixesDaniel Mensinger2-9/+11
2019-05-03cmake: Fixed list unit testDaniel Mensinger1-11/+5
2019-05-03CMake: optional modules supportDaniel Mensinger3-10/+20
2019-05-03LLVM: Added CMake backendDaniel Mensinger2-2/+105
2019-05-03cmake: Support different CMake filesDaniel Mensinger1-2/+21
2019-05-03LLVM dependency refactoringDaniel Mensinger1-1/+18
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker3-4/+21
2019-05-02environment: Fix syntax errorDylan Baker1-2/+3
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker4-33/+5
2019-05-02Revert "enable Windows Intel compiler"Dylan Baker1-12/+5
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker13-140/+179
2019-05-02envconfig: mingw is also WindowsRoss Burton1-2/+2
2019-05-02munstable_coredata: Adapt to coredata changes.Martin Hostettler1-4/+7
2019-05-02mesonlib: Make a few type annotations stringsDylan Baker2-4/+5