aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2020-12-11CI: Move all remaining jobs from travis-ci to GHAChristoph Reiter1-1/+0
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 Pakkanen1-2/+2
2020-04-20fix ninja version inconsistentMichael1-1/+1
2020-03-07add setup keyword in example commands [skip ci]Michael Brockus1-2/+2
2020-02-04Cleaning project readme [skip ci]Michael Brockus1-28/+24
2019-11-12doc: readme note that can get ninja via pip install ninja [skip ci]Michael Hirsch, Ph.D1-0/+6
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.D1-2/+5
2019-06-06Readme fixes. [skip ci]Jussi Pakkanen1-8/+10
2018-12-20README: Remove deprecated Appveyor badge [skip ci]lzutao1-1/+0
2018-12-01Fix the freenode link [skip ci]lzutao1-1/+2
2018-11-12Fix Azure Pipelines build badge [skip ci]Kayla Ngan1-1/+1
2018-10-15Added Azure code status badge. [skip ci]Jussi Pakkanen1-0/+1
2018-09-28Add LGTM.com code quality badgesXavier RENE-CORAIL1-0/+2
2018-09-27README: Update IRC and contributing link (#4269) [skip ci]lzutao1-2/+5
2018-05-03Update minimum python version in README.mdMike Gilbert1-1/+1
Python 3.5 has been required since 0538009d30c0.
2018-03-18Replaced appveyor account by mesonbuildAleksey Filippov1-1/+1
2017-07-14typoChristian González1-1/+1
2017-05-21Add codecov badge.Elliott Sales de Andrade1-0/+1
2017-04-28README.md: Fix logo URLNirbheek Chauhan1-1/+1
2017-04-28README: Don't recommend using as a standalone scriptNirbheek Chauhan1-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-28Use 'builddir' instead of 'build' in the READMEPeter Hutterer1-2/+2
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 Pakkanen1-6/+6
2017-01-09We only need Ninja 1.5.x for the core codeNirbheek Chauhan1-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-23README.md: Add a warning about zipapp adding testsNirbheek Chauhan1-0/+4
2016-11-23Add pypi status to READMENirbheek Chauhan1-2/+4
2016-09-28Zipapp documentation update.Jussi Pakkanen1-0/+11
2016-08-18Fix URL to Ninja projectAleksander Piotrowski1-1/+1
2016-06-14Show appveyor badge on readme.Jussi Pakkanen1-2/+1
2016-05-26Build status link in readme.Jussi Pakkanen1-0/+5
2016-03-24Binary name clarification.Jussi Pakkanen1-0/+4
2016-03-20Pip clarification.Jussi Pakkanen1-2/+4
2016-02-28Oh, and one more thing.Jussi Pakkanen1-3/+5
2016-02-28A few more tweaks.Jussi Pakkanen1-1/+2
2016-02-28Readme linkification.Jussi Pakkanen1-9/+14
2016-02-23Readme in markdownLuke Adams1-0/+61
Headings and logo