summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* One more dircondensation for rc1.dirc2Jussi Pakkanen2022-10-24111-25/+25
* Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixinTristan Partin2022-10-242-6/+10
* Use f-strings in JavaCompilerTristan Partin2022-10-241-2/+2
* Add missing compiler functions to JavaCompilerTristan Partin2022-10-241-0/+6
* basic support for oneapi compilersRobert Cohn2022-10-247-5/+77
* Add MASM compilerXavier Claessens2022-10-247-5/+217
* Not all compilers support depfileXavier Claessens2022-10-243-3/+4
* hotdoc module: add partially typed kwargsEli Schwartz2022-10-241-40/+45
* add option to typed_kwargs that allows unknown kwargs throughEli Schwartz2022-10-241-6/+7
* Accept disablers in summary valuesElliott Sales de Andrade2022-10-244-5/+13
* nasm: Harcode default path on WindowsXavier Claessens2022-10-242-8/+9
* Add missing doc for NASM languageXavier Claessens2022-10-242-0/+6
* Add yasm as fallback for nasm languageXavier Claessens2022-10-245-8/+50
* Add NASM compilerXavier Claessens2022-10-248-1/+184
* run_mypy: add extra logging and permit specifying files to checkEli Schwartz2022-10-241-15/+36
* Merge pull request #10916 from xclaesse/preprocessJussi Pakkanen2022-10-2317-21/+247
|\
| * gnulike: Fix preprocessing files with any extensionXavier Claessens2022-10-232-1/+6
| * Add doc and release notes for cc.preprocess()Xavier Claessens2022-10-232-0/+36
| * Add unit test for cc.preprocess()Xavier Claessens2022-10-236-0/+28
| * vs backend: Add support for CompileTargetXavier Claessens2022-10-232-0/+46
| * Add cc.preprocess() method for c-like compilersXavier Claessens2022-10-234-3/+83
| * Compilers: Add a preprocessor mode for clike compilersXavier Claessens2022-10-234-1/+38
| * ninja: Simplify getting rule name from compiler objectXavier Claessens2022-10-181-17/+11
* | Fix excluding sources for static lib in both_libraries()Xavier Claessens2022-10-233-10/+35
* | Fix typos in docsElliott Sales de Andrade2022-10-2326-34/+34
* | doc: Fix linkZhao, Gang2022-10-221-1/+1
* | msubprojects: Fix issues when updating all wrapsXavier Claessens2022-10-211-22/+10
* | BUG: Don't add debug files as targets when not building in debug modeThomas Li2022-10-191-2/+4
|/
* hotdoc: Fix typo in argumentNirbheek Chauhan2022-10-141-1/+1
* fix: don't set FavorSizeOrSpeed in vs backend if optimization disabled (/Od s...Luke Elliott2022-10-131-1/+2
* Add b_thinlto_cache for automatically configuring incremental ThinLTOTatsuyuki Ishi2022-10-137-25/+69
* clang: Support ThinLTO with moldTatsuyuki Ishi2022-10-131-4/+9
* linkers: Add missing mold entries to __init__Tatsuyuki Ishi2022-10-131-0/+2
* Merge pull request #10357 from xclaesse/update-wrapdbJussi Pakkanen2022-10-125-54/+109
|\
| * Make `meson wrap update` command update all wraps in parallelXavier Claessens2022-10-114-17/+74
| * Move some code from wraptool.py to wrap.pyXavier Claessens2022-10-102-34/+32
| * wrap: Ignore directories that have a .wrap with the same nameXavier Claessens2022-10-101-3/+3
* | interpreter: Fix msg when none of the dependencies have namesNirbheek Chauhan2022-10-121-5/+3
* | interpreter: Don't say we're using -lfoo args when we're notNirbheek Chauhan2022-10-121-9/+11
|/
* Merge pull request #8941 from xclaesse/wrapdbJussi Pakkanen2022-10-107-23/+125
|\
| * Document and test new WrapDB auto fallbackXavier Claessens2022-10-104-0/+44
| * Get fallback varname from wrap file after it has been configuredXavier Claessens2022-10-091-8/+8
| * Get wrap from wrapdb when not found locallyXavier Claessens2022-10-091-13/+55
| * Add "meson wrap update-db" commandXavier Claessens2022-10-091-2/+18
* | Fix some wording in a JNISystemDependency commentTristan Partin2022-10-091-1/+1
* | Add BSD support to the JNISystemDependencyTristan Partin2022-10-092-0/+12
* | run wrapped-due-to-env commands on unix via the env programEli Schwartz2022-10-091-1/+18
* | compilers: Add optimization=plain optionJan Tojnar2022-10-0919-32/+63
|/
* CI: add potential workaround for python crashes in MSYS2Christoph Reiter2022-10-071-0/+3
* Add handling Qt6's EntryPoint library.Hagen Möbius2022-10-061-9/+18