aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-09compilers: drop some useless info from CompileResultEli Schwartz1-5/+2
2022-09-09compilers: fix regression in logging cached compile commandsEli Schwartz1-4/+3
2022-09-07compilers: correct the MSVC version comparison for turning on __cplusplusEli Schwartz1-1/+1
2022-09-07wrap: correctly override dependency names with capital lettersEli Schwartz1-3/+5
2022-09-07Fixed string escaping in AstPrinterVolker Weißmann1-1/+5
2022-09-07minstall: handle extra error for selinuxenabledRosen Penev1-1/+1
2022-09-07modules/wayland: Change default value of include_core_only to trueMark Bolhuis2-2/+2
2022-09-07modules/wayland: Rename core_only to include_core_onlyMark Bolhuis3-7/+8
2022-09-06modules/wayland: Support --include-core-onlyMark Bolhuis5-1/+38
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li6-2/+19
2022-09-05interpreter: name typing-only kwargs import with an underscoreEli Schwartz1-41/+41
2022-09-05interpreter: add a few small func annotationsEli Schwartz1-4/+4
2022-09-04mtest: Run ninja build.ninja before loading testsAndres Freund2-0/+30
2022-09-04mtest: pull detection of ninja into TestHarnessAndres Freund1-10/+24
2022-09-04mtest: Move loading of test data into its own functionAndres Freund1-10/+13
2022-09-04Add missing cdata update in genmarshal testsJan Alexander Steffens (heftig)1-0/+3
2022-09-03tests/7 gnome: Fix incorrect unref of GResourceNirbheek Chauhan2-4/+3
2022-09-03ci: Fix macOS qt4 detectionNirbheek Chauhan1-0/+3
2022-09-02backend/ninja: omit --backend when regenerating build dirKonstantin Kharlamov1-3/+1
2022-08-31Fix 2 typos in a single string which can be shown in error messages.Jehan1-1/+1
2022-09-01env2mfile: reuse logical lists of interesting facts from meson itselfEli Schwartz3-46/+19
2022-08-31modules/cmake: Fix typoaleksander1-1/+1
2022-08-30fix obscure crash on unbound variableEli Schwartz1-4/+5
2022-08-30Add LLVM_CONFIG supportSamay Sharma1-0/+1
2022-08-29flake8: run in CIEli Schwartz1-0/+10
2022-08-29flake8: fix typing casts to not have actual objectsEli Schwartz1-1/+1
2022-08-29flake8: move typing-only imports into T.TYPE_CHECKINGEli Schwartz2-2/+6
2022-08-29flake8: fix warnings for unused importsEli Schwartz1-0/+2
2022-08-29flake8: fix unnecessary f-strings without any format placeholdersEli Schwartz2-3/+3
2022-08-29flake8: fix lingering whitespace errorsEli Schwartz1-2/+0
2022-08-29flake8: fix missing importEli Schwartz1-0/+1
2022-08-29docs: make note of the path restriction on subdir()Eli Schwartz1-1/+4
2022-08-29docs: mention in the native-file docs, the command line argument to useEli Schwartz1-0/+7
2022-08-27Users.md: Add AudaciousThomas Lange1-0/+1
2022-08-26Fix indentation issues reported by flake8, requiring code restructuringAlf Henrik Sauge2-14/+20
2022-08-26Remove redundant backslash and fix white space issueAlf Henrik Sauge2-5/+6
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge22-190/+188
2022-08-25Revert "Windows: Improve Python 3.8+ module check on Windows"Eli Schwartz1-13/+1
2022-08-25wrap: Support netrc filesFabian Orccon1-1/+37
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz7-14/+34
2022-08-24fix incorrect type annotations for coredata compile/link argsEli Schwartz1-2/+2
2022-08-24build: don't add targets to link_whole_targets if we took their objectsDylan Baker1-3/+5
2022-08-24backend/ninja: properly track objects extracted from fortran sourcesDylan Baker3-17/+41
2022-08-24build: add a `uses_fortran()` convenience methodDylan Baker1-0/+3
2022-08-24build: Don't attempt to link-whole with rust convenience librariesDylan Baker1-1/+9
2022-08-23install modes should not apply sticky bit to filesEli Schwartz4-12/+54
2022-08-23tests: remove compiler requirement in various unneeded casesEli Schwartz107-107/+108
2022-08-23pkgconfig: Variables can be a single stringXavier Claessens3-3/+17
2022-08-22introspection: untangle install_plan implemetation, fix a bunch of wrong onesEli Schwartz6-48/+53
2022-08-22interpreter: add a special class to track the lifecycle of get_option() stringsEli Schwartz3-2/+34