aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.5tests: try to fix ubuntu bionic testsChristoph Reiter3 months
debllvm19Add support for LLVM 19 in Debian.Jussi Pakkanen6 weeks
deprecationdeadlineCan make deprecations into hard errors based on version.Jussi Pakkanen7 weeks
fixfixUse proper array form in swiftc.Jussi Pakkanen8 weeks
fixvsciDo not run symlink setup on Windows.Jussi Pakkanen5 days
fixwintestsSkip symlink tests on Windows.Jussi Pakkanen8 weeks
masterpkgconfig: add support to override pkg-configAndoni Morales Alastruey22 hours
renamingUpdate version number for rc1.Jussi Pakkanen12 days
reprotestAdd a simple reproducibility test command.Jussi Pakkanen4 weeks
symlinknukeRecreate Boost symlink at runtime to survive sdist. Closes: #13763.Jussi Pakkanen8 days
[...]
 
TagDownloadAuthorAge
1.6.0rc2meson-1.6.0rc2.zip  meson-1.6.0rc2.tar.gz  meson-1.6.0rc2.tar.bz2  Jussi Pakkanen5 days
1.6.0rc1meson-1.6.0rc1.zip  meson-1.6.0rc1.tar.gz  meson-1.6.0rc1.tar.bz2  Jussi Pakkanen12 days
1.5.2meson-1.5.2.zip  meson-1.5.2.tar.gz  meson-1.5.2.tar.bz2  Jussi Pakkanen4 weeks
1.5.1meson-1.5.1.zip  meson-1.5.1.tar.gz  meson-1.5.1.tar.bz2  Jussi Pakkanen3 months
1.4.2meson-1.4.2.zip  meson-1.4.2.tar.gz  meson-1.4.2.tar.bz2  Jussi Pakkanen3 months
1.5.0meson-1.5.0.zip  meson-1.5.0.tar.gz  meson-1.5.0.tar.bz2  Jussi Pakkanen3 months
1.5.0rc3meson-1.5.0rc3.zip  meson-1.5.0rc3.tar.gz  meson-1.5.0rc3.tar.bz2  Jussi Pakkanen3 months
1.5.0rc2meson-1.5.0rc2.zip  meson-1.5.0rc2.tar.gz  meson-1.5.0rc2.tar.bz2  Jussi Pakkanen4 months
1.5.0rc1meson-1.5.0rc1.zip  meson-1.5.0rc1.tar.gz  meson-1.5.0rc1.tar.bz2  Jussi Pakkanen4 months
1.4.1meson-1.4.1.zip  meson-1.4.1.tar.gz  meson-1.4.1.tar.bz2  Jussi Pakkanen5 months
[...]
 
AgeCommit messageAuthorFilesLines
2023-08-08Bump versions to 1.2.1 for release1.2.1Nirbheek Chauhan2-2/+2
2023-08-08machine file: Fix crash on empty valueXavier Claessens1-2/+4
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens4-29/+86
2023-08-07interpreter: stop setting member out of initializer that isn't even usedDylan Baker1-1/+0
2023-08-07build: remove useless method callDylan Baker1-1/+0
2023-08-07build: remove BuildTarget.need_installDylan Baker1-8/+6
2023-08-07tests: Assert that mips64 kernel is detected as mips64 with no compilersSimon McVittie1-0/+19
2023-08-07environment: Don't override mips64 to mips if no compilers are availableSimon McVittie1-2/+2
2023-08-07environment: Assume that mips64 can run 32-bit mips binariesSimon McVittie1-0/+1
2023-08-07tests: Pass a mock C compiler to detect_cpu(), detect_cpu_family()Simon McVittie1-4/+8
[...]