summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25Bump version numbers for 0.64.0.rc1.Jussi Pakkanen
2022-10-25tests: Add nasm compiler checksXavier Claessens
2022-10-25nasm: Use an hello world test that works on 32bits tooXavier Claessens
2022-10-25Fix native compilation on ARM64 WindowsGustavoLCR
2022-10-25Skip wrapdb test if there is no connectivity.Jussi Pakkanen
2022-10-24Add missing since annotations in docsElliott Sales de Andrade
2022-10-24ci: run `brew update` before `brew install`Carlo Cabrera
2022-10-24Revert "ci: Fix llvm detection on macOS CI"Carlo Cabrera
2022-10-25Condense test directory numbers.Jussi Pakkanen
2022-10-24Move JNISystemDependency to dependencies.base.detect_compilerTristan Partin
2022-10-24Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixinTristan Partin
2022-10-24Use f-strings in JavaCompilerTristan Partin
2022-10-24Add missing compiler functions to JavaCompilerTristan Partin
2022-10-24basic support for oneapi compilersRobert Cohn
2022-10-24Add MASM compilerXavier Claessens
2022-10-24Not all compilers support depfileXavier Claessens
2022-10-24hotdoc module: add partially typed kwargsEli Schwartz
2022-10-24add option to typed_kwargs that allows unknown kwargs throughEli Schwartz
2022-10-24Accept disablers in summary valuesElliott Sales de Andrade
2022-10-24nasm: Harcode default path on WindowsXavier Claessens
2022-10-24Add missing doc for NASM languageXavier Claessens
2022-10-24Add yasm as fallback for nasm languageXavier Claessens
2022-10-24Add NASM compilerXavier Claessens
2022-10-24run_mypy: add extra logging and permit specifying files to checkEli Schwartz
2022-10-23Merge pull request #10916 from xclaesse/preprocessJussi Pakkanen
2022-10-23gnulike: Fix preprocessing files with any extensionXavier Claessens
2022-10-23Add doc and release notes for cc.preprocess()Xavier Claessens
2022-10-23Add unit test for cc.preprocess()Xavier Claessens
2022-10-23vs backend: Add support for CompileTargetXavier Claessens
2022-10-23Add cc.preprocess() method for c-like compilersXavier Claessens
2022-10-23Compilers: Add a preprocessor mode for clike compilersXavier Claessens
2022-10-23Fix excluding sources for static lib in both_libraries()Xavier Claessens
2022-10-23Fix typos in docsElliott Sales de Andrade
2022-10-22doc: Fix linkZhao, Gang
2022-10-21msubprojects: Fix issues when updating all wrapsXavier Claessens
2022-10-19BUG: Don't add debug files as targets when not building in debug modeThomas Li
2022-10-18ninja: Simplify getting rule name from compiler objectXavier Claessens
2022-10-14hotdoc: Fix typo in argumentNirbheek Chauhan
2022-10-13fix: don't set FavorSizeOrSpeed in vs backend if optimization disabled (/Od s...Luke Elliott
2022-10-13Add b_thinlto_cache for automatically configuring incremental ThinLTOTatsuyuki Ishi
2022-10-13clang: Support ThinLTO with moldTatsuyuki Ishi
2022-10-13linkers: Add missing mold entries to __init__Tatsuyuki Ishi
2022-10-12Merge pull request #10357 from xclaesse/update-wrapdbJussi Pakkanen
2022-10-12interpreter: Fix msg when none of the dependencies have namesNirbheek Chauhan
2022-10-12interpreter: Don't say we're using -lfoo args when we're notNirbheek Chauhan
2022-10-11Make `meson wrap update` command update all wraps in parallelXavier Claessens
2022-10-10Move some code from wraptool.py to wrap.pyXavier Claessens
2022-10-10wrap: Ignore directories that have a .wrap with the same nameXavier Claessens
2022-10-10Merge pull request #8941 from xclaesse/wrapdbJussi Pakkanen
2022-10-10Document and test new WrapDB auto fallbackXavier Claessens