Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-02-27 | Move some configuration classes out of environment.py | John Ericson | 1 | -401/+41 |
2019-02-26 | Remove redundant definition of `cflags_mapping` | John Ericson | 1 | -11/+0 |
2019-02-11 | allow paths to be set in the cross file | Dylan Baker | 1 | -0/+1 |
2019-02-11 | allow setting directory locations in a native file | Dylan Baker | 1 | -11/+19 |
2019-02-11 | environment: Add class for storing directories from cross and config files | Dylan Baker | 1 | -1/+41 |
2019-02-04 | Merge pull request #4626 from Ericson2314/consolidate-properties | Jussi Pakkanen | 1 | -10/+11 |
2019-02-04 | Merge pull request #4835 from obilaniu/cudaimprovements | Jussi Pakkanen | 1 | -1/+16 |
2019-02-02 | Never access environment.properties downstream | John Ericson | 1 | -10/+11 |
2019-01-31 | env: Add a repr() for MachineInfo | Nirbheek Chauhan | 1 | -0/+3 |
2019-02-01 | qtdep: Look for QMAKE env var again + sprinkle debug | Nirbheek Chauhan | 1 | -0/+1 |
2019-01-31 | Better NVCC version detection. | Olexa Bilaniuk | 1 | -1/+16 |
2019-01-30 | Overhaul pkg-config and CMake lookup, fixing the latter | John Ericson | 1 | -0/+2 |
2019-01-27 | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-01-21 | All the fixes needed to make work against current master. | Jussi Pakkanen | 1 | -3/+3 |
2019-01-21 | added cuda compiler | Beau Johnston | 1 | -1/+43 |
2019-01-21 | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 1 | -4/+10 |
2019-01-16 | Flang Fortran compiler added. | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-01-16 | mintro: Introspection interpreter refactoring (#4733) | Daniel Mensinger | 1 | -1/+18 |
2019-01-15 | restore PGI compile functioning | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-01-13 | OpenBSD: register machine cpu "macppc" as cpu_family "ppc" | Antoine Jacoutot | 1 | -0/+2 |
2019-01-10 | Fix finding the static linker for native compiler in cross build | John Ericson | 1 | -1/+2 |
2019-01-09 | Report parisc64 as parisc. Closes #4714. | Jussi Pakkanen | 1 | -0/+4 |
2019-01-06 | Fixed buildoptions form source | Daniel Mensinger | 1 | -10/+2 |
2019-01-06 | Split the monolithic introspection file into chunks | Daniel Mensinger | 1 | -2/+13 |
2019-01-05 | Fix linking when cross-compiling and a windows resource is first object | Jon Turney | 1 | -1/+1 |