aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-06azure pipelines: force python2 to be installed1.trymeEli Schwartz1-0/+3
2023-06-06unittests: fix incorrect calculation of bytecompile outputsEli Schwartz1-4/+5
2023-06-06tests: remove unnecessary non-meson syntax from meson.buildEli Schwartz1-2/+2
2023-06-06tests: update llvm version exclusions for hopefully the last timeEli Schwartz1-6/+4
2023-06-06tests: be DRY in llvm framework testEli Schwartz1-14/+15
2023-06-06tests: avoid hard to debug error when llvm is found with only one methodEli Schwartz1-1/+1
2023-06-06dependencies: add more logging to configtoolEli Schwartz1-0/+5
2023-06-06Override find_program('meson')Tristan Partin3-0/+45
2023-06-02docs: List vc++20 for cpp_stdNathan Kidd1-1/+1
2023-06-01pkgconfig: Add include directories from internal deps in -uninstalled.pcXavier Claessens7-23/+47
2023-06-01python: Use detect.find_external_dependency() for log consistencyXavier Claessens2-9/+6
2023-06-01vcs_tag: Add --always to git describeXavier Claessens1-1/+1
2023-06-01mparser: Further cleanup node definitionsXavier Claessens1-98/+88
2023-06-01mparser: add equality operators to nodesDylan Baker1-54/+161
2023-05-31mlog: put the module docstring at the top of the fileDylan Baker1-4/+5
2023-05-31mlog: use StringProtocol where we said we shouldDylan Baker1-8/+1
2023-05-31mlog: use a hidden class for stateDylan Baker7-327/+364
2023-05-31mlog: remove out-of-date commentDylan Baker1-2/+0
2023-05-31mlog: remove direct calls to log_onceDylan Baker3-8/+8
2023-05-31preprocess: Allow preprocessing any file extensionsXavier Claessens2-5/+11
2023-05-29avoid clearing the dependency cache unnecessarily based on wrap-modeEli Schwartz2-6/+2
2023-05-29avoid endless reconfigure loops when a build directory is copied aroundEli Schwartz1-1/+3
2023-05-28tests: bump java compat level up to 8Eli Schwartz1-2/+2
2023-05-28ciimage: fix pathological brokenness in Debian packaging of pythonEli Schwartz1-0/+2
2023-05-28Fix test failures on Darwin on a case-sensitive fsRandy Eckenrode3-3/+3
2023-05-26add refivar to users.mdNicholas Vinson1-0/+1
2023-05-26Update Users.mdNicholas Vinson1-2/+2
2023-05-25Autodetect installer path location.Jussi Pakkanen1-1/+5
2023-05-25run_single_test: add a --quick option to skip compiler/tool checkingDylan Baker1-2/+5
2023-05-25mtest: wildcard selectionCharles Brunet5-7/+99
2023-05-25ProgressBar: Fix some rendering issuesXavier Claessens3-13/+27
2023-05-24repair install_mode support for uid/gid effectively everywhereEli Schwartz8-2/+32
2023-05-24remove inaccurate commentEli Schwartz1-6/+1
2023-05-24Remove pointless install_umask validation check for NoneEli Schwartz1-1/+1
2023-05-24azure pipelines: fix branch patterns to support 1.x release branchesEli Schwartz1-1/+1
2023-05-23docs: gnome: mention that compile_resources adds dependencies by defaultPablo Correa Gómez1-0/+2
2023-05-23deprecate the buildtarget.get_id() methodEli Schwartz1-0/+3
2023-05-23llvm: Bump broken micro version for CINirbheek Chauhan1-2/+2
2023-05-23docs: Fix some typos in feature option examplesNirbheek Chauhan1-2/+2
2023-05-23qt: Allow specifying separate tools for qt4/5/6Nirbheek Chauhan3-11/+15
2023-05-22i18n module: check for a good enough msgfmt before permitting merge_fileEli Schwartz1-1/+10
2023-05-22i18n module: be broadly supportive of portable gettext toolsEli Schwartz1-1/+1
2023-05-22intro: add more details to generated files(part 2)Charles Brunet2-2/+9
2023-05-21Allow generator.process(generator.process(...))Volker Weißmann8-65/+148
2023-05-20rust: Add system libs used by rust std to staticlib external depsXavier Claessens4-10/+25
2023-05-20rust: Use Popen_safe() for sanity checksXavier Claessens1-11/+2
2023-05-20wrap: Check for common "provides" typoXavier Claessens1-0/+2
2023-05-18Check dub version (#11794)Remi Thebault3-28/+62
2023-05-17summary: Add from which subproject each subproject have been calledXavier Claessens3-7/+13
2023-05-16rust compiler: use better sanity check logging comparable to the clike oneEli Schwartz1-7/+13