Age | Commit message (Expand) | Author | Files | Lines |
2019-07-15 | compilers: Move clike into a mixins directory | Dylan Baker | 1 | -1165/+0 |
2019-07-14 | Do not fail on passing `-Werror=unused-parameter` from environment | David Seifert | 1 | -10/+10 |
2019-07-11 | Fix MSVC /link argument ordering (#5598) | Norbert Nemec | 1 | -19/+32 |
2019-07-10 | Make faster w defender atp | Charlie Barto | 1 | -2/+2 |
2019-07-07 | move Gnu-specific feature '--print-search-dirs' to GnuLikeCompiler | Norbert Nemec | 1 | -51/+0 |
2019-07-05 | Fix unittests. | Jussi Pakkanen | 1 | -1/+4 |
2019-07-05 | compilers: Add missing cflags when calling compiler in link mode | Marvin Scholz | 1 | -10/+11 |
2019-07-05 | compilers: Fix missing cflags for function detection | Marvin Scholz | 1 | -4/+4 |
2019-07-05 | Improve performance with windows defender ATP | Charlie Barto | 1 | -4/+4 |
2019-07-03 | Return zero in cross_sizeof | Abhishek Pandit-Subedi | 1 | -0/+1 |
2019-06-27 | sanitycheckc: avoid linking sanitycheckc when cross compiling | Cody Schafer | 1 | -0/+2 |
2019-06-13 | compilers: Add logging for symbol prefix test | Marvin Scholz | 1 | -0/+2 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -21/+15 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -10/+11 |
2019-05-16 | Fix path splitting in get_compiler_dirs() with GCC/clang on Windows | Christoph Reiter | 1 | -9/+21 |
2019-05-13 | compilers/clike: ICL needs msvc workarounds in has_function | Dylan Baker | 1 | -1/+1 |
2019-05-10 | compilers: make keyword args to Compiler.compile keyword only | Dylan Baker | 1 | -1/+1 |
2019-05-03 | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 1 | -0/+1187 |