Eli Schwartz
ad525dcce4
bump minimum required version of python to 3.7
...
Comment out the pending deprecation notice. It cannot be reached
anymore, but is still useful for the next time we do a version bump.
3 years ago
Eli Schwartz
2a2c246df2
Zipapp docs ( #9356 )
...
* Revert "README: Don't recommend using as a standalone script"
This reverts commit 9763bf65c6
.
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.
3 years ago
andy5995
15fb6a407f
README: update IRC info to denote OFTC and Matrix
3 years ago
Christoph Reiter
8d04b3ce74
CI: Move all remaining jobs from travis-ci to GHA
...
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.
4 years ago
Jussi Pakkanen
cef13b04c2
Bump Ninja requirement to 1.8.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Michael
e04b0ae6b6
fix ninja version inconsistent
5 years ago
Michael Brockus
a0ce13d4e9
add setup keyword in example commands [skip ci]
5 years ago
Michael Brockus
1ea20a37d7
Cleaning project readme [skip ci]
5 years ago
Michael Hirsch, Ph.D
9cee736768
doc: readme note that can get ninja via pip install ninja [skip ci]
...
A new Meson user may not realize how easy it is to get Ninja via
pip install ninja
5 years ago
Michael Hirsch, Ph.D
d218d52367
Ensure setuptools via PEP508/518 pyproject.toml
5 years ago
Jussi Pakkanen
7561926a70
Readme fixes. [skip ci]
6 years ago
lzutao
7838f9afc3
README: Remove deprecated Appveyor badge [skip ci]
6 years ago
lzutao
8b3939bde6
Fix the freenode link [skip ci]
6 years ago
Kayla Ngan
cecad3b9db
Fix Azure Pipelines build badge [skip ci]
6 years ago
Jussi Pakkanen
cef0e4e730
Added Azure code status badge. [skip ci]
6 years ago
Xavier RENE-CORAIL
ba7b7d0991
Add LGTM.com code quality badges
6 years ago
lzutao
dc7bb37c46
README: Update IRC and contributing link ( #4269 ) [skip ci]
6 years ago
Mike Gilbert
8d5598227e
Update minimum python version in README.md
...
Python 3.5 has been required since 0538009d30
.
7 years ago
Aleksey Filippov
158dc249ca
Replaced appveyor account by mesonbuild
7 years ago
Christian González
d9939f0064
typo
7 years ago
Elliott Sales de Andrade
083b2756d1
Add codecov badge.
8 years ago
Nirbheek Chauhan
6a923a3620
README.md: Fix logo URL
8 years ago
Nirbheek Chauhan
9763bf65c6
README: Don't recommend using as a standalone script
...
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.
8 years ago
Peter Hutterer
f3be687cbb
Use 'builddir' instead of 'build' in the README
...
Clarifies that this is really just a directory, not a command.
https://github.com/mesonbuild/meson/issues/1560
8 years ago
Jussi Pakkanen
3f8b010670
Github md renderer requires spaces between hashes and the heading text.
8 years ago
Nirbheek Chauhan
747d4f2b03
We only need Ninja 1.5.x for the core code
...
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.
8 years ago
Nirbheek Chauhan
65a44f52aa
README.md: Add a warning about zipapp adding tests
8 years ago
Nirbheek Chauhan
fcbee35104
Add pypi status to README
8 years ago
Jussi Pakkanen
83ea23c052
Zipapp documentation update.
8 years ago
Aleksander Piotrowski
d6fd462387
Fix URL to Ninja project
8 years ago
Jussi Pakkanen
80d677eee3
Show appveyor badge on readme.
9 years ago
Jussi Pakkanen
6f3a18a861
Build status link in readme.
9 years ago
Jussi Pakkanen
7019daaab0
Binary name clarification.
9 years ago
Jussi Pakkanen
254a688124
Pip clarification.
9 years ago
Jussi Pakkanen
cb0b9b79f4
Oh, and one more thing.
9 years ago
Jussi Pakkanen
e0a23a7f6a
A few more tweaks.
9 years ago
Jussi Pakkanen
d2657fb396
Readme linkification.
9 years ago
Luke Adams
cd125362e2
Readme in markdown
...
Headings and logo
9 years ago
Jussi Pakkanen
2f868a19c6
Some text tweaks.
9 years ago
Jussi Pakkanen
53688207ab
Added distutils setup.py.
9 years ago
Thibault Saunier
33b2a414e9
Make it working on python 3.3
9 years ago
Jussi Pakkanen
723cf0f15e
Readme tweaking.
10 years ago
Jussi Pakkanen
bfb46feb4d
Updated home page.
10 years ago
Jussi Pakkanen
7df7b62ee7
Bump Python requirement in readme. Closes #101 .
10 years ago
Jussi Pakkanen
b0e0a90a41
Added info about irc channel.
10 years ago
Jussi Pakkanen
07896fcba9
Created a contribution info file.
10 years ago
Jussi Pakkanen
7360b9f67c
Trademark info.
10 years ago
Jussi Pakkanen
5aa2cd1566
Added author info file and instructions on how to add names to it.
10 years ago
Jussi Pakkanen
55759e4aa9
Can specify project options on the command line and the override defaults.
10 years ago