aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen24-101/+106
2019-05-02dependencies: Use the _add_sub_dependencyDylan Baker2-4/+4
2019-05-02dependencies/base: Add a new method for setting internal dependenciesDylan Baker1-0/+17
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D2-7/+20
2019-05-02Merge pull request #5161 from TheQwertiest/feature/custom_target_linkJussi Pakkanen3-10/+42
2019-05-02mtest: check for an empty suite listPeter Hutterer1-1/+1
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen2-2/+12
2019-05-02Add some type annotations and fix lintsJohn Ericson8-21/+20
2019-05-01Don't close fds when executing programsMichael Olbrich1-1/+1
2019-04-29Do not pass None to mlog.exceptionDaniel Mensinger1-1/+1
2019-04-29Cleaned up `isinstance` usageTheQwertiest2-6/+6
2019-04-29Added special handling of CustomTargetIndex in VS backendTheQwertiest1-1/+5
2019-04-29Use parent `custom_target` for dependency handling (for consistency and futur...TheQwertiest1-1/+1
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest3-9/+37
2019-04-29Fixed unnecessary .items()Daniel Mensinger5-13/+13
2019-04-29Address code reviewDaniel Mensinger2-2/+2