Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-20 | fix ninja version inconsistent | Michael | 1 | -1/+1 | |
2020-03-07 | add setup keyword in example commands [skip ci] | Michael Brockus | 1 | -2/+2 | |
2020-02-04 | Cleaning project readme [skip ci] | Michael Brockus | 1 | -28/+24 | |
2019-11-12 | doc: readme note that can get ninja via pip install ninja [skip ci] | Michael Hirsch, Ph.D | 1 | -0/+6 | |
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 | 1 | -2/+5 | |
2019-06-06 | Readme fixes. [skip ci] | Jussi Pakkanen | 1 | -8/+10 | |
2018-12-20 | README: Remove deprecated Appveyor badge [skip ci] | lzutao | 1 | -1/+0 | |
2018-12-01 | Fix the freenode link [skip ci] | lzutao | 1 | -1/+2 | |
2018-11-12 | Fix Azure Pipelines build badge [skip ci] | Kayla Ngan | 1 | -1/+1 | |
2018-10-15 | Added Azure code status badge. [skip ci] | Jussi Pakkanen | 1 | -0/+1 | |
2018-09-28 | Add LGTM.com code quality badges | Xavier RENE-CORAIL | 1 | -0/+2 | |
2018-09-27 | README: Update IRC and contributing link (#4269) [skip ci] | lzutao | 1 | -2/+5 | |
2018-05-03 | Update minimum python version in README.md | Mike Gilbert | 1 | -1/+1 | |
Python 3.5 has been required since 0538009d30c0. | |||||
2018-03-18 | Replaced appveyor account by mesonbuild | Aleksey Filippov | 1 | -1/+1 | |
2017-07-14 | typo | Christian González | 1 | -1/+1 | |
2017-05-21 | Add codecov badge. | Elliott Sales de Andrade | 1 | -0/+1 | |
2017-04-28 | README.md: Fix logo URL | Nirbheek Chauhan | 1 | -1/+1 | |
2017-04-28 | README: Don't recommend using as a standalone script | Nirbheek Chauhan | 1 | -15/+0 | |
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 | 1 | -2/+2 | |
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 | 1 | -6/+6 | |
2017-01-09 | We only need Ninja 1.5.x for the core code | Nirbheek Chauhan | 1 | -1/+1 | |
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 | 1 | -0/+4 | |
2016-11-23 | Add pypi status to README | Nirbheek Chauhan | 1 | -2/+4 | |
2016-09-28 | Zipapp documentation update. | Jussi Pakkanen | 1 | -0/+11 | |
2016-08-18 | Fix URL to Ninja project | Aleksander Piotrowski | 1 | -1/+1 | |
2016-06-14 | Show appveyor badge on readme. | Jussi Pakkanen | 1 | -2/+1 | |
2016-05-26 | Build status link in readme. | Jussi Pakkanen | 1 | -0/+5 | |
2016-03-24 | Binary name clarification. | Jussi Pakkanen | 1 | -0/+4 | |
2016-03-20 | Pip clarification. | Jussi Pakkanen | 1 | -2/+4 | |
2016-02-28 | Oh, and one more thing. | Jussi Pakkanen | 1 | -3/+5 | |
2016-02-28 | A few more tweaks. | Jussi Pakkanen | 1 | -1/+2 | |
2016-02-28 | Readme linkification. | Jussi Pakkanen | 1 | -9/+14 | |
2016-02-23 | Readme in markdown | Luke Adams | 1 | -0/+61 | |
Headings and logo |