summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2021-05-22Better detection of Visual Studio compilerJacob Nielsen
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker
2021-05-19backends: use a set for processed targets instead of a dictDylan Baker
2021-05-19compilers: Add `get_debug_args` to base CompilerDylan Baker
2021-05-19ninjabackend: Fix vala type annotationsDylan Baker
2021-05-19rust: override get_linker_always_argsDylan Baker
2021-05-19build: annotate can_compile_remove_sourcesDylan Baker
2021-05-19build: Simplify BuildTarget.process_sourcelistDylan Baker
2021-05-19interpreter: Pass unholdered sources into BuildTargetDylan Baker
2021-05-19interpreter: Add docstring and fix types of source_strings_to_filesDylan Baker
2021-05-19.C files are now treated as C++ codeVolker-Weissmann
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens
2021-05-18Merge pull request #8403 from dcbaker/submit/rust-fix-shared-internal-linkingJussi Pakkanen
2021-05-18add cpu family cskyRandy Yates
2021-05-18Add a rust test for internal c linkageDylan Baker
2021-05-17ninjabackend: fix linking dynamic c libraries with rustDylan Baker
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen
2021-05-13interpreter: flatten environment() initial valuesXavier Claessens
2021-05-12gnome: Fix gtkdoc generationXavier Claessens
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen
2021-05-10deactivate intrinsic functions if no optimizations are requestedAlexander Neumann
2021-05-08modules/fs: support FileOrString argumentsFlorian Fischer
2021-05-08interpreter: Skip not_found_message and include_type in cache idXavier Claessens
2021-05-08interpreter: 'embed' kwarg is only valid in python moduleXavier Claessens
2021-05-08gnome: improve dependency lookup of G-IRoss Burton
2021-05-08ninjabackend: Add pch includes as early as possible not to be overriddenMarco Trevisan (TreviƱo)
2021-05-08Fix python exception thrown for invalid resource pathNellie Zhang
2021-05-03Clarify incorrect configuration format messageNellie Zhang
2021-05-02Clean up unused importsRalf Gommers
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers
2021-05-02Bump version number for new development.Jussi Pakkanen
2021-05-02Release 0.58.0.Jussi Pakkanen
2021-05-01Do not accidentally format files when only checking if they are formatted.Jussi Pakkanen
2021-04-29Xcode: fix project cleaning.Jussi Pakkanen
2021-04-26Bump version number for rc1.Jussi Pakkanen
2021-04-26Update CUDA Toolkit driver version table.Olexa Bilaniuk
2021-04-26Merge pull request #8680 from dcbaker/submit/wrap-mconf-outputJussi Pakkanen
2021-04-26Fix issue where multiple dist files were not being produced for comma separat...Tristan Partin
2021-04-26introspection: export all sources for custom targetsJason Francis
2021-04-26Add subprojects purge wrap-git coverageTristan Partin
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens
2021-04-26Add 'subprojects purge' commandTristan Partin
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen
2021-04-25Xcode: add objective C++ flags to plain C++ because Xcode requires it.Jussi Pakkanen
2021-04-25Xcode: add objective C flags to plain C because Xcode requires it.Jussi Pakkanen
2021-04-24Xcode: fix linking to customtargetindex objects.Jussi Pakkanen
2021-04-23Xcode: do not reuse objs in both_libraries because Xcode fails on targets wit...Jussi Pakkanen