| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-20 | Fix capitalization of "PyPI" in README.md | Brett Cannon | |
| See https://pypi.org for confirmation of the capitalization. | |||
| 2023-08-17 | README: Document python requirement history | Xavier Claessens | |
| This documents useful to target Meson versions for projects that want to support older Python versions. | |||
| 2022-12-21 | LGTM is discontinued. Remove badge and config | Michael Hirsch | |
| 2022-01-10 | bump minimum required version of python to 3.7 | Eli Schwartz | |
| Comment out the pending deprecation notice. It cannot be reached anymore, but is still useful for the next time we do a version bump. | |||
| 2021-10-10 | Zipapp docs (#9356) | Eli Schwartz | |
| * Revert "README: Don't recommend using as a standalone script" This reverts commit 9763bf65c6285176b578de71b0c3b8c14c72fdf2. zipapps work fine now that we have a single entry point. Time to recommend them again. * update zipapp documentation to recommend the current packaging script Also update the website documentation to mention this at all. | |||
| 2021-06-13 | README: update IRC info to denote OFTC and Matrix | andy5995 | |
| 2020-12-11 | CI: Move all remaining jobs from travis-ci to GHA | Christoph Reiter | |
| Some changes: * Set HOME to /root, since github mounts its own HOME and 'wine' (because of permissions) and 'dub' (can't find packages) don't like that. * Remove the seccomp option, doesn't seem to be needed. | |||
| 2020-11-26 | Bump Ninja requirement to 1.8. | Jussi Pakkanen | |
| 2020-04-20 | fix ninja version inconsistent | Michael | |
| 2020-03-07 | add setup keyword in example commands [skip ci] | Michael Brockus | |
| 2020-02-04 | Cleaning project readme [skip ci] | Michael Brockus | |
| 2019-11-12 | doc: readme note that can get ninja via pip install ninja [skip ci] | Michael Hirsch, Ph.D | |
| A new Meson user may not realize how easy it is to get Ninja via pip install ninja | |||
| 2019-11-02 | Ensure setuptools via PEP508/518 pyproject.toml | Michael Hirsch, Ph.D | |
| 2019-06-06 | Readme fixes. [skip ci] | Jussi Pakkanen | |
| 2018-12-20 | README: Remove deprecated Appveyor badge [skip ci] | lzutao | |
| 2018-12-01 | Fix the freenode link [skip ci] | lzutao | |
| 2018-11-12 | Fix Azure Pipelines build badge [skip ci] | Kayla Ngan | |
| 2018-10-15 | Added Azure code status badge. [skip ci] | Jussi Pakkanen | |
| 2018-09-28 | Add LGTM.com code quality badges | Xavier RENE-CORAIL | |
| 2018-09-27 | README: Update IRC and contributing link (#4269) [skip ci] | lzutao | |
| 2018-05-03 | Update minimum python version in README.md | Mike Gilbert | |
| Python 3.5 has been required since 0538009d30c0. | |||
| 2018-03-18 | Replaced appveyor account by mesonbuild | Aleksey Filippov | |
| 2017-07-14 | typo | Christian González | |
| 2017-05-21 | Add codecov badge. | Elliott Sales de Andrade | |
| 2017-04-28 | README.md: Fix logo URL | Nirbheek Chauhan | |
| 2017-04-28 | README: Don't recommend using as a standalone script | Nirbheek Chauhan | |
| zipapp only has a single entry point, so only the `meson` command will work. `mesontest`, `mesonconf`, `mesonintrospect` won't, which is terrible, really. Ideally we should have a single entry point for all these instead, but until that happens, we should not recommend zipapps. | |||
| 2017-04-28 | Use 'builddir' instead of 'build' in the README | Peter Hutterer | |
| Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560 | |||
| 2017-03-25 | Github md renderer requires spaces between hashes and the heading text. | Jussi Pakkanen | |
| 2017-01-09 | We only need Ninja 1.5.x for the core code | Nirbheek Chauhan | |
| This change helps us run on older distros such as Ubuntu LTS which is very lazy in updating even non-core and stable packages such as Ninja. Ninja 1.6.x is only needed for running the tests. | |||
| 2016-11-23 | README.md: Add a warning about zipapp adding tests | Nirbheek Chauhan | |
| 2016-11-23 | Add pypi status to README | Nirbheek Chauhan | |
| 2016-09-28 | Zipapp documentation update. | Jussi Pakkanen | |
| 2016-08-18 | Fix URL to Ninja project | Aleksander Piotrowski | |
| 2016-06-14 | Show appveyor badge on readme. | Jussi Pakkanen | |
| 2016-05-26 | Build status link in readme. | Jussi Pakkanen | |
| 2016-03-24 | Binary name clarification. | Jussi Pakkanen | |
| 2016-03-20 | Pip clarification. | Jussi Pakkanen | |
| 2016-02-28 | Oh, and one more thing. | Jussi Pakkanen | |
| 2016-02-28 | A few more tweaks. | Jussi Pakkanen | |
| 2016-02-28 | Readme linkification. | Jussi Pakkanen | |
| 2016-02-23 | Readme in markdown | Luke Adams | |
| Headings and logo | |||
