aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.5tests: try to fix ubuntu bionic testsChristoph Reiter3 weeks
fixoverridenoneEnsure override var exists. Closes #13402.Jussi Pakkanen4 weeks
masterunittests: use setUpClass instead of setUp for class constant dataDylan Baker10 hours
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 Pakkanen6 weeks
1.5.0rc1meson-1.5.0rc1.zip  meson-1.5.0rc1.tar.gz  meson-1.5.0rc1.tar.bz2  Jussi Pakkanen7 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
2023-06-10Purge persistent Ninja state when doing a full reconfigure.cleanstrayJussi Pakkanen1-0/+19
2023-06-08Fix name of boost_includedir propertySébastien Villemot1-1/+1
2023-06-08dependencies/llvm: strip default include dirsKarol Herbst4-5/+29
2023-06-07cargo/interpreter: Implement an interpreter for Cargo TOMLDylan Baker1-0/+451
2023-06-07cargo/cfg: Add a parser for the rust/cargo cfg() expressionsDylan Baker3-1/+402
2023-06-07cargo/version: add a function to convert cargo versioning to mesonDylan Baker3-0/+158
2023-06-07cargo: Add a builder module to the cargo packageDylan Baker3-0/+285
2023-06-07cargo/manifest: Add a file with type definitions of the cargo manifest formatDylan Baker1-0/+227
2023-06-07azure pipelines: force python2 to be installedEli Schwartz1-0/+3
2023-06-07unittests: fix incorrect calculation of bytecompile outputsEli Schwartz1-4/+5
[...]