Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unused variable -- open() does not need "as f" | Eli Schwartz | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | external-project: Add support for WAF build system | Xavier Claessens | 2021-08-20 | 1 | -11/+21 |
| | | | | Fixes: #7638 | ||||
* | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 2021-06-29 | 1 | -3/+3 |
| | |||||
* | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 2021-03-04 | 1 | -3/+3 |
| | | | | performed by running "pyupgrade --py36-plus" and committing the results | ||||
* | external_project: Improve logging | Xavier Claessens | 2021-01-29 | 1 | -6/+19 |
| | | | | | Write output of 'make' and 'make install' into log files as well when not verbose. | ||||
* | externalproject: Fix typing annotation | Xavier Claessens | 2020-09-13 | 1 | -3/+3 |
| | |||||
* | external-project: Add typing annotation | Xavier Claessens | 2020-09-13 | 1 | -4/+5 |
| | |||||
* | external-project: New module to build configure/make projects | Xavier Claessens | 2020-09-13 | 1 | -0/+95 |
This adds an experimental meson module to build projects with other build systems. Closes: #4316 |