summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-01-20Fix capitalization of "PyPI" in README.mdBrett Cannon
See https://pypi.org for confirmation of the capitalization.
2023-08-17README: Document python requirement historyXavier Claessens
This documents useful to target Meson versions for projects that want to support older Python versions.
2022-12-21LGTM is discontinued. Remove badge and configMichael Hirsch
2022-01-10bump minimum required version of python to 3.7Eli 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-10Zipapp 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-13README: update IRC info to denote OFTC and Matrixandy5995
2020-12-11CI: Move all remaining jobs from travis-ci to GHAChristoph 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-26Bump Ninja requirement to 1.8.Jussi Pakkanen
2020-04-20fix ninja version inconsistentMichael
2020-03-07add setup keyword in example commands [skip ci]Michael Brockus
2020-02-04Cleaning project readme [skip ci]Michael Brockus
2019-11-12doc: 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-02Ensure setuptools via PEP508/518 pyproject.tomlMichael Hirsch, Ph.D
2019-06-06Readme fixes. [skip ci]Jussi Pakkanen
2018-12-20README: Remove deprecated Appveyor badge [skip ci]lzutao
2018-12-01Fix the freenode link [skip ci]lzutao
2018-11-12Fix Azure Pipelines build badge [skip ci]Kayla Ngan
2018-10-15Added Azure code status badge. [skip ci]Jussi Pakkanen
2018-09-28Add LGTM.com code quality badgesXavier RENE-CORAIL
2018-09-27README: Update IRC and contributing link (#4269) [skip ci]lzutao
2018-05-03Update minimum python version in README.mdMike Gilbert
Python 3.5 has been required since 0538009d30c0.
2018-03-18Replaced appveyor account by mesonbuildAleksey Filippov
2017-07-14typoChristian González
2017-05-21Add codecov badge.Elliott Sales de Andrade
2017-04-28README.md: Fix logo URLNirbheek Chauhan
2017-04-28README: Don't recommend using as a standalone scriptNirbheek 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-28Use 'builddir' instead of 'build' in the READMEPeter Hutterer
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-03-25Github md renderer requires spaces between hashes and the heading text.Jussi Pakkanen
2017-01-09We only need Ninja 1.5.x for the core codeNirbheek 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-23README.md: Add a warning about zipapp adding testsNirbheek Chauhan
2016-11-23Add pypi status to READMENirbheek Chauhan
2016-09-28Zipapp documentation update.Jussi Pakkanen
2016-08-18Fix URL to Ninja projectAleksander Piotrowski
2016-06-14Show appveyor badge on readme.Jussi Pakkanen
2016-05-26Build status link in readme.Jussi Pakkanen
2016-03-24Binary name clarification.Jussi Pakkanen
2016-03-20Pip clarification.Jussi Pakkanen
2016-02-28Oh, and one more thing.Jussi Pakkanen
2016-02-28A few more tweaks.Jussi Pakkanen
2016-02-28Readme linkification.Jussi Pakkanen
2016-02-23Readme in markdownLuke Adams
Headings and logo