Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-25 | Squashed commit of the following: | Michael Hirsch, Ph.D | 1 | -15/+19 |
2019-03-25 | allow fortran submodule to have same name as module | Michael Hirsch, Ph.D | 1 | -5/+64 |
2019-03-24 | Fix setup so test suite runs with rustc + MSVC. Closes: 5099 | Jussi Pakkanen | 1 | -1/+8 |
2019-03-22 | Fix Rust global and local args. Closes #5101. | Jussi Pakkanen | 1 | -0/+2 |
2019-03-21 | Merge pull request #5116 from dcbaker/openmp-de-specialize | Jussi Pakkanen | 1 | -5/+0 |
2019-03-20 | replace library type strings with an enum | Dylan Baker | 1 | -3/+3 |
2019-03-19 | dependencies/openmp: Don't special case OpenMP | Dylan Baker | 1 | -5/+0 |
2019-03-14 | functionalize per-file Fortran dep scan | Michael Hirsch, Ph.D | 1 | -54/+89 |
2019-03-11 | Add static as keyword to find_library | Niklas Claesson | 1 | -2/+2 |
2019-03-01 | auto generate msvc pch source file if none is provided by the user | Nicolas Schneider | 1 | -6/+11 |
2019-02-27 | correct Fortran self-dep logic | Michael Hirsch, Ph.D | 1 | -13/+15 |
2019-02-26 | Fortran: handle self-referential files | Michael Hirsch, Ph.D | 1 | -9/+19 |
2019-02-18 | Improve handling of gui_app | Andrei Alexeyev | 1 | -2/+12 |
2019-02-18 | Fix console log from generator with multiple output nodes | jml1795 | 1 | -4/+8 |
2019-02-15 | Remove remaining cross-specific compiler-args code | John Ericson | 1 | -8/+5 |
2019-02-15 | Remove a useless `cross_args` which is always empty | John Ericson | 1 | -3/+1 |
2019-02-15 | Remove get_cross_extra_flags | John Ericson | 1 | -20/+4 |
2019-02-13 | ninja: Always treat PCHs as an implicit dependency | Andrei Alexeyev | 1 | -8/+1 |
2019-02-11 | BUGFIX: ignore non-ascii Fortran characters | Michael Hirsch, Ph.D | 1 | -4/+3 |
2019-02-09 | BUGFIX: handle Fortran 2003 "use" syntax | Michael Hirsch, Ph.D | 1 | -1/+3 |
2019-02-09 | Merge pull request #4860 from nioncode/fixPch | Jussi Pakkanen | 1 | -13/+26 |
2019-02-05 | Fortran 2008 submodule (#4874) | Michael Hirsch, Ph.D | 1 | -6/+33 |
2019-02-02 | Never access environment.properties downstream | John Ericson | 1 | -4/+9 |
2019-02-01 | msvc: fix PCH staleness | Nicolas Schneider | 1 | -1/+8 |
2019-02-01 | use same compiler args for pch as for regular target | Nicolas Schneider | 1 | -12/+18 |
2019-01-31 | find_library: Check arch of libraries on Darwin | Nirbheek Chauhan | 1 | -3/+2 |
2019-01-29 | BUGFIX: allow fc.run(code) to work, pick only Fortran module | Michael Hirsch, Ph.D | 1 | -4/+1 |
2019-01-07 | ninjabackend: Adding missing shell quotes for compiler arguments | Robert Bragg | 1 | -4/+4 |