aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.5tests: try to fix ubuntu bionic testsChristoph Reiter3 weeks
fixoverridenoneEnsure override var exists. Closes #13402.Jussi Pakkanen4 weeks
mastercargo: Ignore Cargo.lock if toml implementation is missingXavier Claessens64 min.
optionkeyrefactorMove project option detection into OptionStore.Jussi Pakkanen7 weeks
optionkeywhittlingRemove option type from OptionKey and get it from OptionStore instead.Jussi Pakkanen5 weeks
optionrefactor2Use OptionStore as the key rather than a string.Jussi Pakkanen4 weeks
optstorerefactorReplace direct indexing with named methods.Jussi Pakkanen2 months
renamelangoptRename langopt methodJussi Pakkanen5 weeks
testcleanupClean up leftover files from source dirs.Jussi Pakkanen7 weeks
uniquefilenamesMake source file names more unique.Jussi Pakkanen5 weeks
[...]
 
TagDownloadAuthorAge
1.5.1meson-1.5.1.zip  meson-1.5.1.tar.gz  meson-1.5.1.tar.bz2  Jussi Pakkanen3 weeks
1.4.2meson-1.4.2.zip  meson-1.4.2.tar.gz  meson-1.4.2.tar.bz2  Jussi Pakkanen5 weeks
1.5.0meson-1.5.0.zip  meson-1.5.0.tar.gz  meson-1.5.0.tar.bz2  Jussi Pakkanen5 weeks
1.5.0rc3meson-1.5.0rc3.zip  meson-1.5.0rc3.tar.gz  meson-1.5.0rc3.tar.bz2  Jussi Pakkanen5 weeks
1.5.0rc2meson-1.5.0rc2.zip  meson-1.5.0rc2.tar.gz  meson-1.5.0rc2.tar.bz2  Jussi Pakkanen7 weeks
1.5.0rc1meson-1.5.0rc1.zip  meson-1.5.0rc1.tar.gz  meson-1.5.0rc1.tar.bz2  Jussi Pakkanen8 weeks
1.4.1meson-1.4.1.zip  meson-1.4.1.tar.gz  meson-1.4.1.tar.bz2  Jussi Pakkanen3 months
1.4.0meson-1.4.0.zip  meson-1.4.0.tar.gz  meson-1.4.0.tar.bz2  Jussi Pakkanen5 months
1.4.0rc2meson-1.4.0rc2.zip  meson-1.4.0rc2.tar.gz  meson-1.4.0rc2.tar.bz2  Jussi Pakkanen5 months
1.4.0rc1meson-1.4.0rc1.zip  meson-1.4.0rc1.tar.gz  meson-1.4.0rc1.tar.bz2  Jussi Pakkanen6 months
[...]
 
AgeCommit messageAuthorFilesLines
2022-03-28Condense test directory names.dircondense64Jussi Pakkanen575-177/+177
2022-03-27wrap: implement allow-insecure for 'meson wrap'Eli Schwartz2-16/+29
2022-03-27wrap: use shared function to connect to wrapdb with better errorsEli Schwartz1-5/+4
2022-03-27wrap: add functionality to specify whether insecure downloads should be usedEli Schwartz2-10/+30
2022-03-27Fix typoÖnder Görmez1-1/+1
2022-03-27docs: add missing docs for new pkgconfig featureEli Schwartz1-1/+2
2022-03-25cygwin CI: work around gcovr bugEli Schwartz1-0/+6
2022-03-24install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)1-2/+4
2022-03-24build.py: Simplify uses_rust()Xavier Claessens1-19/+1
2022-03-24build.py: Simplify validate_sources()Xavier Claessens1-15/+3
[...]