Age | Commit message (Expand) | Author | Files | Lines |
2019-10-20 | Fix all flake8 warnings | Daniel Mensinger | 1 | -1/+1 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -44/+5 |
2019-10-06 | Merge pull request #5953 from mensinda/isystem | Jussi Pakkanen | 1 | -1/+17 |
2019-10-03 | cmake: fix detection of libraries with .so version | Daniel Mensinger | 1 | -1/+1 |
2019-10-03 | Use -isystem instead of -idirafter | Daniel Mensinger | 1 | -1/+17 |
2019-09-27 | Correctly handle platform-specific LDFLAGS options | Aleksey Gurtovoy | 1 | -0/+5 |
2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy | 1 | -2/+11 |
2019-09-09 | the solaris linker also needs start/end-group for circular linking | Dylan Baker | 1 | -2/+2 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 1 | -7/+7 |
2019-08-30 | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 1 | -0/+2 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -166/+98 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 1 | -0/+1 |
2019-08-04 | Fix cross compilation on OSX | Xavier Claessens | 1 | -2/+6 |
2019-07-23 | compilers: pull sanitzier args into compiler classes | Dylan Baker | 1 | -16/+8 |
2019-07-23 | compilers: return as-needed args as a list | Dylan Baker | 1 | -1/+1 |
2019-07-23 | compilers: Move lto args into compiler class | Dylan Baker | 1 | -5/+9 |
2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan | 1 | -3/+3 |
2019-07-18 | fix all flake8 issues | Daniel Mensinger | 1 | -4/+3 |
2019-07-15 | compilers: split pgi compiler out of compilers module | Dylan Baker | 1 | -69/+0 |
2019-07-15 | compilers/mixins/elbrus: add type annotations and fix types | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: put elbrus in mixins | Dylan Baker | 1 | -40/+0 |
2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker | 1 | -61/+1 |
2019-07-15 | compilers: move ArmClang into mixins/arm.py | Dylan Baker | 1 | -118/+0 |
2019-07-15 | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 1 | -100/+0 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 1 | -358/+1 |
2019-07-15 | compilers: Move the VisualStudioLikeCompiler class into mixins | Dylan Baker | 1 | -386/+1 |
2019-07-15 | compilers: Move ArmCompiler to a mixin module | Dylan Baker | 1 | -109/+0 |
2019-07-15 | compilers: move ccrx compiler abstraction into mixins | Dylan Baker | 1 | -129/+1 |
2019-07-07 | move Gnu-specific feature '--print-search-dirs' to GnuLikeCompiler | Norbert Nemec | 1 | -0/+60 |
2019-07-05 | Improve performance with windows defender ATP | Charlie Barto | 1 | -4/+4 |
2019-06-27 | Fix two errors when cross-compiling with Vala | James Westman | 1 | -0/+3 |
2019-06-27 | sanitycheckc: avoid linking sanitycheckc when cross compiling | Cody Schafer | 1 | -6/+11 |
2019-06-13 | tvOS: added support AppleTVOS | Roman Shpuntov | 1 | -3/+3 |
2019-06-12 | Solaris fixes | Kurtis Rader | 1 | -0/+2 |
2019-06-11 | compilers: armclang supports only cross-compilation | sompen | 1 | -1/+1 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -3/+4 |
2019-05-15 | UserOption no longer has a name field. | John Ericson | 1 | -20/+13 |
2019-05-14 | Merge pull request #5331 from dcbaker/icl | Jussi Pakkanen | 1 | -15/+60 |
2019-05-13 | compilers: Add basic ICL abstractions | Dylan Baker | 1 | -0/+42 |
2019-05-13 | compilers: ICL is not GCC like | Dylan Baker | 1 | -2/+2 |
2019-05-13 | compilers: rename IntelCompiler to IntelGnuLikeCompiler | Dylan Baker | 1 | -1/+1 |
2019-05-13 | compilers: Split msvc version code into helper | Dylan Baker | 1 | -10/+13 |
2019-05-13 | This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head... | Simon Ney | 1 | -0/+3 |
2019-05-10 | compilers: make keyword args to Compiler.compile keyword only | Dylan Baker | 1 | -2/+2 |
2019-05-03 | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 1 | -0/+329 |
2019-05-02 | Merge pull request #4952 from mensinda/cacheCompiles | Dylan Baker | 1 | -40/+56 |
2019-04-28 | Moved caching into a seperate function | Daniel Mensinger | 1 | -26/+35 |
2019-04-28 | Fixed typeing | Daniel Mensinger | 1 | -12/+12 |
2019-04-28 | Annotaded return types in the base compiler class | Daniel Mensinger | 1 | -22/+22 |
2019-04-28 | Print '(cached)' when compiler result was cached | Daniel Mensinger | 1 | -0/+2 |