aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.0000000000000000000000001check CI issuesEli Schwartz2 years
1.2Bump versions to 1.2.1 for releaseNirbheek Chauhan2 years
appleldFix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen2 years
dverfixFix D module version declaration.Jussi Pakkanen2 years
masterAdjust kernel detection to support Solaris 5.10 or earlierCorrodedCoder22 months
removednumbersDo not run tests that use integers in versions with compiler that do not supp...Jussi Pakkanen2 years
renamesubdirsCondense test directory names for release.Jussi Pakkanen2 years
trigger-ciimage-builderCI: coerce a new image builder run outside the scheduleEli Schwartz2 years
wip/xclaesse/pr-12097backend: Stop converting all "\" to "/" in commandXavier Claessens2 years
wix4Upgrade MSI builder from WiX3 to WiX 4.Jussi Pakkanen2 years
[...]
 
TagDownloadAuthorAge
1.2.1meson-1.2.1.zip  meson-1.2.1.tar.gz  meson-1.2.1.tar.bz2  Jussi Pakkanen2 years
1.2.0meson-1.2.0.zip  meson-1.2.0.tar.gz  meson-1.2.0.tar.bz2  Jussi Pakkanen2 years
1.2.0rc3meson-1.2.0rc3.zip  meson-1.2.0rc3.tar.gz  meson-1.2.0rc3.tar.bz2  Jussi Pakkanen2 years
1.2.0rc2meson-1.2.0rc2.zip  meson-1.2.0rc2.tar.gz  meson-1.2.0rc2.tar.bz2  Jussi Pakkanen2 years
1.2.0rc1meson-1.2.0rc1.zip  meson-1.2.0rc1.tar.gz  meson-1.2.0rc1.tar.bz2  Jussi Pakkanen2 years
1.1.1meson-1.1.1.zip  meson-1.1.1.tar.gz  meson-1.1.1.tar.bz2  Jussi Pakkanen2 years
1.0.2meson-1.0.2.zip  meson-1.0.2.tar.gz  meson-1.0.2.tar.bz2  Jussi Pakkanen2 years
1.1.0meson-1.1.0.zip  meson-1.1.0.tar.gz  meson-1.1.0.tar.bz2  Jussi Pakkanen2 years
1.1.0rc2meson-1.1.0rc2.zip  meson-1.1.0rc2.tar.gz  meson-1.1.0rc2.tar.bz2  Jussi Pakkanen2 years
1.1.0rc1meson-1.1.0rc1.zip  meson-1.1.0rc1.tar.gz  meson-1.1.0rc1.tar.bz2  Jussi Pakkanen2 years
[...]
 
AgeCommit messageAuthorFilesLines
2021-04-17Xcode: fix generators that take custom targets as inputs.xcodetunkkiJussi Pakkanen2-83/+128
2021-04-17Xcode: add proper target dependencies to custom targets.Jussi Pakkanen1-3/+5
2021-04-17Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen2-3/+3
2021-04-17Xcode: fix custom target chaining.Jussi Pakkanen2-3/+3
2021-04-17Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen1-6/+114
2021-04-16Xcode: skip object extraction test that can not be made to work.Jussi Pakkanen1-0/+12
2021-04-16Xcode: make the test target depend on build_all target.Jussi Pakkanen1-1/+6
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen3-24/+33
2021-04-16Xcode: handle capturing generators.Jussi Pakkanen1-1/+7
2021-04-15Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen1-0/+1
[...]