aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-24docs: Add CMake build type release note snippetJouke Witteveen1-0/+15
2024-04-24cmake/interpreter: Annotate and style module-level constantsJouke Witteveen1-23/+25
2024-04-24Merge pull request #13112 from DaanDeMeyer/interactiveJussi Pakkanen5-14/+42
2024-04-23Use dl instead of zlib for checking an external dependencyTristan Partin1-1/+1
2024-04-23mtest: Connect /dev/null to stdin when not running in interactive modeDaan De Meyer1-1/+5
2024-04-23Add meson test --interactiveDaan De Meyer5-13/+37
2024-04-23interpreter: implement the `name()` method for `ExternalLibraryHolder`Dylan Baker3-0/+14
2024-04-23Fix compile.links for valaBen Corby2-0/+64
2024-04-23Pass --quiet to glib-genmarshalTristan Partin1-1/+1
2024-04-23Add a few more notes to the style guideJohn Ericson1-4/+8
2024-04-22docs: fix a typo of pathWu, Zhenyu1-1/+1
2024-04-22add an error message for targets that are not dependenciesMomtchil Momtchev1-0/+2
2024-04-22coredata: Fix is_per_machine_option() for builtinsOle André Vadla RavnÄs1-1/+1
2024-04-22Merge pull request #12808 from U2FsdGVkX1/masterJussi Pakkanen1-4/+4
2024-04-18backend/ninja: Fix cases where None is passed when unexpectedDylan Baker1-5/+11
2024-04-16python: Fix header check for system methodJonathon Anderson1-1/+1
2024-04-15tests: fix missing dependency causing flaky build failureEli Schwartz1-2/+2
2024-04-15allow any alternative python freeze tool to work with mesonEli Schwartz1-2/+5
2024-04-15compilers: fix crash when compiler check returns None outputEli Schwartz1-1/+1
2024-04-15micro-optimize iteration of evaluated setEli Schwartz1-1/+1
2024-04-15Add bztar support to meson distTristan Partin4-5/+28
2024-04-15Don't sanitize a None path when checking for, but could not find, unsupported...William D. Jones1-2/+2
2024-04-14Fix builds with Ninja 12 and remove a 5 year old workaround.Jussi Pakkanen3-31/+12
2024-04-14Clarify mutable objects usageXavier Claessens11-36/+102
2024-04-14Merge pull request #11737 from amyspark/amyspark/add-nasm-building-rules-to-x...Jussi Pakkanen9-29/+160
2024-04-12docs: Howto exclude file from unity buildPhilip Chimento1-0/+21
2024-04-11dependencies/dev: make the warning about LLVM's CMake non-fatalDylan Baker1-4/+5
2024-04-11dependencies/llvm: Try to make warning about CMake betterDylan Baker1-3/+24
2024-04-11cmake: best-effort build type propagationJouke Witteveen1-0/+13
2024-04-10Document a probable cause for test failures.Jussi Pakkanen1-1/+1
2024-04-10Do not even submit test suites that are skipped completely.Jussi Pakkanen1-0/+1
2024-04-10Add a verbose output option to run_project_tests and default it to off.Jussi Pakkanen1-2/+8
2024-04-10Do not use verbose mode in unittests.Jussi Pakkanen1-1/+1
2024-04-09nasm, yasm: Fix debug flags for Windows and macOSL. E. Segovia1-1/+1
2024-04-09backends: Add Nasm support to Xcode through a custom build ruleL. E. Segovia1-1/+6
2024-04-09nasm test: Add a test for validating the Xcode backendL. E. Segovia3-0/+36
2024-04-09nasm test: Set the correct supported OSes for the testsL. E. Segovia3-12/+16
2024-04-09backends: Add Nasm support to Xcode through a custom build ruleL. E. Segovia2-12/+95
2024-04-09nasm, yasm: Fix debug flags for Windows and macOSL. E. Segovia1-5/+8
2024-04-09interpreter: never expose implementation details of the modules packageDylan Baker1-0/+4
2024-04-09modules: rename qt.py -> _qt.pyDylan Baker6-5/+5
2024-04-08gnome: Actually run all mkenums_simple tests and fix numberingMatthijs Velsink1-3/+7
2024-04-08gnome: Fix indentation of mkenums_simple generated codeMatthijs Velsink1-14/+22
2024-04-08meson format commandCharles Brunet38-2/+2031
2024-04-08parser: revert to single StringNode typeCharles Brunet13-106/+62
2024-04-08simplify astprinter by using operator valueCharles Brunet1-9/+2
2024-04-08simplify RawPrinter using FullAstVisitorCharles Brunet1-190/+27
2024-04-08visit full ast for AstConditionLevelCharles Brunet1-16/+25
2024-04-08Add ast visitor for whitespaces and symbolsCharles Brunet1-2/+181
2024-04-08fix colon wrongly named column in parserCharles Brunet2-19/+19