aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-24Condense test directory numbers.renumberJussi Pakkanen111-25/+25
2022-10-23Merge pull request #10916 from xclaesse/preprocessJussi Pakkanen17-21/+247
2022-10-23gnulike: Fix preprocessing files with any extensionXavier Claessens2-1/+6
2022-10-23Add doc and release notes for cc.preprocess()Xavier Claessens2-0/+36
2022-10-23Add unit test for cc.preprocess()Xavier Claessens6-0/+28
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 Claessens3-10/+35
2022-10-23Fix typos in docsElliott Sales de Andrade26-34/+34
2022-10-22doc: Fix linkZhao, Gang1-1/+1
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 Ishi7-25/+69
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 Pakkanen5-54/+109
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
2022-10-11Make `meson wrap update` command update all wraps in parallelXavier Claessens4-17/+74
2022-10-10Move some code from wraptool.py to wrap.pyXavier Claessens2-34/+32
2022-10-10wrap: Ignore directories that have a .wrap with the same nameXavier Claessens1-3/+3
2022-10-10Merge pull request #8941 from xclaesse/wrapdbJussi Pakkanen7-23/+125
2022-10-10Document and test new WrapDB auto fallbackXavier Claessens4-0/+44
2022-10-09Get fallback varname from wrap file after it has been configuredXavier Claessens1-8/+8
2022-10-09Get wrap from wrapdb when not found locallyXavier Claessens1-13/+55
2022-10-09Add "meson wrap update-db" commandXavier Claessens1-2/+18
2022-10-09Fix some wording in a JNISystemDependency commentTristan Partin1-1/+1
2022-10-09Add BSD support to the JNISystemDependencyTristan Partin2-0/+12
2022-10-09run wrapped-due-to-env commands on unix via the env programEli Schwartz1-1/+18
2022-10-09compilers: Add optimization=plain optionJan Tojnar19-32/+63
2022-10-07CI: add potential workaround for python crashes in MSYS2Christoph Reiter1-0/+3
2022-10-06Add handling Qt6's EntryPoint library.Hagen Möbius1-9/+18
2022-10-06Only use Debian path fixing on old distros.Jussi Pakkanen1-11/+26
2022-10-04pylint: enable consider-merging-isinstanceDylan Baker4-4/+3
2022-10-04pylint: enable use-a-generatorDylan Baker9-22/+21
2022-10-03pylint: enable unnecessary-lambdaDylan Baker2-2/+1
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker6-11/+6
2022-10-03pylint: enable consider-using-(min|max)-builtinDylan Baker2-8/+2
2022-10-03pylint: enable unspecified-encodingDylan Baker2-2/+1
2022-10-03pylint: enable unnecessary-dunder-callDylan Baker2-3/+2
2022-10-03AIX: allow link_whole, it's the only supported behaviour anywayAndres Freund1-0/+6
2022-10-02Add stable regression testEli Schwartz7-0/+72
2022-10-02ci: Fix llvm detection on macOS CINirbheek Chauhan1-12/+27
2022-09-29doc: Add missing netrc release notesXavier Claessens1-0/+5
2022-09-29doc: Fix wayland release notesXavier Claessens1-2/+2
2022-09-29Add cross-compile support for Microsoft GDK platformsCaleb Cornett1-2/+9