| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-30 | Add missing "disabler" kwarg to python.dependency() | Xavier Claessens | |
| There is a unit test using it and now fails because the warning about unknown kwarg became fatal. | |||
| 2021-08-17 | Add install tags | Xavier Claessens | |
| Fixes: #7007. | |||
| 2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | |
| 2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | |
| 2020-02-17 | modules/python: Do not error out if positional args are passed | Nirbheek Chauhan | |
| Also update the documentation. Fixes https://github.com/mesonbuild/meson/issues/6470 | |||
| 2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger | |
| 2019-06-12 | modules/python: add a modules keyword argument | Dylan Baker | |
| This mirrors the modules keyword argument that some dependencies (such as qt and llvm) take. This allows an easier method to determine if modules are installed. | |||
| 2019-03-09 | docs: document that the .path() method for Python is new in 0.50 [skip ci] | Dylan Baker | |
| Since this method was not included in 0.46-00.49 we should document that. | |||
| 2019-01-09 | Fix links to reference manual | Alex Băluț | |
| 2018-11-04 | Update Python-module.md | Luca Weiss | |
| Fix link to the disabler object | |||
| 2018-10-23 | Add 'disabler' argument to functions returning not-found objects | Xavier Claessens | |
| When dependency(), find_library(), find_program(), or python.find_installation() return a not-found object and disabler is true, they return a Disabler object instead. | |||
| 2018-09-16 | find_installation: Add support for feature option in required kwarg | Xavier Claessens | |
| Closes: #4165. | |||
| 2018-04-22 | Python module: update documentation for new API | Mathieu Duponchelle | |
| 2018-04-09 | [fixup]: write documentation | Mathieu Duponchelle | |
