Age | Commit message (Expand) | Author | Files | Lines |
2019-07-06 | BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilers | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-07-05 | Improve performance with windows defender ATP | Charlie Barto | 1 | -1/+0 |
2019-06-24 | BUGFIX: typo for PGI C/CPP | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-06-23 | coredata: Correctly handle receiving a pipe for native/cross files | Dylan Baker | 1 | -1/+2 |
2019-06-21 | environment: Fix detection of Microsoft cl.exe with non English locales | Dylan Baker | 1 | -1/+1 |
2019-06-19 | Canonicalize 'i86pc' return from platform.machine() for Solaris | Alan Coopersmith | 1 | -2/+2 |
2019-06-12 | Solaris fixes | Kurtis Rader | 1 | -0/+2 |
2019-06-11 | environment: better xcode 11 clang detection | Dan Kegel | 1 | -2/+2 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -128/+100 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -10/+9 |
2019-06-03 | backend: refactor get_custom_target_provided_libraries | Marcel Hollerbach | 1 | -0/+2 |
2019-05-20 | Merge pull request #5276 from dcbaker/pkg-config-path-invalidate-cache | Jussi Pakkanen | 1 | -1/+1 |
2019-05-20 | Remove compiler data from build object | Jon Turney | 1 | -2/+2 |
2019-05-17 | coredata: Introduce a class to act as the dependency cache | Dylan Baker | 1 | -1/+1 |
2019-05-16 | Merge pull request #5395 from dcbaker/mtest-annotations | Jussi Pakkanen | 1 | -1/+1 |
2019-05-16 | Make `PerMachine` and `MachineChoice` have just `build` and `host` | John Ericson | 1 | -27/+39 |
2019-05-14 | environment: annotate detect_ninja | Dylan Baker | 1 | -1/+1 |
2019-05-13 | environment: search for icl and ifort before cl and goftran | Dylan Baker | 1 | -3/+8 |
2019-05-13 | environment: Add search for ICL | Dylan Baker | 1 | -0/+17 |
2019-05-13 | linkers: Add linker class for intel's xilib | Dylan Baker | 1 | -2/+7 |
2019-05-03 | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 1 | -1/+1 |
2019-05-02 | environment: Fix syntax error | Dylan Baker | 1 | -2/+3 |
2019-05-02 | Revert "detect Intel ICL on windows" | Dylan Baker | 1 | -15/+4 |
2019-05-02 | Revert "enable Windows Intel compiler" | Dylan Baker | 1 | -12/+5 |
2019-05-02 | Add some type annotations and fix lints | John Ericson | 1 | -6/+9 |
2019-04-27 | enable Windows Intel compiler | Michael Hirsch, Ph.D | 1 | -5/+12 |
2019-04-27 | detect Intel ICL on windows | Michael Hirsch, Ph.D | 1 | -5/+15 |
2019-04-27 | better default order for fotran compiler search | Michael Hirsch, Ph.D | 1 | -3/+18 |
2019-04-27 | cleanup C/CXX compiler names, adding Intel like for Fortran | Michael Hirsch, Ph.D | 1 | -4/+5 |
2019-04-27 | cleanup unused imports PEP8 | Michael Hirsch, Ph.D | 1 | -4/+2 |
2019-04-27 | order fortran compiler search order more sanely, remove unsupported compiler ... | Michael Hirsch, Ph.D | 1 | -3/+4 |
2019-04-25 | environment.py: Fix architecture detection on older MSVC | Chun-wei Fan | 1 | -1/+1 |
2019-04-24 | Add gcovr 4.2 support | Richard Kjerstadius | 1 | -3/+3 |
2019-04-22 | Add support for the Xtensa toolchain | Fernando Ramos | 1 | -1/+1 |
2019-04-21 | coredata: store cross/native files in the same form they will be used (#5224) | Dylan Baker | 1 | -2/+2 |
2019-04-15 | Note when clang objc/objc++ compiler is Windows targeted | Jon Turney | 1 | -0/+4 |
2019-04-12 | Unfold cross-compilation case from compilers_from_language() | Jon Turney | 1 | -43/+21 |
2019-04-01 | detect 'arm64' as aarch64 CPU family | Janne Grunau | 1 | -0/+3 |
2019-03-26 | improve log for ninja detection | Paolo Bonzini | 1 | -1/+8 |
2019-03-26 | support a NINJA environment variable | Paolo Bonzini | 1 | -2/+4 |
2019-03-26 | Properly detect 'bepc' as 'x86' CPU for Haiku | François Revol | 1 | -0/+2 |
2019-03-24 | Inline check_compilers | John Ericson | 1 | -8/+0 |
2019-03-20 | mesonbuild: allow multiple --cross-file options | Ross Burton | 1 | -2/+3 |
2019-03-19 | load_configs: generalise the search path | Ross Burton | 1 | -1/+1 |
2019-03-19 | Merge pull request #4724 from jon-turney/lib-machine-always | Jussi Pakkanen | 1 | -1/+1 |
2019-03-11 | A more verbose RE Definiton in search_version. Closes #5020 | jrl64 | 1 | -2/+20 |
2019-03-11 | environment: support OpenBSD in detect_objc_compiler | Antoine Jacoutot | 1 | -2/+2 |
2019-03-05 | Fix javac version lookup in JDK11. Closes #4322. | Jussi Pakkanen | 1 | -0/+4 |
2019-02-27 | Sync up initialization logic with Properties and BinaryTable | John Ericson | 1 | -5/+7 |