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
2021-05-22Disable D test on macOS as it fails mysteriously.fixmacciJussi Pakkanen1-0/+5
2021-05-22It seems ld64 is the default linker name on macOS now.Jussi Pakkanen1-1/+5
2021-05-22Better detection of Visual Studio compilerJacob Nielsen1-0/+8
2021-05-20vala: Test that adding C manually isn't requiuredDylan Baker1-1/+2
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker4-13/+7
2021-05-19backends: use a set for processed targets instead of a dictDylan Baker2-4/+4
2021-05-19compilers: Add `get_debug_args` to base CompilerDylan Baker1-0/+4
2021-05-19ninjabackend: Fix vala type annotationsDylan Baker1-24/+26
2021-05-19rust: override get_linker_always_argsDylan Baker2-2/+7
2021-05-19build: annotate can_compile_remove_sourcesDylan Baker1-1/+1
[...]