Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Add platlibdir and purelibdir options | Xavier Claessens | 2021-10-08 | 1 | -0/+6 |
| | |||||
* | docs: Fix broken links | Daniel Mensinger | 2021-10-03 | 1 | -20/+11 |
| | |||||
* | Add missing "disabler" kwarg to python.dependency() | Xavier Claessens | 2021-08-30 | 1 | -0/+2 |
| | | | | | There is a unit test using it and now fails because the warning about unknown kwarg became fatal. | ||||
* | Add install tags | Xavier Claessens | 2021-08-17 | 1 | -0/+3 |
| | | | | Fixes: #7007. | ||||
* | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 2021-01-31 | 1 | -4/+4 |
| | |||||
* | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 2021-01-30 | 1 | -27/+31 |
| | |||||
* | modules/python: Do not error out if positional args are passed | Nirbheek Chauhan | 2020-02-17 | 1 | -2/+3 |
| | | | | | | Also update the documentation. Fixes https://github.com/mesonbuild/meson/issues/6470 | ||||
* | python: add embed to the python dependency function | Daniel Mensinger | 2019-12-18 | 1 | -1/+5 |
| | |||||
* | modules/python: add a modules keyword argument | Dylan Baker | 2019-06-12 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | docs: document that the .path() method for Python is new in 0.50 [skip ci] | Dylan Baker | 2019-03-09 | 1 | -0/+11 |
| | | | | Since this method was not included in 0.46-00.49 we should document that. | ||||
* | Fix links to reference manual | Alex Băluț | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | Update Python-module.md | Luca Weiss | 2018-11-04 | 1 | -1/+1 |
| | | | Fix link to the disabler object | ||||
* | Add 'disabler' argument to functions returning not-found objects | Xavier Claessens | 2018-10-23 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | find_installation: Add support for feature option in required kwarg | Xavier Claessens | 2018-09-16 | 1 | -1/+3 |
| | | | | Closes: #4165. | ||||
* | Python module: update documentation for new API | Mathieu Duponchelle | 2018-04-22 | 1 | -7/+33 |
| | |||||
* | [fixup]: write documentation | Mathieu Duponchelle | 2018-04-09 | 1 | -0/+195 |