Age | Commit message (Expand) | Author | Files | Lines |
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-02 | Get rid of `ConfigData` | John Ericson | 1 | -4/+7 |
2019-01-02 | Simplify config file checking code, inlining `_ok_type` | John Ericson | 1 | -13/+6 |
2019-01-02 | Remove cross_info; cross file is parsed up front and discarded | John Ericson | 1 | -129/+184 |
2019-01-02 | Get rid of `need_cross_compiler` | John Ericson | 1 | -5/+0 |
2018-12-29 | Disable mlog and don't require build directory for environment | Daniel Mensinger | 1 | -18/+25 |
2018-12-29 | Introspection refactoring | Daniel Mensinger | 1 | -0/+51 |
2018-12-29 | Merge pull request #4451 from jon-turney/simplify-x86-msvc-test | Jussi Pakkanen | 1 | -41/+30 |
2018-12-11 | Add Renesas RL78 CPU family. Closes #4606. | Jussi Pakkanen | 1 | -0/+1 |
2018-12-06 | Try to handle ARM64 in detect_windows_arch() | Jon Turney | 1 | -2/+2 |
2018-12-06 | Simplify test for x86 targeted MSVC cross-compiler | Jon Turney | 1 | -30/+10 |
2018-12-06 | Store the target architecture for CL-like compilers | Jon Turney | 1 | -9/+18 |
2018-12-05 | Correctly detect 32-bit arm userland on 64-bit arm | Nirbheek Chauhan | 1 | -5/+14 |
2018-12-05 | Reorganize cpu detection code to be more consistent | Nirbheek Chauhan | 1 | -32/+31 |
2018-12-05 | Fix detection with VS 2017, and fix a bug in detection on VS 2008 | Nirbheek Chauhan | 1 | -3/+9 |
2018-12-04 | Use correct environment for REGEN in VS backend. | John Preston | 1 | -0/+3 |
2018-12-03 | Use more `environment.default_*` for consistency | John Ericson | 1 | -12/+16 |
2018-11-14 | environment: detect compilers from native files | Dylan Baker | 1 | -6/+20 |
2018-11-14 | Get basic native config file loading working | Dylan Baker | 1 | -0/+6 |
2018-11-14 | replace ExternalProgram.from_cross_info with from_bin_list | Dylan Baker | 1 | -1/+2 |
2018-11-11 | Consider 'samu' when looking for ninja command | Michael Forney | 1 | -1/+1 |
2018-11-07 | java: javac 9+ print their version to stdout not stderr | Dylan Baker | 1 | -1/+1 |
2018-11-08 | Add support for Renesas CC-RX toolchain | Phillip Cao | 1 | -2/+18 |
2018-11-06 | Recover when coredata cannot be loaded | Xavier Claessens | 1 | -8/+21 |
2018-11-06 | Begin to factor out logic for getting binaries | John Ericson | 1 | -45/+70 |
2018-11-04 | Use llvm-lib as an alternative to lib | Jon Turney | 1 | -4/+5 |
2018-11-04 | Detect clang-cl as msvc-like, not clang-like | Jon Turney | 1 | -3/+19 |
2018-10-25 | Merge pull request #4326 from Ericson2314/per-machine | Jussi Pakkanen | 1 | -5/+79 |
2018-10-25 | Detect powerpc processors on FreeBSD. Closes #4397. | Jussi Pakkanen | 1 | -0/+13 |
2018-10-17 | Added basic detection for AIX linker (not really a better way) | Aki Van Ness | 1 | -0/+2 |
2018-10-14 | Move some cross file parsing validition to MachineInfo | John Ericson | 1 | -8/+11 |
2018-10-07 | Adding "compiler_type" flag to ARM compilers. | Mohammed Amer Khalidi | 1 | -2/+4 |
2018-10-05 | Rewrite `for_*` machine checks in terms of MachineInfo and phase out | John Ericson | 1 | -0/+62 |
2018-10-05 | MachineInfo: Make equality structural | John Ericson | 1 | -0/+14 |
2018-10-05 | Pull out essence total map essence of MachineInfos into PerMachine | John Ericson | 1 | -5/+3 |
2018-10-05 | Centralize description of build, host, and target, machines | John Ericson | 1 | -3/+76 |
2018-09-25 | environment: Use os.path.basename() when checking mesonlib.meson_command | Masanori Kakura | 1 | -1/+1 |
2018-09-25 | environment: validate endian value from cross file | Ross Burton | 1 | -0/+3 |