Age | Commit message (Expand) | Author | Files | Lines |
2019-08-03 | Merge pull request #5644 from bonzini/meson-exe-cmdline | Jussi Pakkanen | 4 | -134/+117 |
2019-08-02 | Merge pull request #5749 from mensinda/cmGenExp | Jussi Pakkanen | 3 | -3/+135 |
2019-08-02 | Make ARM compilers work on Linux. | Jussi Pakkanen | 1 | -2/+2 |
2019-08-02 | remove unreachable code | Michael Hirsch, Ph.D | 2 | -4/+2 |
2019-07-31 | coredata: Ignore directories when searching for machine files | Dylan Baker | 1 | -6/+14 |
2019-07-31 | OpenMP:stop searching when openmp headers are first found | Michael Hirsch, Ph.D | 1 | -2/+3 |
2019-07-31 | Allow kconfig to read from configure_file() | Marc-André Lureau | 1 | -6/+7 |
2019-07-31 | cmake: Parse a subset of generator expressions | Daniel Mensinger | 3 | -3/+135 |
2019-07-31 | Merge pull request #5638 from mensinda/cmInterface | Jussi Pakkanen | 2 | -19/+121 |
2019-07-31 | Merge pull request #5733 from scivision/pgi_openmp | Jussi Pakkanen | 3 | -9/+27 |
2019-07-31 | mintro: Fix crash related to the sources kwarg (fixes #5741) | Daniel Mensinger | 2 | -3/+7 |
2019-07-30 | PGI: fix openmp for 190common test | Michael Hirsch, Ph.D | 1 | -10/+9 |
2019-07-30 | OpenMP is intrinsic to PGI | Michael Hirsch, Ph.D | 1 | -3/+10 |
2019-07-30 | default libtype to static to allow windows compilers to not skip | Michael Hirsch, Ph.D | 1 | -3/+5 |
2019-07-30 | no special shared lib args for PGI | Michael Hirsch, Ph.D | 2 | -7/+10 |
2019-07-30 | PGI -shared is for Linux only | Michael Hirsch, Ph.D | 1 | -1/+8 |
2019-07-30 | DOC: meson test multiple --suite specifications [skip ci] | Michael Hirsch, Ph.D | 1 | -2/+4 |
2019-07-30 | Merge pull request #5740 from scivision/intel-ci_fix | Jussi Pakkanen | 1 | -2/+1 |
2019-07-30 | PGI: cpp_pch precompiled headers functionality | Michael Hirsch, Ph.D | 2 | -2/+17 |
2019-07-30 | Merge pull request #5734 from scivision/flang_fix | Jussi Pakkanen | 2 | -5/+11 |
2019-07-30 | dist: Pass right build options when configuring dist directory | Thibault Saunier | 1 | -2/+6 |
2019-07-30 | intel-cl: readd missing import | Michael Hirsch, Ph.D | 1 | -2/+1 |
2019-07-29 | openmp: allow omp.h or omp_lib.h | Michael Hirsch, Ph.D | 1 | -5/+8 |
2019-07-29 | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-07-27 | remove vestigial $ from test error msg | Michael Hirsch, Ph.D | 1 | -14/+13 |
2019-07-26 | interpreter: Fix permitted kwargs in dependency.get_variable | Dylan Baker | 1 | -1/+1 |
2019-07-25 | cmake: handle interface libraries | Daniel Mensinger | 1 | -7/+37 |
2019-07-25 | cmake: trace: add support for some target_* functions | Daniel Mensinger | 1 | -2/+66 |
2019-07-25 | cmake: trace: support interface libraries | Daniel Mensinger | 1 | -7/+14 |
2019-07-25 | cmake: trace: set_target_properties improved property detection | Daniel Mensinger | 1 | -3/+4 |
2019-07-23 | Create multiple different archive types with dist. | Jussi Pakkanen | 2 | -48/+60 |
2019-07-23 | Made dist a top level command. | Jussi Pakkanen | 3 | -18/+15 |
2019-07-23 | meson: handle nested disabler | Marc-André Lureau | 1 | -8/+13 |
2019-07-23 | compilers: pull sanitzier args into compiler classes | Dylan Baker | 4 | -21/+23 |
2019-07-23 | linkers: Always use mesonlib namespace | Dylan Baker | 1 | -3/+2 |
2019-07-23 | compilers: return as-needed args as a list | Dylan Baker | 2 | -4/+4 |
2019-07-23 | linkers: Add get_base_link_args method to static linkers | Dylan Baker | 2 | -1/+7 |
2019-07-23 | compilers: Move lto args into compiler class | Dylan Baker | 2 | -5/+15 |
2019-07-23 | linkers: simplify and annotate | Dylan Baker | 1 | -153/+81 |
2019-07-23 | mesonlib: Annotate Popen_safe functions | Dylan Baker | 1 | -4/+11 |
2019-07-23 | coredata: Add a type for the options dict | Dylan Baker | 1 | -0/+2 |
2019-07-23 | meson: Use CMAKE_PREFIX_PATH environment variable | Daniel Mensinger | 1 | -0/+6 |
2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan | 4 | -18/+67 |
2019-07-20 | ValaCompiler: only emit '--debug' in debug build. | Jeremy Philippe | 1 | -1/+1 |
2019-07-19 | Add version check support to find_program() | Xavier Claessens | 1 | -3/+35 |
2019-07-19 | backends: do not split command and arguments in ExecutableSerialisation | Paolo Bonzini | 2 | -11/+7 |
2019-07-19 | backends: remove unnecessary fields from ExecutableSerialisation | Paolo Bonzini | 2 | -19/+10 |
2019-07-19 | backends: discover java/mono wrapper at generation time | Paolo Bonzini | 2 | -20/+14 |
2019-07-19 | backends: create ExecutableSerialisation in meson_exe if possible | Paolo Bonzini | 2 | -15/+34 |
2019-07-19 | backends: always serialize custom targets if they need a wrapper | Paolo Bonzini | 1 | -20/+21 |