Age | Commit message (Expand) | Author | Files | Lines |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-10-04 | cmake: switch to pathlib (fixes #7322) | Daniel Mensinger | 1 | -0/+9 |
2020-10-01 | mesonlib: make OptionOverrideProxy a true MutableMapping | Dylan Baker | 1 | -21/+28 |
2020-09-24 | compilers/compilers: Fully type annotate | Dylan Baker | 1 | -0/+2 |
2020-09-22 | pylint: turn on bad-indentation error | Dylan Baker | 1 | -1/+1 |
2020-09-13 | external-project: New module to build configure/make projects | Xavier Claessens | 1 | -8/+12 |
2020-09-10 | git: Use Popen_safe to avoid encoding issues | Xavier Claessens | 1 | -22/+25 |
2020-09-10 | Move verbose_git() and quiet_git() to mesonlib | Xavier Claessens | 1 | -0/+16 |
2020-09-10 | mesonlib: Move MesonException declaration to the top | Xavier Claessens | 1 | -13/+11 |
2020-09-08 | typing: Fix code review | Daniel Mensinger | 1 | -28/+3 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -16/+16 |
2020-09-08 | typing: fix dependencies for new follow_imports | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: fully annotate mesonlib.py | Daniel Mensinger | 1 | -40/+40 |
2020-08-30 | Be stricter when detecting Windows/Cygwin | Christoph Reiter | 1 | -2/+2 |
2020-08-25 | Merge pull request #7581 from peterh/aix | Jussi Pakkanen | 1 | -0/+3 |
2020-08-18 | File: precompute hash | Paolo Bonzini | 1 | -1/+4 |
2020-08-12 | aix: fix cpu family detection | Peter Harris | 1 | -0/+3 |
2020-08-08 | Use uname -p to detect x86_64 on QNX. | Elad Lahav | 1 | -0/+2 |
2020-08-01 | mesonlib: Add repr() methods to PerMachine classes | Dylan Baker | 1 | -0/+12 |
2020-06-10 | Updated to resolve issue identifying SGI CPUs on IRIX systems | Eric Dodd | 1 | -1/+3 |
2020-06-04 | mesonlib.py: refactored detect_vcs() to use pathlib.Path (#7230) | Joshua Gawley | 1 | -7/+11 |
2020-05-14 | interpreter: Add always set default value for version and set it ASAP | Dylan Baker | 1 | -1/+3 |
2020-05-14 | boost: Try finding libraries with the matching arch (fixes #7110) | Daniel Mensinger | 1 | -0/+10 |
2020-04-10 | Recognize Hurd as platform/OS | Pino Toscano | 1 | -0/+4 |
2020-04-10 | cmake: support cmake config file syntax (#6917) | dabrain34 | 1 | -13/+47 |
2020-03-19 | Remove my notes from sources | ClausKlein | 1 | -2/+0 |
2020-03-19 | Use os.path.normpath() for include paths | ClausKlein | 1 | -0/+2 |
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 |