Age | Commit message (Expand) | Author | Files | Lines |
2020-03-05 | remove ability to pass multiple keys to extract_as_list | Dylan Baker | 1 | -9/+2 |
2020-03-05 | mesonlib: use mlog instead of print | Dylan Baker | 1 | -2/+2 |
2020-03-05 | mesonlib: Replace unholder argument to listify | Dylan Baker | 1 | -14/+5 |
2020-03-05 | mesonbuild/mesonlib: Add type annotations | Dylan Baker | 1 | -120/+225 |
2020-03-04 | mesonlib: Fix File.__eq__ to return NotImplemented | Dylan Baker | 1 | -0/+2 |
2020-03-04 | mesonlib: Use textwrap.dedent | Dylan Baker | 1 | -4/+7 |
2020-03-02 | types: Remove redundant __init__() -> None annotation | Daniel Mensinger | 1 | -2/+2 |
2020-02-28 | Remove unused MesonException.get_msg_with_context() | Jon Turney | 1 | -17/+0 |
2020-02-16 | Popen_safe: Always re-setup the console colors | Nirbheek Chauhan | 1 | -4/+9 |
2020-02-16 | Split console colourization into a separate function | Nirbheek Chauhan | 1 | -2/+1 |
2020-02-16 | mesonlib: Set stdin to DEVNULL for all programs run by us | Nirbheek Chauhan | 1 | -0/+4 |
2020-02-05 | add meson.get_native_property for native files | Michael Hirsch, Ph.D | 1 | -1/+1 |
2020-01-22 | Move git helper out into mesonlib for reuse | Nirbheek Chauhan | 1 | -0/+14 |
2020-01-08 | types: Fix/ignore flake8 B014/F811 | Daniel Mensinger | 1 | -2/+2 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -33/+33 |
2019-12-09 | cmake: add project language to cmakelists.txt | Michael Hirsch, Ph.D | 1 | -1/+3 |
2019-12-05 | lgtm: ignore Iterator does not return self from __iter__ method | Daniel Mensinger | 1 | -2/+8 |
2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens | 1 | -2/+0 |
2019-11-25 | dep: MPI make work for intel-cl and improve robustness | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-19 | Have set() and set_quoted() of configuration object work with newlines. | Jehan | 1 | -0/+2 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -4/+4 |
2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | 1 | -0/+7 |
2019-10-22 | ducking 'None' for missing module | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-09-25 | Add helper to print warnings once | Zbigniew JÄdrzejewski-Szmek | 1 | -1/+14 |
2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy | 1 | -0/+30 |
2019-09-13 | get_library_dirs: Add Solaris 64-bit library subdirs | Alan Coopersmith | 1 | -0/+8 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 1 | -1/+79 |
2019-08-24 | wine: Try to get the short paths when generating WINEPATH | Thibault Saunier | 1 | -0/+34 |
2019-08-23 | Support NetBSD aarch64 and earm. | nia | 1 | -0/+3 |
2019-08-17 | Only iterate over existing libdirs. | Jussi Pakkanen | 1 | -2/+6 |
2019-07-23 | mesonlib: Annotate Popen_safe functions | Dylan Baker | 1 | -4/+11 |
2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan | 1 | -0/+55 |
2019-07-08 | type hints @dcbaker | Michael Hirsch, Ph.D | 1 | -6/+5 |
2019-07-08 | add clang c_std=c18 alias | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-06-09 | remove `for_XXX` functions from mesonlib | John Ericson | 1 | -70/+0 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -39/+21 |
2019-06-05 | Per machine do 'build.' and '' option prefixes | John Ericson | 1 | -5/+7 |
2019-05-28 | BUGFIX variable name #5285 | Michael Hirsch, Ph.D | 1 | -2/+4 |
2019-05-16 | Merge pull request #5395 from dcbaker/mtest-annotations | Jussi Pakkanen | 1 | -1/+1 |
2019-05-16 | Make `PerMachine` and `MachineChoice` have just `build` and `host` | John Ericson | 1 | -7/+90 |
2019-05-14 | mesonlib: Annotate substring_in_list | Dylan Baker | 1 | -1/+1 |
2019-05-13 | This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head... | Simon Ney | 1 | -0/+3 |
2019-05-02 | mesonlib: Make a few type annotations strings | Dylan Baker | 1 | -1/+2 |
2019-05-02 | Merge pull request #5311 from mensinda/flake8Plugins | Jussi Pakkanen | 1 | -8/+8 |
2019-05-02 | Add some type annotations and fix lints | John Ericson | 1 | -5/+3 |
2019-05-01 | Don't close fds when executing programs | Michael Olbrich | 1 | -1/+1 |
2019-04-29 | Fix builtin variable names | Daniel Mensinger | 1 | -8/+8 |
2019-04-28 | Merge pull request #5265 from dcbaker/more-annotations | Jussi Pakkanen | 1 | -9/+21 |
2019-04-25 | mesonlib: Reimplement version comparison for speed | Dylan Baker | 1 | -14/+25 |
2019-04-25 | mesonlib: Remove useless repetition of the same check | Dylan Baker | 1 | -10/+1 |