Age | Commit message (Expand) | Author | Files | Lines |
2021-03-14 | compilers/linkers: Add a methhod for getting the rspfile syntax | Dylan Baker | 1 | -0/+7 |
2020-10-01 | compilers/cs: Add type annotations | Dylan Baker | 1 | -42/+31 |
2020-10-01 | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 1 | -3/+0 |
2020-10-01 | compilers: move split_shlib_to_parts to the base compiler | Dylan Baker | 1 | -3/+0 |
2020-09-24 | compilers: make is_cross part of the base Compiler class | Dylan Baker | 1 | -1/+0 |
2020-09-24 | compilers: put name_string method in base compiler | Dylan Baker | 1 | -3/+0 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -2/+2 |
2019-12-12 | compilers: Make get_display_language a class or static method | Dylan Baker | 1 | -1/+2 |
2019-12-12 | compilers: move language attribute to the class level | Dylan Baker | 1 | -1/+3 |
2019-10-07 | compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>() | Dylan Baker | 1 | -2/+1 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -7/+15 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -13/+3 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -7/+7 |
2019-04-29 | Fix builtin variable names | Daniel Mensinger | 1 | -2/+2 |
2019-02-01 | C# and Java compilers should have `is_cross = False` | John Ericson | 1 | -0/+1 |
2019-01-06 | Added more compiler option support | Daniel Mensinger | 1 | -0/+6 |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 1 | -0/+3 |
2019-01-06 | Added unit test | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Fixed list_target_files and list_targets | Daniel Mensinger | 1 | -1/+1 |
2018-08-18 | Convert buildtype to optimization and debug options (#3489) | Jussi Pakkanen | 1 | -0/+13 |
2018-06-18 | macos: Rewrite install_name for dependent built libraries on install | Nirbheek Chauhan | 1 | -1/+1 |
2018-05-09 | Revert "Add macOS linker versioning information" | Nirbheek Chauhan | 1 | -1/+1 |
2018-04-16 | Add macOS linker versioning information | Tom Schoonjans | 1 | -1/+1 |
2018-02-25 | Hide banner when invoking csc. | Jussi Pakkanen | 1 | -1/+7 |
2018-02-25 | Add support for Visual Studio csc c# compiler | Thibault Saunier | 1 | -6/+32 |
2017-12-16 | More version information for C# | Christoph Behle | 1 | -2/+2 |
2017-07-21 | Add build_rpath as new property allowing people to specify rpath entries that... | Jussi Pakkanen | 1 | -1/+1 |
2017-06-26 | Use 'C sharp' instead of 'C#' | Guillaume Poirier-Morency | 1 | -1/+1 |
2017-06-26 | Add 'Compiler.get_display_language' | Guillaume Poirier-Morency | 1 | -0/+3 |
2017-06-23 | Split out languages from compilers.py | Alistair Thomas | 1 | -0/+106 |