Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-09-23 | mesonbuild: Recognise ARC architecture | Alexey Brodkin | 1 | -0/+1 |
2018-09-20 | D: Fix incorrect arch handling in D linkers | GoaLitiuM | 1 | -3/+3 |
2018-09-16 | Fix ICC on macOS | David Seifert | 1 | -2/+7 |
2018-09-16 | Merge pull request #4175 from GoaLitiuM/d-archfixes | Jussi Pakkanen | 1 | -10/+10 |
2018-09-16 | Use enum instead of `int` for compiler variants | David Seifert | 1 | -30/+23 |
2018-09-14 | Refactor D target architecture handling | GoaLitiuM | 1 | -10/+10 |
2018-09-13 | D: Fix linker detection when static linker is missing | GoaLitiuM | 1 | -5/+9 |
2018-08-27 | d: fix how the DC variable is handled | FFY00 | 1 | -6/+2 |
2018-08-27 | Merge pull request #3981 from GoaLitiuM/d-win-fixes | Jussi Pakkanen | 1 | -4/+23 |
2018-08-27 | d: disallow dmd frontends (ldmd and gdc) | FFY00 | 1 | -0/+6 |
2018-08-20 | Fallback to LDC as static linker when not in MSVC build environment | GoaLitiuM | 1 | -1/+9 |
2018-08-20 | Follow target platform defined in MSVC environment for Windows D compilation | GoaLitiuM | 1 | -3/+14 |
2018-08-14 | Adding a new AR Linker Class for the ARM Compiler. (#3949) | mohdamerkhalidi | 1 | -1/+3 |
2018-08-11 | Add support for s390x CPUs. Closes #3897. | Jussi Pakkanen | 1 | -0/+1 |
2018-08-10 | Fix bug and clarify error message in cross file validation | John Ericson | 1 | -5/+3 |
2018-08-07 | Refactor getting the host system of a cross compiler | George Koehler | 1 | -4/+8 |
2018-08-03 | Add 32 bit sparc processor support. Closes #3901. | Jussi Pakkanen | 1 | -0/+1 |
2018-07-31 | Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks | Jussi Pakkanen | 1 | -6/+13 |
2018-07-24 | Print a useful error when a compiler is not found in the cross file | Nirbheek Chauhan | 1 | -0/+2 |
2018-07-21 | mesonbuild: Recognise risc-v architecture | Khem Raj | 1 | -0/+2 |
2018-07-09 | cross: Use ExternalProgram for cross-file exe_wrapper | Nirbheek Chauhan | 1 | -6/+13 |
2018-07-07 | Ask for more details when warning about unknown arch [skip appveyor] | Nirbheek Chauhan | 1 | -1/+3 |
2018-07-07 | Canonicalise 64-bit PowerPC CPU families to "ppc64" | Ross Burton | 1 | -1/+2 |
2018-06-24 | Warn if compiler envvars point to cross compilers. Closes #3782. | Jussi Pakkanen | 1 | -0/+7 |
2018-06-21 | Added ARMCLANG compiler support for C/C++ (#3717) | Vasu Penugonda | 1 | -0/+18 |
2018-06-20 | Validate cpu_family (#3753) | Ross Burton | 1 | -0/+24 |
2018-06-06 | environment: copy self.cmd_line_options to not modify original options | Xavier Claessens | 1 | -1/+1 |
2018-06-06 | Convert args.projectoptions into a dict | Xavier Claessens | 1 | -1/+1 |
2018-06-06 | Remove had_argument_for() it is not used anymore | Xavier Claessens | 1 | -14/+1 |