Age | Commit message (Expand) | Author | Files | Lines |
2019-03-27 | Small cleanup to use_preproc_flags: | John Ericson | 1 | -2/+2 |
2019-03-27 | Change test to reflect new semantics | John Ericson | 1 | -4/+6 |
2019-03-27 | Don't collect preprocssor flags separately from compiler flags | John Ericson | 4 | -39/+16 |
2019-03-27 | dependencies/configtool: Deprecate falling back to path | Dylan Baker | 1 | -3/+4 |
2019-03-27 | Fail gracefully for Apple frameworks with a non-Clang compiler. Closes #5070. | Jussi Pakkanen | 1 | -1/+9 |
2019-03-27 | do not use Executor if only one process was requested | Paolo Bonzini | 1 | -1/+1 |
2019-03-26 | improve log for ninja detection | Paolo Bonzini | 1 | -1/+8 |
2019-03-26 | support a NINJA environment variable | Paolo Bonzini | 1 | -2/+4 |
2019-03-26 | compilers: n_debug=if-release and buildtype=plain should not enable assertions | Dylan Baker | 2 | -1/+5 |
2019-03-26 | Properly detect 'bepc' as 'x86' CPU for Haiku | François Revol | 1 | -0/+2 |
2019-03-26 | Merge pull request #5039 from scivision/submod | Jussi Pakkanen | 5 | -30/+48 |
2019-03-26 | rpm: Always set b_ndebug to true | Igor Gnatenko | 1 | -0/+1 |
2019-03-25 | add test case for same-name module+submodule | Michael Hirsch, Ph.D | 3 | -9/+6 |
2019-03-26 | Reduce absolute paths to a deprecation. Closes #5050. | Jussi Pakkanen | 1 | -1/+1 |
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 | more efficient submodule filenaming | Michael Hirsch, Ph.D | 1 | -3/+4 |
2019-03-25 | BUGFIX: match submodule output names by compiler | Michael Hirsch, Ph.D | 1 | -1/+11 |
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 | Better error message when PCH argument is not a string. | Jussi Pakkanen | 1 | -0/+2 |
2019-03-24 | Fix setup so test suite runs with rustc + MSVC. Closes: 5099 | Jussi Pakkanen | 5 | -5/+32 |
2019-03-24 | Inline check_compilers | John Ericson | 2 | -9/+5 |
2019-03-22 | Fix Rust global and local args. Closes #5101. | Jussi Pakkanen | 1 | -0/+2 |
2019-03-22 | Disallow add_languages('vala') without 'c' | Jon Turney | 3 | -5/+10 |
2019-03-21 | Merge pull request #5116 from dcbaker/openmp-de-specialize | Jussi Pakkanen | 5 | -16/+3 |
2019-03-20 | Revert "azure: Don't try to publish logs from fork" | Jon Turney | 1 | -2/+1 |
2019-03-20 | Merge pull request #5031 from bonzini/kconfig | Jussi Pakkanen | 16 | -0/+207 |
2019-03-20 | envconfig: remove unused parse_datafile() | Ross Burton | 1 | -10/+0 |
2019-03-20 | find_program: use Meson's Python3 for non-executable Python scripts | Paolo Bonzini | 1 | -0/+6 |
2019-03-20 | Merge pull request #5083 from rossburton/crossfiles | Jussi Pakkanen | 8 | -58/+49 |
2019-03-20 | replace library type strings with an enum | Dylan Baker | 7 | -28/+37 |
2019-03-20 | Add test case for multiple cross files | Ross Burton | 2 | -0/+23 |
2019-03-20 | run_unittest: update for cross_file being a list | Ross Burton | 1 | -2/+2 |
2019-03-20 | mesonbuild: allow multiple --cross-file options | Ross Burton | 6 | -52/+20 |
2019-03-19 | dependencies/openmp: Don't special case OpenMP | Dylan Baker | 5 | -15/+1 |
2019-03-19 | dependencies/openmp: Pass openmp arguments to look for _OPENMP define | Dylan Baker | 1 | -1/+2 |
2019-03-19 | load_configs: generalise the search path | Ross Burton | 2 | -4/+4 |
2019-03-19 | Merge pull request #4724 from jon-turney/lib-machine-always | Jussi Pakkanen | 5 | -4/+20 |
2019-03-19 | Reserve cross_ option prefix for Meson. | Jussi Pakkanen | 1 | -0/+4 |
2019-03-18 | interpreterbase: protect string division with FeatureNew | Paolo Bonzini | 4 | -8/+31 |
2019-03-18 | dependencies: fix Python linking for windows+mingw | Nacho GarcĂa | 2 | -6/+14 |
2019-03-17 | azure: Unset BOOST_ROOT for Cygwin, MSYS2 and clang-cl | Jon Turney | 2 | -0/+4 |
2019-03-17 | Add feature warning for qt.compile_translations | Luca Weiss | 1 | -2/+2 |
2019-03-17 | Fix #5046 | Ninja-Koala | 1 | -5/+6 |
2019-03-15 | kconfig: improvements for builddir config file | Paolo Bonzini | 3 | -0/+24 |
2019-03-15 | [modules] Add kconfig module | Mark Schulte | 13 | -0/+180 |
2019-03-15 | interpreter: allow passing dictionaries to holderify | Paolo Bonzini | 1 | -0/+3 |