aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
machinerefactorExtract native file parser to machinefile source file.Jussi Pakkanen6 weeks
masterunittests: Add type annotations to the helpers moduleDylan Baker9 hours
opthelperUse helper method in remaining compiler classes.Jussi Pakkanen6 weeks
optionkeyrefactorMove project option detection into OptionStore.Jussi Pakkanen3 weeks
optionkeywhittlingRemove option type from OptionKey and get it from OptionStore instead.Jussi Pakkanen6 days
optstorerefactorReplace direct indexing with named methods.Jussi Pakkanen5 weeks
renamelangoptRename langopt methodJussi Pakkanen5 days
testcleanupClean up leftover files from source dirs.Jussi Pakkanen2 weeks
uniquefilenamesMake source file names more unique.Jussi Pakkanen6 days
weirdnesstestUse helper method in remaining compiler classes.Jussi Pakkanen6 weeks
[...]
 
TagDownloadAuthorAge
1.4.2meson-1.4.2.zip  meson-1.4.2.tar.gz  meson-1.4.2.tar.bz2  Jussi Pakkanen7 days
1.5.0meson-1.5.0.zip  meson-1.5.0.tar.gz  meson-1.5.0.tar.bz2  Jussi Pakkanen7 days
1.5.0rc3meson-1.5.0rc3.zip  meson-1.5.0rc3.tar.gz  meson-1.5.0rc3.tar.bz2  Jussi Pakkanen9 days
1.5.0rc2meson-1.5.0rc2.zip  meson-1.5.0rc2.tar.gz  meson-1.5.0rc2.tar.bz2  Jussi Pakkanen2 weeks
1.5.0rc1meson-1.5.0rc1.zip  meson-1.5.0rc1.tar.gz  meson-1.5.0rc1.tar.bz2  Jussi Pakkanen3 weeks
1.4.1meson-1.4.1.zip  meson-1.4.1.tar.gz  meson-1.4.1.tar.bz2  Jussi Pakkanen7 weeks
1.4.0meson-1.4.0.zip  meson-1.4.0.tar.gz  meson-1.4.0.tar.bz2  Jussi Pakkanen4 months
1.4.0rc2meson-1.4.0rc2.zip  meson-1.4.0rc2.tar.gz  meson-1.4.0rc2.tar.bz2  Jussi Pakkanen4 months
1.4.0rc1meson-1.4.0rc1.zip  meson-1.4.0rc1.tar.gz  meson-1.4.0rc1.tar.bz2  Jussi Pakkanen5 months
1.3.2meson-1.3.2.zip  meson-1.3.2.tar.gz  meson-1.3.2.tar.bz2  Jussi Pakkanen5 months
[...]
 
AgeCommit messageAuthorFilesLines
2023-03-09Make generator exe more resilient.fgetcfixJussi Pakkanen1-1/+6
2023-02-25Misleading comment mtribiere1-1/+1
2023-02-24docs: fix bad advice to use python module to find pythonEli Schwartz1-2/+2
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz13-15/+18
2023-02-24work around circular imports in python probe scriptEli Schwartz1-3/+7
2023-02-24mcompile: Do not exclude targets from subprojectsXavier Claessens1-5/+3
2023-02-23docs: add gcc to list of compilers with sanitize toolsandy59951-1/+1
2023-02-23Update Vs-External.mdValeri1-1/+1
2023-02-23clangformat: don't noisily print status messages for every checked fileEli Schwartz1-4/+8
2023-02-22Implement rustc controlled whole-archive linkingDylan Baker14-14/+113
[...]