aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.7cuda: test for passing `-Dcuda_link_args='foo'`David Seifert4 days
bhandlingPermit all unknown b_ options.Jussi Pakkanen3 weeks
fixcythonRemove unused variable left over from option refactor.Jussi Pakkanen3 weeks
fixglibActually fix base option default values.Jussi Pakkanen2 weeks
fixyieldingFix yielding when top project does not define the option.Jussi Pakkanen3 weeks
masterMove Interpreter.read_buildfile to base classCharles Brunet29 hours
optiondefaultsMaintain bw compatibility for requesting bad options. Closes: #14255.Jussi Pakkanen2 weeks
optionfallbackMaintain bw compatibility for requesting bad options. Closes: #14255.Jussi Pakkanen4 weeks
optionwipeFix reconfiguration on --wipe.Jussi Pakkanen3 weeks
release-policydocs: document release process and security keysEli Schwartz12 days
[...]
 
TagDownloadAuthorAge
1.7.0meson-1.7.0.zip  meson-1.7.0.tar.gz  meson-1.7.0.tar.bz2  Jussi Pakkanen7 weeks
1.7.0rc2meson-1.7.0rc2.zip  meson-1.7.0rc2.tar.gz  meson-1.7.0rc2.tar.bz2  Jussi Pakkanen8 weeks
1.7.0rc1meson-1.7.0rc1.zip  meson-1.7.0rc1.tar.gz  meson-1.7.0rc1.tar.bz2  Jussi Pakkanen2 months
1.6.1meson-1.6.1.zip  meson-1.6.1.tar.gz  meson-1.6.1.tar.bz2  Jussi Pakkanen3 months
1.6.0meson-1.6.0.zip  meson-1.6.0.tar.gz  meson-1.6.0.tar.bz2  Jussi Pakkanen5 months
1.6.0rc2meson-1.6.0rc2.zip  meson-1.6.0rc2.tar.gz  meson-1.6.0rc2.tar.bz2  Jussi Pakkanen5 months
1.6.0rc1meson-1.6.0rc1.zip  meson-1.6.0rc1.tar.gz  meson-1.6.0rc1.tar.bz2  Jussi Pakkanen5 months
1.5.2meson-1.5.2.zip  meson-1.5.2.tar.gz  meson-1.5.2.tar.bz2  Jussi Pakkanen6 months
1.5.1meson-1.5.1.zip  meson-1.5.1.tar.gz  meson-1.5.1.tar.bz2  Jussi Pakkanen8 months
1.4.2meson-1.4.2.zip  meson-1.4.2.tar.gz  meson-1.4.2.tar.bz2  Jussi Pakkanen8 months
[...]
 
AgeCommit messageAuthorFilesLines
2021-08-20Fix duplicated frameworks in the Xcode backend.xcodegodotJussi Pakkanen1-1/+7
2021-08-20Fix multiple generators in target in Xcode.Jussi Pakkanen1-2/+2
2021-08-20Path special casing for the Xcode backend.Jussi Pakkanen3-3/+9
2021-08-20Handle .C extension in Xcode.Jussi Pakkanen1-1/+4
2021-08-20external-project: Add support for WAF build systemXavier Claessens4-27/+53
2021-08-19Merge pull request #9126 from dcbaker/submit/rust-use-full-typingJussi Pakkanen2-31/+39
2021-08-18tests: python module should install files correctlyEli Schwartz7-3/+51
2021-08-18python module: fix extensions without explicit subdir being installed to libdirEli Schwartz1-4/+4
2021-08-18test runner: add the ability to configure test.json for python pathsEli Schwartz3-2/+32
2021-08-18python module: make external program wrapper have access to useful metadataEli Schwartz1-26/+35
[...]