summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
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
2021-04-23Xcode: even more command line argument expansion.Jussi Pakkanen
2021-04-23Xcode: Quote McQuoteface.Jussi Pakkanen
2021-04-23Xcode: handle CustomTargetIndexes.Jussi Pakkanen
2021-04-23Xcode: ever more quoting.Jussi Pakkanen
2021-04-23Xcode: only add source and build dirs if implicit_include_directories is set.Jussi Pakkanen
2021-04-22Add trailing -- parameter to git checkouts.Dan
2021-04-22Xcode: do not link shared modules against executables.Jussi Pakkanen
2021-04-22Xcode: add missing quote character.Jussi Pakkanen
2021-04-22Xcode: fix shell quotings.Jussi Pakkanen
2021-04-22Xcode: skip link language override test.Jussi Pakkanen
2021-04-21Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen
2021-04-21Xcode: add target private dir to include path.Jussi Pakkanen
2021-04-21Xcode: quote some entries as needed.Jussi Pakkanen
2021-04-20mconf: line wrap columns nicelyDylan Baker
2021-04-20mconf: print core options for subprojectsDylan Baker
2021-04-20mconf: cleanup up and sort importsDylan Baker
2021-04-20mconf: print core options for subprojectsDylan Baker
2021-04-20dependencies/OpenMP: If the version returned is not supported fail gracefullyDylan Baker
2021-04-20Xcode: fix file objects in various places.Jussi Pakkanen
2021-04-20Xcode: fix compiling shared modules.Jussi Pakkanen
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen
2021-04-19Xcode: replace all backslashes with eight backslashes. Because obviously.Jussi Pakkanen
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens
2021-04-18pkgconfig: Fix broken paths in -uninstalled.pc on WindowsXavier Claessens
2021-04-18Xcode: fix generators that take custom targets as inputs.Jussi Pakkanen
2021-04-18Xcode: add proper target dependencies to custom targets.Jussi Pakkanen
2021-04-18Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen
2021-04-18Xcode: fix custom target chaining.Jussi Pakkanen
2021-04-18Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen
2021-04-17msetup: Restore .gitignore after wipeXavier Claessens
2021-04-16interpreter: Add missing allow_fallback kwargXavier Claessens
2021-04-16Xcode: make the test target depend on build_all target.Jussi Pakkanen
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen
2021-04-16Xcode: handle capturing generators.Jussi Pakkanen
2021-04-15Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen
2021-04-15Xcode: remove some unnecessary dict entries.Jussi Pakkanen
2021-04-15Xcode: add functionality for sources created with a generator.Jussi Pakkanen