aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterupdate script to build releases, to also build wheelsEli Schwartz10 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 Pakkanen7 days
optionrefactor2Use OptionStore as the key rather than a string.Jussi Pakkanen14 hours
optstorerefactorReplace direct indexing with named methods.Jussi Pakkanen6 weeks
renamelangoptRename langopt methodJussi Pakkanen6 days
testcleanupClean up leftover files from source dirs.Jussi Pakkanen3 weeks
uniquefilenamesMake source file names more unique.Jussi Pakkanen7 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 Pakkanen8 days
1.5.0rc3meson-1.5.0rc3.zip  meson-1.5.0rc3.tar.gz  meson-1.5.0rc3.tar.bz2  Jussi Pakkanen10 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
2024-06-29Move project option detection into OptionStore.optionkeyrefactorJussi Pakkanen10-17/+29
2024-06-26depfixer: fix darwin regression when install rpaths are usedEli Schwartz1-1/+1
2024-06-26dependencies/openmp: Simplify error caseDylan Baker1-18/+17
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker5-6/+62
2024-06-26CI/MacOS: Add libompDylan Baker1-1/+1
2024-06-26compilers|dependencies: Move Clang-CL specific logic out of OpenMP depDylan Baker2-10/+13
2024-06-26dependencies/openmp: use mlog.warning instead of open codingDylan Baker1-2/+2
2024-06-26dependencies/openmp: Set compile and link flags before testingDylan Baker1-3/+5
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker10-24/+27
2024-06-26format: fix edge case with empty functionsCharles Brunet4-5/+6
[...]