Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-06 | Better list prepending | Daniel Mensinger | 1 | -1/+4 |
2019-01-06 | Fixed hash | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 1 | -3/+2 |
2019-01-06 | Fixed flake8 | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 1 | -5/+3 |
2019-01-06 | Simplefied absolute path generation | Daniel Mensinger | 1 | -6/+5 |
2019-01-06 | Simplified code and improved preformance | Daniel Mensinger | 1 | -26/+10 |
2019-01-06 | Ninja backend target introspection | Daniel Mensinger | 1 | -13/+114 |
2019-01-02 | Remove cross_info; cross file is parsed up front and discarded | John Ericson | 1 | -10/+8 |
2019-01-02 | Get rid of `need_cross_compiler` | John Ericson | 1 | -15/+3 |
2019-01-01 | compile pch .h file as c++-header when building a c++ target | Nicolas Schneider | 1 | -0/+4 |
2018-12-30 | Add a clang-format target. | Jussi Pakkanen | 1 | -2/+24 |
2018-12-06 | Deduplicate export-dynamic and pthread. Closes #4567. | Jussi Pakkanen | 1 | -2/+2 |
2018-11-07 | backends/ninja: all files in a java target should depend on generated sources | Dylan Baker | 1 | -0/+4 |