Age | Commit message (Expand) | Author | Files | Lines |
2021-08-08 | Add support for finding Javascript source libraries with Emscripten. | Jussi Pakkanen | 1 | -1/+2 |
2021-07-14 | linkers: remove is_shared_module argument to get_soname_args | Paolo Bonzini | 1 | -3/+2 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -2/+2 |
2021-06-22 | Fixed style issue as per comments on PR 8911. | Justin Handville | 1 | -2/+1 |
2021-06-22 | Fix for Issue 8910 (Meson filters CMake asm files) | Justin Handville | 1 | -0/+3 |
2021-06-18 | holders: Introduce HoldableObject | Daniel Mensinger | 1 | -3/+4 |
2021-06-09 | compilers: Fix missing functions in Compiler base class | Daniel Mensinger | 1 | -0/+19 |
2021-06-07 | compilers: Add cython file suffixes | Dylan Baker | 1 | -0/+2 |
2021-06-02 | use an immutable list for an lru_cached functions | Dylan Baker | 1 | -0/+1 |
2021-05-19 | compilers: Add `get_debug_args` to base Compiler | Dylan Baker | 1 | -0/+4 |
2021-05-19 | .C files are now treated as C++ code | Volker-Weissmann | 1 | -2/+4 |
2021-04-01 | environment: get environment variables for both host and build machines | Dylan Baker | 1 | -8/+15 |
2021-03-30 | Split environment variable and command line cflags | Dylan Baker | 1 | -4/+7 |
2021-03-14 | compilers/linkers: Add a methhod for getting the rspfile syntax | Dylan Baker | 1 | -1/+9 |
2021-03-04 | compilers: Use EnvironmentException not EnvironmentError/OSError | Dylan Baker | 1 | -8/+8 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -16/+16 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -9/+9 |
2021-02-19 | Ensure that $lang_args and $lang_link_args are properly parsed | Dylan Baker | 1 | -16/+12 |
2021-02-17 | compilers: Only insert -flto-jobs in clang's link arguments | Dylan Baker | 1 | -2/+4 |
2021-02-16 | Add default debug flags for two configurations to NVCC. | Olexa Bilaniuk | 1 | -2/+2 |
2021-02-14 | Add custom entyr to cuda buildtype dict. Closes #8336. | Jussi Pakkanen | 1 | -0/+1 |
2021-02-02 | Add support for LLVM's thinLTO | Dylan Baker | 1 | -2/+6 |
2021-02-02 | compilers: Add support for using multiple threads with lto | Dylan Baker | 1 | -2/+18 |
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -3/+3 |
2021-01-11 | move handling of CFLAGS and friends to environment | Dylan Baker | 1 | -60/+15 |
2021-01-11 | use PEP8 style naming for LANGUAGES_USING_* as well | Dylan Baker | 1 | -4/+4 |
2021-01-11 | rename cflags_mapping to CFLAGS_MAPPING | Dylan Baker | 1 | -14/+18 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -55/+51 |
2021-01-04 | move OptionKey to mesonlib | Dylan Baker | 1 | -2/+1 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -13/+13 |
2020-12-14 | Propagate Windows target checks up | Laurin-Luis Lehning | 1 | -4/+4 |
2020-12-14 | Give get_gui_app_args access to the Environment | Laurin-Luis Lehning | 1 | -2/+2 |
2020-12-14 | Slight consistency changes to get_gui_app_args | Laurin-Luis Lehning | 1 | -1/+2 |
2020-12-14 | Give get_win_subsystem_args access to env | Laurin-Luis Lehning | 1 | -2/+2 |
2020-12-14 | Make win_subsystem a linker property | Laurin-Luis Lehning | 1 | -5/+4 |
2020-12-11 | Create unit test for C++ modules and accept ixx as C++ source extension. | Jussi Pakkanen | 1 | -1/+1 |
2020-12-03 | Add prelinking support for static libraries. | Jussi Pakkanen | 1 | -0/+2 |
2020-11-23 | Add a variant of TemporaryDirectory that uses windows_proof_rmtree() | Christoph Reiter | 1 | -53/+48 |
2020-11-17 | Revert "Add thinlto support. Closes #7493." | Jussi Pakkanen | 1 | -8/+8 |
2020-11-08 | Fix "generator doesn't stop" on Windows | Christoph Reiter | 1 | -1/+1 |
2020-11-08 | Add thinlto support. Closes #7493. | Jussi Pakkanen | 1 | -8/+8 |
2020-10-16 | Refactor handling of machine file options | Xavier Claessens | 1 | -8/+3 |
2020-10-14 | vs: add static_from_buildtype to b_vscrt | Peter Harris | 1 | -1/+1 |
2020-10-07 | Add win_subsystem kwarg. Closes #7765. | Jussi Pakkanen | 1 | -0/+7 |
2020-10-01 | compilers: make get_optimization_args abstract | Dylan Baker | 1 | -1/+2 |
2020-10-01 | compilers/d: add type annotations | Dylan Baker | 1 | -0/+5 |
2020-10-01 | compilers: move _build_wrapper out of clike into Compiler | Dylan Baker | 1 | -14/+74 |
2020-10-01 | compilers: move get_compile_check_args() to Compiler | Dylan Baker | 1 | -4/+30 |
2020-10-01 | compilers/fortran: add type annotations | Dylan Baker | 1 | -0/+9 |
2020-10-01 | Compilers/vala: Add type annotations | Dylan Baker | 1 | -0/+9 |