Age | Commit message (Expand) | Author | Files | Lines |
2019-04-10 | Add support for VS2019. Closes #4640. | Jussi Pakkanen | 2 | -0/+7 |
2019-04-08 | Merge pull request #5225 from dcbaker/threads-is-not-special | Jussi Pakkanen | 2 | -7/+0 |
2019-04-05 | dependencies/misc: don't special case threads | Dylan Baker | 2 | -7/+0 |
2019-04-04 | backends/ninja: Add native files to rebuild dependencies | Dylan Baker | 1 | -0/+1 |
2019-04-01 | Merge pull request #5103 from mesonbuild/linkcustom | Jussi Pakkanen | 1 | -0/+10 |
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 | 2 | -7/+0 |
2019-03-20 | Merge pull request #5083 from rossburton/crossfiles | Jussi Pakkanen | 1 | -2/+1 |
2019-03-20 | replace library type strings with an enum | Dylan Baker | 1 | -3/+3 |
2019-03-20 | mesonbuild: allow multiple --cross-file options | Ross Burton | 1 | -2/+1 |
2019-03-19 | dependencies/openmp: Don't special case OpenMP | Dylan Baker | 2 | -7/+0 |
2019-03-18 | Can link against custom targets. Closes #4908. | Jussi Pakkanen | 1 | -0/+4 |
2019-03-18 | Add test script to generate a static library with a custom target. | Jussi Pakkanen | 1 | -0/+6 |
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 |