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 earlierCorrodedCoder10 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 Pakkanen13 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 Pakkanen12 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 Pakkanen13 months
1.1.1meson-1.1.1.zip  meson-1.1.1.tar.gz  meson-1.1.1.tar.bz2  Jussi Pakkanen14 months
1.0.2meson-1.0.2.zip  meson-1.0.2.tar.gz  meson-1.0.2.tar.bz2  Jussi Pakkanen15 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 Pakkanen16 months
[...]
 
AgeCommit messageAuthorFilesLines
2023-06-27Fix pylint.fixlintJussi Pakkanen1-1/+0
2023-06-27interpreter: use os.listdir instead of os.scandir to avoid ResourceWarningNathan Goldbaum1-1/+2
2023-06-27Added a little more useful info to 'link_whole' documentation, describing the...Dan Hawson1-2/+4
2023-06-26mintro: record subproject in install_planDaniele Nicolodi6-0/+56
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz5-26/+23
2023-06-26linkers: delay implementations import until detect is runEli Schwartz26-222/+117
2023-06-26fix regression in handling output overwriting for ar-like linkersEli Schwartz2-2/+4
2023-06-26WIP: cmake: do not re-export unused top-level objectsEli Schwartz1-12/+3
2023-06-26stop importing cmake when it isn't usedEli Schwartz3-19/+4
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz14-69/+114
[...]