aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-11-03depfixer: handle darwin dependencies with non-ASCII pathsEli Schwartz1-4/+4
2022-11-03squelch an EncodingWarning we don't care aboutEli Schwartz1-1/+1
2022-11-03python 3.11: suppress an incorrect EncodingWarningEli Schwartz1-0/+7
2022-11-03dependencies: make the hdf5 dependency use Popen_safeEli Schwartz1-4/+3
2022-11-02backends: Try guessing install tag for all installed filesXavier Claessens1-3/+11
2022-11-01Bump version for rc2.0.64.0rc2Jussi Pakkanen1-1/+1
2022-11-01nasm: Implement get_crt_compile_args()Xavier Claessens1-0/+3
2022-11-01minstall: make do_strip run with -Sx for macOS targetsL. E. Segovia1-2/+8
2022-10-31Revert "backends/ninja: run `ranlib -c $out` when using the apple ar"Eli Schwartz1-13/+2
2022-10-31Revert "build: don't add targets to link_whole_targets if we took their objects"Eli Schwartz1-5/+3
2022-10-31both_libraries: Make sure to select the right linker for static libXavier Claessens1-3/+2
2022-10-31emit a FeatureNew when using include_directories as a stringEli Schwartz1-0/+7
2022-10-28gnome: allow generator outputs as gdbus-codegen inputsPaolo Bonzini1-3/+3
2022-10-28gnome: allow custom targets as gdbus-codegen inputsPaolo Bonzini1-4/+4
2022-10-25compilers: Make sure to not use ccache in compiler checksXavier Claessens5-12/+10
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens15-112/+110
2022-10-25Bump version numbers for 0.64.0.rc1.0.64.0rc1Jussi Pakkanen1-1/+1
2022-10-25Fix native compilation on ARM64 WindowsGustavoLCR3-23/+45
2022-10-24Add missing since annotations in docsElliott Sales de Andrade1-1/+1
2022-10-24Move JNISystemDependency to dependencies.base.detect_compilerTristan Partin1-3/+2
2022-10-24Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixinTristan Partin2-6/+10
2022-10-24Use f-strings in JavaCompilerTristan Partin1-2/+2
2022-10-24Add missing compiler functions to JavaCompilerTristan Partin1-0/+6
2022-10-24basic support for oneapi compilersRobert Cohn4-4/+65
2022-10-24Add MASM compilerXavier Claessens3-1/+159
2022-10-24Not all compilers support depfileXavier Claessens3-3/+4
2022-10-24hotdoc module: add partially typed kwargsEli Schwartz1-40/+45
2022-10-24add option to typed_kwargs that allows unknown kwargs throughEli Schwartz1-6/+7
2022-10-24Accept disablers in summary valuesElliott Sales de Andrade1-1/+4
2022-10-24nasm: Harcode default path on WindowsXavier Claessens1-0/+4
2022-10-24Add missing doc for NASM languageXavier Claessens1-0/+2
2022-10-24Add yasm as fallback for nasm languageXavier Claessens3-3/+47
2022-10-24Add NASM compilerXavier Claessens5-1/+120
2022-10-23Merge pull request #10916 from xclaesse/preprocessJussi Pakkanen9-21/+184
2022-10-23gnulike: Fix preprocessing files with any extensionXavier Claessens1-0/+6
2022-10-23vs backend: Add support for CompileTargetXavier Claessens2-0/+46
2022-10-23Add cc.preprocess() method for c-like compilersXavier Claessens4-3/+83
2022-10-23Compilers: Add a preprocessor mode for clike compilersXavier Claessens4-1/+38
2022-10-23Fix excluding sources for static lib in both_libraries()Xavier Claessens1-10/+12
2022-10-21msubprojects: Fix issues when updating all wrapsXavier Claessens1-22/+10
2022-10-19BUG: Don't add debug files as targets when not building in debug modeThomas Li1-2/+4
2022-10-18ninja: Simplify getting rule name from compiler objectXavier Claessens1-17/+11
2022-10-14hotdoc: Fix typo in argumentNirbheek Chauhan1-1/+1
2022-10-13fix: don't set FavorSizeOrSpeed in vs backend if optimization disabled (/Od s...Luke Elliott1-1/+2
2022-10-13Add b_thinlto_cache for automatically configuring incremental ThinLTOTatsuyuki Ishi5-8/+42
2022-10-13clang: Support ThinLTO with moldTatsuyuki Ishi1-4/+9
2022-10-13linkers: Add missing mold entries to __init__Tatsuyuki Ishi1-0/+2
2022-10-12Merge pull request #10357 from xclaesse/update-wrapdbJussi Pakkanen3-54/+98
2022-10-12interpreter: Fix msg when none of the dependencies have namesNirbheek Chauhan1-5/+3
2022-10-12interpreter: Don't say we're using -lfoo args when we're notNirbheek Chauhan1-9/+11