aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-06-02adding a _typing moduleDylan Baker1-0/+114
2021-06-02Merge pull request #8812 from mensinda/cmakeToolchainJussi Pakkanen8-96/+203
2021-06-02Do not delete workdir in case scan-build fails.Jussi Pakkanen1-8/+13
2021-06-01typed_kwargs: Add since and deprecated annotationsXavier Claessens1-4/+15
2021-05-30modules/fs: Use typed_kwargsDylan Baker1-7/+11
2021-05-30interpreterbase: Add a function for type checking keyword argumentsDylan Baker1-0/+130
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger4-16/+29
2021-05-30Don't use `os.path.relpath` in dist commandNaveen M K1-1/+1
2021-05-30Only try to get RSP syntax if RSP is supported (#8804)Dylan Baker2-14/+24
2021-05-29cmake: exclude generated files from the buildsystem files listDaniel Mensinger1-0/+2
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger4-68/+128
2021-05-29cmake: CMakeTraceParser improvementsDaniel Mensinger2-13/+45
2021-05-28vsenv: Recommend using "meson compile" wrapperXavier Claessens2-1/+12
2021-05-28unstable_external_project: Remove unused importsXavier Claessens1-2/+1
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens6-54/+47
2021-05-28modules: Add methods dict everywhereXavier Claessens20-19/+113
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens9-61/+45
2021-05-28modules: Stop using InterpreterObjectXavier Claessens7-70/+79
2021-05-28modules: Remove snippet methodsXavier Claessens13-65/+38
2021-05-28Remove `Microsoft.VisualStudio.Workload.WDExpress`Naveen M K1-1/+0
2021-05-28Find Visual Studio Build Tools 2019Naveen M K1-9/+19
2021-05-28Vala: Add missing FeatureNew() when C is missingXavier Claessens1-0/+1
2021-05-28Add a helper to simplify the usage of PerMachineDefaultableDylan Baker3-24/+29
2021-05-28build: Use a PerMachineDefaultable for (project|global)[_link]_argsDylan Baker1-4/+15
2021-05-28coredata: Use a PerMachineDefaultable for the deps cacheDylan Baker1-5/+9
2021-05-28build: Use a PerMachineDefaultable for dependency override cacheDylan Baker1-2/+8
2021-05-28mesonlib: Allow PerMachineDefaultable to take arguments at initializationDylan Baker1-2/+2
2021-05-28dependencies/zlib: System Dependency needs a clib_compiler on windowsDylan Baker1-3/+8
2021-05-28mesonlib: Fix return type of PerMachineDefaultable.default_missing()Dylan Baker1-1/+1
2021-05-28build: fix type annotation importDylan Baker1-1/+1
2021-05-28modules/gnome: Correctly handle generated sources for generate_girDylan Baker1-6/+12
2021-05-27ninjabackend.py: Implement `link_whole:` for pre-VS2015Chun-wei Fan1-3/+20
2021-05-23Also skip VS activation if gcc is found.Jussi Pakkanen1-0/+2
2021-05-23Fix double negative in 'No CMake binary not found'Jon Turney1-1/+1
2021-05-23Add swift executable support in Xcode.Jussi Pakkanen3-7/+14
2021-05-23Remove unnecessary hierarchical layer.Jussi Pakkanen1-10/+4
2021-05-23Remove top level sources entry as unnecessary.Jussi Pakkanen1-24/+6
2021-05-23Add meson.build files to pbxgroup.Jussi Pakkanen1-9/+31
2021-05-23Write project info in a tree structure rather than the current flat one.Jussi Pakkanen1-37/+97
2021-05-22Better detection of Visual Studio compilerJacob Nielsen1-0/+8
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker1-4/+3
2021-05-19backends: use a set for processed targets instead of a dictDylan Baker2-4/+4
2021-05-19compilers: Add `get_debug_args` to base CompilerDylan Baker1-0/+4
2021-05-19ninjabackend: Fix vala type annotationsDylan Baker1-24/+26
2021-05-19rust: override get_linker_always_argsDylan Baker2-2/+7
2021-05-19build: annotate can_compile_remove_sourcesDylan Baker1-1/+1
2021-05-19build: Simplify BuildTarget.process_sourcelistDylan Baker1-14/+14
2021-05-19interpreter: Pass unholdered sources into BuildTargetDylan Baker2-12/+16
2021-05-19interpreter: Add docstring and fix types of source_strings_to_filesDylan Baker2-11/+24
2021-05-19.C files are now treated as C++ codeVolker-Weissmann2-6/+10