Age | Commit message (Expand) | Author | Files | Lines |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 2 | -6/+7 |
2020-12-14 | Propagate Windows target checks up | Laurin-Luis Lehning | 2 | -5/+3 |
2020-12-14 | Give get_gui_app_args access to the Environment | Laurin-Luis Lehning | 1 | -1/+1 |
2020-12-14 | Slight consistency changes to get_gui_app_args | Laurin-Luis Lehning | 1 | -8/+0 |
2020-12-14 | Make win_subsystem a linker property | Laurin-Luis Lehning | 3 | -23/+0 |
2020-12-13 | Add support for driving lld-link indirectly through clang on Windows | Laurin-Luis Lehning | 1 | -1/+7 |
2020-12-03 | Add prelinking support for static libraries. | Jussi Pakkanen | 1 | -0/+3 |
2020-11-20 | use real pathlib module | Dylan Baker | 2 | -2/+2 |
2020-11-17 | Revert "Add thinlto support. Closes #7493." | Jussi Pakkanen | 3 | -12/+3 |
2020-11-09 | Fix WASM thread count option. Closes #7921. | Jussi Pakkanen | 1 | -2/+2 |
2020-11-08 | Add thinlto support. Closes #7493. | Jussi Pakkanen | 3 | -3/+12 |
2020-10-14 | vs: add static_from_buildtype to b_vscrt | Peter Harris | 1 | -5/+10 |
2020-10-07 | Add win_subsystem kwarg. Closes #7765. | Jussi Pakkanen | 2 | -0/+17 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 2 | -2/+2 |
2020-10-01 | compilers/icl: Fix pch usage | Dylan Baker | 1 | -0/+3 |
2020-10-01 | compilers/clike: Store exe_wrapper as ExternalProgram | Dylan Baker | 1 | -3/+3 |
2020-10-01 | compilers/fortran: fix has_multi_*_arguments | Dylan Baker | 1 | -4/+8 |
2020-10-01 | compilers/gnu: Don't pretend to inherit CLike | Dylan Baker | 1 | -1/+1 |
2020-10-01 | compilers: move _build_wrapper out of clike into Compiler | Dylan Baker | 1 | -37/+5 |
2020-10-01 | compilers: clang: use get_compiler_check_args | Dylan Baker | 1 | -5/+8 |
2020-10-01 | compilers/intel: use get_compiler_check_args | Dylan Baker | 2 | -24/+15 |
2020-10-01 | compilers: move get_compile_check_args() to Compiler | Dylan Baker | 1 | -15/+9 |
2020-10-01 | compilers/cuda: make type safe | Dylan Baker | 1 | -7/+0 |
2020-10-01 | compilres: move depfile_for_object to compiler | Dylan Baker | 1 | -3/+0 |
2020-10-01 | compilers/cs: Add type annotations | Dylan Baker | 1 | -2/+1 |
2020-10-01 | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 7 | -24/+0 |
2020-10-01 | compilers: move split_shlib_to_parts to the base compiler | Dylan Baker | 1 | -3/+0 |
2020-10-01 | compilers: fully type annotate the C compilers | Dylan Baker | 6 | -6/+7 |
2020-09-30 | compilers: Use /Od for no-optimisation flag for Intel compilers on windows | Ian Harvey | 1 | -2/+2 |
2020-09-29 | compilers/VS: fix build to use optimization and debug flags | Vili Väinölä | 1 | -17/+17 |
2020-09-24 | compilers: Tell mypy that the compiler mixins are just that | Dylan Baker | 14 | -166/+110 |
2020-09-24 | compilers: make is_cross part of the base Compiler class | Dylan Baker | 1 | -2/+1 |
2020-09-24 | compilers: make sanity_check_impl a protected method | Dylan Baker | 1 | -2/+2 |
2020-09-24 | compilers: put name_string method in base compiler | Dylan Baker | 1 | -3/+1 |
2020-09-24 | compilers/mixins: make xc16 type safe | Dylan Baker | 1 | -2/+7 |
2020-09-24 | compilers/mixins: make visual studio type safe | Dylan Baker | 1 | -2/+21 |
2020-09-24 | compilers/mixins/pgi: Make type safe | Dylan Baker | 1 | -2/+11 |
2020-09-24 | compilers/mixins/islinker: Make type safe | Dylan Baker | 1 | -0/+4 |
2020-09-24 | compilers/mixins/intel: make type safe | Dylan Baker | 1 | -11/+22 |
2020-09-24 | compilers/mixins/intel: Use the has_func_attribute_extra_args function | Dylan Baker | 1 | -1/+3 |
2020-09-24 | compilers/mixins/emscripten: make type safe | Dylan Baker | 1 | -4/+11 |
2020-09-24 | compilers/mixins/elbrus: make type safe | Dylan Baker | 1 | -1/+5 |
2020-09-24 | compilers/mixins: make compcert type safe | Dylan Baker | 1 | -2/+6 |
2020-09-24 | compilers/mixins/clang: Make type safe | Dylan Baker | 1 | -5/+16 |
2020-09-24 | compilers/mixings/gnu: make type safe | Dylan Baker | 1 | -11/+34 |
2020-09-24 | compilers/mixins/clike: fix mypy issues | Dylan Baker | 1 | -113/+245 |
2020-09-24 | compilers/mixins/ccrx: make mypy safe | Dylan Baker | 1 | -1/+6 |
2020-09-24 | compilers/mixins/c2000: Make mypy safe | Dylan Baker | 1 | -1/+6 |
2020-09-24 | compilers/mixins/arm: make type safe | Dylan Baker | 1 | -26/+24 |
2020-09-24 | compilers: Use a distinct type for compile/link results | Dylan Baker | 3 | -8/+7 |