aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.0000000000000000000000001check CI issuesEli Schwartz13 months
1.2Bump versions to 1.2.1 for releaseNirbheek Chauhan13 months
appleldFix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen14 months
dverfixFix D module version declaration.Jussi Pakkanen14 months
masterAdjust kernel detection to support Solaris 5.10 or earlierCorrodedCoder12 months
removednumbersDo not run tests that use integers in versions with compiler that do not supp...Jussi Pakkanen14 months
renamesubdirsCondense test directory names for release.Jussi Pakkanen14 months
trigger-ciimage-builderCI: coerce a new image builder run outside the scheduleEli Schwartz14 months
wip/xclaesse/pr-12097backend: Stop converting all "\" to "/" in commandXavier Claessens13 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 Pakkanen13 months
1.2.0meson-1.2.0.zip  meson-1.2.0.tar.gz  meson-1.2.0.tar.bz2  Jussi Pakkanen14 months
1.2.0rc3meson-1.2.0rc3.zip  meson-1.2.0rc3.tar.gz  meson-1.2.0rc3.tar.bz2  Jussi Pakkanen14 months
1.2.0rc2meson-1.2.0rc2.zip  meson-1.2.0rc2.tar.gz  meson-1.2.0rc2.tar.bz2  Jussi Pakkanen14 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 Pakkanen16 months
1.0.2meson-1.0.2.zip  meson-1.0.2.tar.gz  meson-1.0.2.tar.bz2  Jussi Pakkanen17 months
1.1.0meson-1.1.0.zip  meson-1.1.0.tar.gz  meson-1.1.0.tar.bz2  Jussi Pakkanen17 months
1.1.0rc2meson-1.1.0rc2.zip  meson-1.1.0rc2.tar.gz  meson-1.1.0rc2.tar.bz2  Jussi Pakkanen17 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
2023-04-17Add kernel and userland properties to machine objects.syspropsJussi Pakkanen3-3/+37
2023-04-17Alphabetize methods in MesonMain.Jussi Pakkanen1-21/+21
2023-04-17select the correct python_command for pyinstaller builds, even on not-WindowsEli Schwartz1-2/+2
2023-04-17fix data collection with pyinstallerEli Schwartz1-1/+1
2023-04-14mbuild: .pdb files are created only when debug symbols are enabledDaniele Nicolodi1-5/+9
2023-04-14minstall: work around broken environments with missing UIDsEli Schwartz1-2/+10
2023-04-14minstall: do not drop privileges if msetup also ran under sudoEli Schwartz1-0/+4
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi7-5/+18
2023-04-14rust: Use `isinstance(d, build.StaticLibrary)` instead of comparing the type ...Sebastian Dröge1-1/+1
2023-04-14rust: Link staticlib/cdylib link targets like link targets from any other lan...Sebastian Dröge1-1/+4
[...]