Age | Commit message (Expand) | Author | Files | Lines |
2019-03-20 | mesonbuild: allow multiple --cross-file options | Ross Burton | 1 | -2/+1 |
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-03 | Merge pull request #4958 from bonzini/tap | Jussi Pakkanen | 1 | -2/+3 |
2019-03-02 | Move the optimization options in the compiler config | Steve Lhomme | 1 | -22/+21 |
2019-03-02 | interpreter: add "protocol" kwarg to test | Paolo Bonzini | 1 | -2/+3 |
2019-03-01 | auto generate msvc pch source file if none is provided by the user | Nicolas Schneider | 3 | -14/+47 |
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-24 | vs: add support for `build_always_stale` for custom targets | Nicolas Schneider | 1 | -4/+14 |
2019-02-24 | xcode backend: Add target dependency link args | David Vanderson | 1 | -0/+2 |
2019-02-21 | vs: use CustomBuild instead of CustomBuildStep for custom targets | Nicolas Schneider | 1 | -5/+2 |
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-16 | Merge pull request #4917 from nioncode/vs-fixTargetDependencies | Jussi Pakkanen | 1 | -10/+26 |
2019-02-15 | Remove remaining cross-specific compiler-args code | John Ericson | 3 | -25/+19 |
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 | vs: link dependencies of link_whole targets | Nicolas Schneider | 1 | -6/+15 |
2019-02-13 | vs: do not automatically link dependencies | Nicolas Schneider | 1 | -0/+4 |
2019-02-13 | vs: use project references in vcxproj instead of the sln file | Nicolas Schneider | 1 | -8/+11 |
2019-02-13 | ninja: Always treat PCHs as an implicit dependency | Andrei Alexeyev | 1 | -8/+1 |
2019-02-12 | vs: refactor regen target creation | Nicolas Schneider | 1 | -28/+16 |
2019-02-12 | vs: always consider run, install, and test targets out-of-date | Nicolas Schneider | 1 | -26/+23 |
2019-02-12 | vs: remove regen project dependency from solution file | Nicolas Schneider | 1 | -2/+0 |
2019-02-12 | vs: add reconfigure checks for each target | Nicolas Schneider | 1 | -3/+9 |
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-04 | Merge pull request #4626 from Ericson2314/consolidate-properties | Jussi Pakkanen | 3 | -18/+40 |
2019-02-04 | vs: add PCH headers to project | Nicolas Schneider | 1 | -1/+4 |
2019-02-02 | Never access environment.properties downstream | John Ericson | 3 | -18/+40 |
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-29 | pep8 py37 | Michael Hirsch, Ph.D | 2 | -18/+18 |
2019-01-29 | vs: fix PCH | Nicolas Schneider | 1 | -23/+28 |
2019-01-27 | vs: escape embedded quotes of run targets | Nicolas Schneider | 1 | -0/+3 |
2019-01-17 | custom_target: do not let install override build_by_default | Luca Boccassi | 1 | -3/+5 |
2019-01-07 | Calculate target paths correctly when workdir is set. | Jussi Pakkanen | 1 | -1/+8 |
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 CI issues | Daniel Mensinger | 1 | -8/+17 |
2019-01-06 | Make custom command sources slightly more useful | Daniel Mensinger | 1 | -1/+7 |
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 |