aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix merge, update version to 7.3.12rc1Carl Friedrich Bolz-Tereick2020-04-011-1/+1
|
* Update path to build_cffi_imports.pyrelease-pypy2.7-v7.3.2rc3release-pypy2.7-v7.3.2Stefano Rivera2020-09-221-2/+1
|
* Another attempt to get rid of 0f8f2a20a7bd, which merged py3.6 into defaultArmin Rigo2020-05-071-0/+1
|
* use external heptapod tutorialMatti Picus2020-05-051-1/+1
|
* add jobs control, from issue 3187Matti Picus2020-04-171-6/+3
|
* #3151Armin Rigo2020-01-141-1/+2
| | | | Small fix in the Makefile
* Fix the Makefile to produce the pypy-c inside pypy/goal/, like weArmin Rigo2017-08-021-3/+3
| | | | normally expect and document
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
| | | | | | This should cancel the change to ALL FILES that turns them executable. The present backout has been manually tweaked so that it does not actually contain any change to file contents.
* conditionally call vmp_native_enable/disable (only if platform supports it), ↵Richard Plangger2017-04-031-0/+0
| | | | VMP_SUPPORTS_NATIVE_PROFILING defined on x86
* Tweak the build_cffi_imports output: clarify the status in case ofArmin Rigo2016-09-271-1/+1
| | | | | errors, remove any message in case everything works, and make sure we get the same explanations when running rpython from the Makefile
* cffi_imports depends on pypy-c being built firstArmin Rigo2016-01-091-1/+1
|
* document and add building cffi import libraries to the (unused) Makefilemattip2015-12-061-1/+6
|
* Add a link to download.html, and mention the issue with -jNArmin Rigo2013-11-011-0/+9
|
* Pffff, I see no way to pass down the original MAKEFLAGS toArmin Rigo2013-11-011-4/+1
| | | | | the subprocess. This makes the "-jN" option unusable. As a result, increase the time estimate...
* ClarifyArmin Rigo2013-11-011-1/+1
|
* Improve the documentation of -jNArmin Rigo2013-11-011-3/+5
|
* Mention the MAKEFLAGS=-j.. optionArmin Rigo2013-11-011-0/+1
|
* Tweak the Makefile to run "rpython" using python rather than pypy, ifArmin Rigo2013-11-011-3/+25
| | | | there is no pypy installed. Gives a proper warning in this case.
* Clarify building (no make install so far)Maciej Fijalkowski2013-04-201-0/+7