aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.0000000000000000000000001check CI issuesEli Schwartz12 months
1.2Bump versions to 1.2.1 for releaseNirbheek Chauhan12 months
appleldFix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen13 months
dverfixFix D module version declaration.Jussi Pakkanen13 months
masterAdjust kernel detection to support Solaris 5.10 or earlierCorrodedCoder11 months
removednumbersDo not run tests that use integers in versions with compiler that do not supp...Jussi Pakkanen13 months
renamesubdirsCondense test directory names for release.Jussi Pakkanen14 months
trigger-ciimage-builderCI: coerce a new image builder run outside the scheduleEli Schwartz13 months
wip/xclaesse/pr-12097backend: Stop converting all "\" to "/" in commandXavier Claessens12 months
wix4Upgrade MSI builder from WiX3 to WiX 4.Jussi Pakkanen13 months
[...]
 
TagDownloadAuthorAge
1.2.1meson-1.2.1.zip  meson-1.2.1.tar.gz  meson-1.2.1.tar.bz2  Jussi Pakkanen12 months
1.2.0meson-1.2.0.zip  meson-1.2.0.tar.gz  meson-1.2.0.tar.bz2  Jussi Pakkanen13 months
1.2.0rc3meson-1.2.0rc3.zip  meson-1.2.0rc3.tar.gz  meson-1.2.0rc3.tar.bz2  Jussi Pakkanen13 months
1.2.0rc2meson-1.2.0rc2.zip  meson-1.2.0rc2.tar.gz  meson-1.2.0rc2.tar.bz2  Jussi Pakkanen13 months
1.2.0rc1meson-1.2.0rc1.zip  meson-1.2.0rc1.tar.gz  meson-1.2.0rc1.tar.bz2  Jussi Pakkanen14 months
1.1.1meson-1.1.1.zip  meson-1.1.1.tar.gz  meson-1.1.1.tar.bz2  Jussi Pakkanen15 months
1.0.2meson-1.0.2.zip  meson-1.0.2.tar.gz  meson-1.0.2.tar.bz2  Jussi Pakkanen16 months
1.1.0meson-1.1.0.zip  meson-1.1.0.tar.gz  meson-1.1.0.tar.bz2  Jussi Pakkanen16 months
1.1.0rc2meson-1.1.0rc2.zip  meson-1.1.0rc2.tar.gz  meson-1.1.0rc2.tar.bz2  Jussi Pakkanen16 months
1.1.0rc1meson-1.1.0rc1.zip  meson-1.1.0rc1.tar.gz  meson-1.1.0rc1.tar.bz2  Jussi Pakkanen17 months
[...]
 
AgeCommit messageAuthorFilesLines
2022-03-31Handle same Framework multiple times in Xcode.xcodeminorJussi Pakkanen1-2/+4
2022-03-31Handle feed and capture in xcodebackend.Jussi Pakkanen1-1/+2
2022-03-30compilers/gnu: use Popen_safe to prevent resource leaksMarvin Scholz1-8/+1
2022-03-30Fix typos in Xcode backend.Jussi Pakkanen1-3/+3
2022-03-30unittests: correctly use test asserts instead of regular onesMarvin Scholz1-2/+2
2022-03-30Add new debug() functionMarvin Scholz7-0/+46
2022-03-29Correctly handle --version argument to runpythonElliott Sales de Andrade1-4/+2
2022-03-30packaging: rework how pyinstaller gets its instructionsEli Schwartz3-50/+51
2022-03-29move typing-only definition to TYPE_CHECKINGEli Schwartz1-14/+15
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz9-23/+44
[...]