aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris2-1/+11
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen1-1/+1
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen1-1/+69
2021-05-13interpreter: flatten environment() initial valuesXavier Claessens1-1/+3
2021-05-12gnome: Fix gtkdoc generationXavier Claessens5-42/+39
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen2-2/+39
2021-05-10deactivate intrinsic functions if no optimizations are requestedAlexander Neumann1-1/+1
2021-05-08modules/fs: support FileOrString argumentsFlorian Fischer1-26/+46
2021-05-08interpreter: Skip not_found_message and include_type in cache idXavier Claessens2-1/+8
2021-05-08interpreter: 'embed' kwarg is only valid in python moduleXavier Claessens2-2/+1
2021-05-08gnome: improve dependency lookup of G-IRoss Burton1-4/+4
2021-05-08ninjabackend: Add pch includes as early as possible not to be overriddenMarco Trevisan (Treviño)1-4/+18
2021-05-08Fix python exception thrown for invalid resource pathNellie Zhang1-1/+1
2021-05-03Clarify incorrect configuration format messageNellie Zhang1-3/+3
2021-05-02Clean up unused importsRalf Gommers2-4/+2
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers3-48/+5
2021-05-02Bump version number for new development.Jussi Pakkanen1-1/+1
2021-05-02Release 0.58.0.0.58.0Jussi Pakkanen1-1/+1
2021-05-01Do not accidentally format files when only checking if they are formatted.Jussi Pakkanen1-1/+6
2021-04-29Xcode: fix project cleaning.Jussi Pakkanen1-2/+2
2021-04-26Bump version number for rc1.0.58.0.rc1Jussi Pakkanen1-1/+1
2021-04-26Update CUDA Toolkit driver version table.Olexa Bilaniuk1-0/+2
2021-04-26Merge pull request #8680 from dcbaker/submit/wrap-mconf-outputJussi Pakkanen1-8/+55
2021-04-26Fix issue where multiple dist files were not being produced for comma separat...Tristan Partin1-2/+3
2021-04-26introspection: export all sources for custom targetsJason Francis1-0/+2
2021-04-26Add subprojects purge wrap-git coverageTristan Partin1-6/+8
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker2-3/+10
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens1-8/+8
2021-04-26Add 'subprojects purge' commandTristan Partin1-1/+63
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen3-7/+14
2021-04-25Xcode: add objective C++ flags to plain C++ because Xcode requires it.Jussi Pakkanen1-1/+3
2021-04-25Xcode: add objective C flags to plain C because Xcode requires it.Jussi Pakkanen1-2/+9
2021-04-24Xcode: fix linking to customtargetindex objects.Jussi Pakkanen1-7/+28
2021-04-23Xcode: do not reuse objs in both_libraries because Xcode fails on targets wit...Jussi Pakkanen1-1/+12
2021-04-23Xcode: even more command line argument expansion.Jussi Pakkanen1-1/+6
2021-04-23Xcode: Quote McQuoteface.Jussi Pakkanen1-2/+2
2021-04-23Xcode: handle CustomTargetIndexes.Jussi Pakkanen1-6/+20
2021-04-23Xcode: ever more quoting.Jussi Pakkanen1-1/+4
2021-04-23Xcode: only add source and build dirs if implicit_include_directories is set.Jussi Pakkanen1-2/+3
2021-04-22Add trailing -- parameter to git checkouts.Dan1-3/+3
2021-04-22Xcode: do not link shared modules against executables.Jussi Pakkanen1-0/+2
2021-04-22Xcode: add missing quote character.Jussi Pakkanen1-1/+1
2021-04-22Xcode: fix shell quotings.Jussi Pakkanen1-2/+2
2021-04-22Xcode: skip link language override test.Jussi Pakkanen1-1/+1
2021-04-21Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen2-8/+15
2021-04-21Xcode: add target private dir to include path.Jussi Pakkanen1-0/+1
2021-04-21Xcode: quote some entries as needed.Jussi Pakkanen1-2/+8
2021-04-20mconf: line wrap columns nicelyDylan Baker1-6/+48
2021-04-20mconf: print core options for subprojectsDylan Baker1-2/+4
2021-04-20mconf: cleanup up and sort importsDylan Baker1-2/+7