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
2022-03-09Replace freezing regex with plain text operations.pyrefixJussi Pakkanen1-1/+6
2022-03-08Revert "Add new env2cross command."Eli Schwartz3-411/+1
2022-03-08tests: bitcode: add missing b_bitcode optionMarvin Scholz1-1/+2
2022-03-08Add new env2cross command.Jussi Pakkanen3-1/+411
2022-03-07docs: add forgotten documentation for the new openssl dependencyEli Schwartz2-0/+17
2022-03-07fix correctly detecting whether python is found if link args are emptyEli Schwartz1-1/+1
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz11-22/+32
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz17-37/+39
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz6-65/+52
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin6-22/+39
[...]