Age | Commit message (Expand) | Author | Files | Lines |
2021-05-15 | Add gnuXX stds to Objective C. | Jussi Pakkanen | 1 | -1/+1 |
2021-05-11 | Make objective C use C standard version. Closes #5495. | Jussi Pakkanen | 1 | -1/+19 |
2021-05-02 | Clean up unused imports | Ralf Gommers | 1 | -2/+1 |
2021-05-02 | Use sanity_check_impl for objc/objpp | Ralf Gommers | 1 | -23/+2 |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -1/+1 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -1/+1 |
2020-09-24 | compilers/objc: Add type annotations | Dylan Baker | 1 | -14/+27 |
2020-09-24 | compilers: make is_cross part of the base Compiler class | Dylan Baker | 1 | -2/+2 |
2020-08-22 | compilers: Add Apple subclasses for ObjC and ObjC++ | Dylan Baker | 1 | -0/+5 |
2020-05-22 | compilers: add fetching of define list for clang | Yevhenii Kolesnikov | 1 | -1/+1 |
2020-03-29 | compilers: Fix accidental coredata mutations | Ole André Vadla RavnÄs | 1 | -1/+2 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -3/+3 |
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-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -8/+20 |
2019-09-08 | fix objc freestanding sanitycheck | Nguyen, Giang (G. Yakiro) | 1 | -1/+1 |
2019-08-14 | compilers/objc[pp]: Pass extra keyword arguments to Compiler constructor | Dylan Baker | 1 | -6/+6 |
2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker | 1 | -1/+2 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 1 | -1/+2 |
2019-07-15 | compilers: Move clike into a mixins directory | Dylan Baker | 1 | -1/+1 |
2019-07-14 | Do not fail on passing `-Werror=unused-parameter` from environment | David Seifert | 1 | -1/+1 |
2019-06-23 | compilers: Fix bitcode and other options for objc code | Nirbheek Chauhan | 1 | -1/+0 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -12/+8 |
2019-05-03 | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 1 | -5/+7 |
2019-03-27 | Sanity check with external args | John Ericson | 1 | -2/+8 |
2019-02-19 | Add warning level zero | jml1795 | 1 | -2/+4 |
2019-02-15 | Remove get_cross_extra_flags | John Ericson | 1 | -1/+1 |
2018-09-16 | Use enum instead of `int` for compiler variants | David Seifert | 1 | -6/+10 |
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/+64 |