summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2019-05-14interpreter: annotate the Test classDylan Baker
2019-05-14mtest: precompile regular expressionsDylan Baker
2019-05-14mtest: reorder importsDylan Baker
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen
2019-05-13environment: search for icl and ifort before cl and goftranDylan Baker
2019-05-13environment: Add search for ICLDylan Baker
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker
2019-05-13compilers: Add basic ICL abstractionsDylan Baker
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker
2019-05-13backends/ninja: Ifort is msvc-like but doesn't have showincludesDylan Baker
2019-05-13build: Treat ICL like MSVC in regards to standard lib linkingDylan Baker
2019-05-13compilers: ICL is not GCC likeDylan Baker
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker
2019-05-13compilers: Split msvc version code into helperDylan Baker
2019-05-13linkers: Add linker class for intel's xilibDylan Baker
2019-05-13linkers: Split Visual Studio Linker into a mixinDylan Baker
2019-05-13compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...Dylan Baker
2019-05-13ast: fix #5376Daniel Mensinger
2019-05-13Allow MSVC-style `cpp_eh` for backwards-compatibility purposesnicole mazzuca
2019-05-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney
2019-05-12Force pkgconfig to UTF-8myd7349
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen
2019-05-05fix error when show default config of listClouds
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca
2019-05-05Fix an assertion exception when misusing install_dataJon Turney
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker
2019-05-03cmake: Fixed new thread dependencyDaniel Mensinger
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger
2019-05-03cmake: revert module name mappingDaniel Mensinger
2019-05-03cmake: minor code fixesDaniel Mensinger
2019-05-03cmake: Fixed list unit testDaniel Mensinger
2019-05-03CMake: optional modules supportDaniel Mensinger
2019-05-03LLVM: Added CMake backendDaniel Mensinger
2019-05-03cmake: Support different CMake filesDaniel Mensinger
2019-05-03LLVM dependency refactoringDaniel Mensinger
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker
2019-05-02environment: Fix syntax errorDylan Baker
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker
2019-05-02Revert "enable Windows Intel compiler"Dylan Baker
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker
2019-05-02envconfig: mingw is also WindowsRoss Burton
2019-05-02munstable_coredata: Adapt to coredata changes.Martin Hostettler
2019-05-02mesonlib: Make a few type annotations stringsDylan Baker
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen
2019-05-02dependencies: Use the _add_sub_dependencyDylan Baker
2019-05-02dependencies/base: Add a new method for setting internal dependenciesDylan Baker
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D
2019-05-02Merge pull request #5161 from TheQwertiest/feature/custom_target_linkJussi Pakkanen