Age | Commit message (Expand) | Author | Files | Lines |
2022-03-07 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -3/+5 |
2022-03-07 | treewide: string-quote the first argument to T.cast | Eli Schwartz | 1 | -1/+1 |
2022-02-02 | Genericise TI compiler and add MSP430 support | William Toohey | 2 | -7/+21 |
2021-12-30 | fix type annotations for compiler toolchain rpaths | Eli Schwartz | 1 | -12/+12 |
2021-10-27 | Changing xc16's linker from 'xc16-gcc.exe' to 'xc16-gcc'. Windows will | georgev93 | 1 | -2/+2 |
2021-10-27 | fix various flake8 whitespace errors | Eli Schwartz | 2 | -6/+6 |
2021-10-18 | linkers: detect LLD when built with PACKAGE_VENDOR | Paolo Bonzini | 1 | -3/+3 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -1/+1 |
2021-10-10 | ar linker: generate thin archives for uninstalled static libraries | Eli Schwartz | 1 | -8/+19 |
2021-10-10 | linkers: reorganize Ar linker into a base class | Eli Schwartz | 1 | -29/+24 |
2021-10-03 | fix typo in error message breaking newline escape | Eli Schwartz | 1 | -1/+1 |
2021-10-02 | Improve linker detection failure error message. | Jussi Pakkanen | 1 | -3/+5 |
2021-09-10 | Comments on nagfor options setup. | Mat Cross | 1 | -1/+8 |
2021-09-10 | Implemented some missing operation for the NAG Fortran Compiler. | Mat Cross | 2 | -0/+32 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 1 | -1/+1 |
2021-07-18 | Cuda: Fix linking with shared versioned internal libs | David Seifert | 1 | -2/+6 |
2021-07-18 | Merge pull request #8996 from bonzini/fix8746 | Jussi Pakkanen | 1 | -24/+11 |
2021-07-17 | Update linkers.py | Ian Harvey | 1 | -0/+6 |
2021-07-14 | linkers: remove is_shared_module argument to get_soname_args | Paolo Bonzini | 1 | -22/+11 |
2021-07-14 | do not add SONAME to shared modules | Paolo Bonzini | 1 | -2/+0 |
2021-07-05 | condense lines | Eli Schwartz | 1 | -6/+3 |
2021-07-05 | simplify mesonlib imports for the sake of line lengths | Eli Schwartz | 1 | -11/+12 |
2021-07-05 | more f-strings too complex to be caught by pyupgrade | Eli Schwartz | 1 | -4/+4 |
2021-07-01 | C2000: linker uses now binary setting defined within the cross-file | miebka | 1 | -2/+2 |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 2 | -0/+227 |
2021-06-25 | linkers: move linkers.py into the linkers package | Daniel Mensinger | 2 | -0/+1544 |