Age | Commit message (Expand) | Author | Files | Lines |
2019-09-05 | Merge pull request #5823 from scivision/linker-pgi-linux | Jussi Pakkanen | 1 | -1/+5 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 1 | -3/+5 |
2019-09-05 | PGI: windows workaround not-msvc-like enough function | Michael Hirsch, Ph.D | 1 | -1/+5 |
2019-09-01 | flatten list to subprocess.Popen, necessary for Python 3.8 | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-08-28 | ninjabackend: do not generate scan-build target if it cannnot be run | Gabriel Ganne | 1 | -0/+3 |
2019-08-20 | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen | 1 | -5/+8 |
2019-08-17 | Pass optimization flags to rustc properly. Closes: #5788. | Jussi Pakkanen | 1 | -0/+1 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -5/+8 |
2019-08-10 | ninjabackend: Squish Coco support | Aleksey Gurtovoy | 1 | -7/+17 |
2019-08-03 | Merge pull request #5644 from bonzini/meson-exe-cmdline | Jussi Pakkanen | 1 | -41/+15 |
2019-07-23 | Made dist a top level command. | Jussi Pakkanen | 1 | -5/+1 |
2019-07-23 | linkers: Add get_base_link_args method to static linkers | Dylan Baker | 1 | -1/+3 |
2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan | 1 | -3/+3 |
2019-07-19 | backends: choose whether to serialize in as_meson_exe_cmdline | Paolo Bonzini | 1 | -39/+15 |
2019-07-19 | backends: hide meson --internal exe cmdline from backends | Paolo Bonzini | 1 | -8/+6 |
2019-07-10 | Add alias_target() function | Xavier Claessens | 1 | -11/+19 |
2019-06-27 | Fix two errors when cross-compiling with Vala | James Westman | 1 | -2/+1 |
2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-06-23 | BUGFIX: Fortran module regex handle more edge cases | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-06-21 | Do not quote targetdep, Ninja fails if it contains double quotes. | Jussi Pakkanen | 1 | -1/+1 |
2019-06-20 | fortran depscan: ignore module procedure | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-06-20 | BUGFIX syntax | Michael Hirsch, Ph.D | 1 | -7/+10 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -151/+132 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -2/+2 |
2019-06-03 | ninjabackend: refactor _generate_single_compile | Marcel Hollerbach | 1 | -19/+24 |
2019-05-20 | Generators can have extra target dependencies. Closes #4131. | Jussi Pakkanen | 1 | -0/+1 |
2019-05-20 | Switch from build.compiler to environment.coredata.compiler in backends | Jon Turney | 1 | -10/+10 |
2019-05-20 | Remove a pointless conditional | Jon Turney | 1 | -5/+2 |
2019-05-13 | backends/ninja: Ifort is msvc-like but doesn't have showincludes | Dylan Baker | 1 | -0/+4 |
2019-05-03 | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 1 | -7/+7 |
2019-04-29 | Fixed unnecessary .items() | Daniel Mensinger | 1 | -6/+6 |
2019-04-29 | Fix unused variables warnings | Daniel Mensinger | 1 | -5/+5 |
2019-04-29 | Fix builtin variable names | Daniel Mensinger | 1 | -2/+2 |
2019-04-27 | ninja: Suppress unused rules in output | Jon Turney | 1 | -1/+14 |
2019-04-27 | ninja: Expand comment on shell-unquoted ninja variables | Jon Turney | 1 | -1/+4 |
2019-04-27 | ninja: Push concatenation of command down into NinjaRule | Jon Turney | 1 | -79/+47 |
2019-04-27 | ninja: Remove unneeded outfile args (build statements) | Jon Turney | 1 | -88/+88 |
2019-04-27 | ninja: Store build statements | Jon Turney | 1 | -47/+59 |
2019-04-27 | ninja: Remove unneeded outfile args (rules) | Jon Turney | 1 | -33/+32 |
2019-04-27 | ninja: Store rules | Jon Turney | 1 | -180/+181 |
2019-04-23 | ninja: Move things which aren't rules or build statements up to generate() | Jon Turney | 1 | -9/+10 |
2019-04-23 | ninja: Remove use of unset ninja variable 'aliasing' | Jon Turney | 1 | -2/+2 |
2019-04-23 | Don't use mutable types as default arguments | Dylan Baker | 1 | -3/+9 |
2019-04-19 | Fix concatenation of library dirs | makise-homura | 1 | -1/+1 |
2019-04-16 | generator: add dependency on generator in source tree | Paolo Bonzini | 1 | -1/+1 |
2019-04-05 | dependencies/misc: don't special case threads | Dylan Baker | 1 | -5/+0 |
2019-03-25 | cleanup rebase of fortraninclude..submod | Michael Hirsch, Ph.D | 1 | -80/+19 |
2019-03-25 | DRY Fortran submodule regex | Michael Hirsch, Ph.D | 1 | -1/+9 |
2019-03-25 | no \b for no-gap non-stantard submodule declaration | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-03-25 | tolerate no-space submodule (non-standard syntax) | Michael Hirsch, Ph.D | 1 | -1/+1 |