aboutsummaryrefslogtreecommitdiff
path: root/pypy/goal
Commit message (Expand)AuthorAgeFilesLines
* update iconMatti Picus2020-12-241-0/+0
* copy manifest from cpython and link it into pypy.exe (issue 3363)Matti Picus2020-12-242-6/+38
* move lib_pypy/tools -> lib_pypy/pypy_tools: otherwise"tools" appears on the s...Matti Picus2020-07-271-1/+1
* Add a warning (a mistake was made on py3.6, but the warning applies here too)Armin Rigo2020-04-241-0/+1
* update script for portable buildsMatti Picus2020-02-111-16/+26
* move build_cffi_importsMatti Picus2019-12-241-1/+2
* only embed on darwin (backport from py3.6)Matti Picus2019-09-111-1/+5
* close branch to be mergedMatti Picus2019-09-111-1/+1
* hg merge defaultRonan Lamy2019-01-311-1/+1
|\
| * switch to use time.time() instead of read_timestamp for the GC time measuringCarl Friedrich Bolz-Tereick2018-11-281-1/+1
* | Fix translationRonan Lamy2018-05-081-3/+3
|/
* refactor to avoid the ugly 'gchooks' global prebuilt variable. Now we can sim...Antonio Cuni2018-04-041-6/+9
* blindly try to use the new gchooks in the pypy targetAntonio Cuni2018-03-311-1/+5
* make sure to extract also the .debug files from the nightlyAntonio Cuni2017-11-021-1/+1
* Profopt enabled for any target now. Also fixed the runnning the pypy-c binary...Dodan Mihai2017-05-241-4/+4
* Profopt option now can come paired with --profoptpath to specify the training...Dodan Mihai2017-05-15739-281247/+0
* Profopt option now can come paired with --profoptpath to specify the training...Dodan Mihai2017-05-151-0/+8
* PyPy-5.8.0-Profopt-enabled-postcleanDodan Mihai2017-05-04739-0/+281247
* PyPy-5.8.0-Profopt-enabled-postcleanDodan Mihai2017-05-041-5/+0
* PyPy 5.8.0 functional profopt. PrecleanupDodan Mihai2017-05-031-5/+5
* Crash with a fatal warning when trying to translate PyPy with --sandbox.Armin Rigo2017-04-221-0/+3
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-053-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-033-0/+0
* hack hack hack getnightly.py until it extracts also the *.h files in the prop...Antonio Cuni2017-02-271-3/+18
* hg merge defaultArmin Rigo2017-02-131-3/+8
|\
| * make --hash a PyPy-specific option, fixesArmin Rigo2017-01-301-0/+5
| * fix error messageArmin Rigo2017-01-251-2/+2
| * Allow --gc=boehm with the cpyext module.Armin Rigo2017-01-011-2/+2
* | merge defaultCarl Friedrich Bolz2016-12-191-6/+12
|\|
| * oopsArmin Rigo2016-12-171-2/+2
| * Add the config option 'disable_entrypoints' for embedding PyPy togetherArmin Rigo2016-12-171-6/+12
* | merge defaultCarl Friedrich Bolz2016-11-301-0/+6
|\|
| * Complain early if we attempt a non-incminimark translation with the cpyext mo...Armin Rigo2016-11-261-0/+6
* | start replacing space.str_w with either space.bytes_w or space.text_wCarl Friedrich Bolz2016-11-301-4/+4
* | a number of fixesCarl Friedrich Bolz2016-11-221-2/+2
* | merge defaultCarl Friedrich Bolz2016-11-211-12/+26
|\|
| * Respect --no-profopt, so you can do -O3 --sharedStefano Rivera2016-11-111-1/+2
| * Move patch_sys() from _cffi_backend to pypy_setup_home() calling codeArmin Rigo2016-11-091-11/+24
* | various fixesCarl Friedrich Bolz2016-11-161-1/+1
* | start on the wraps in interpreter/Carl Friedrich Bolz2016-10-201-1/+1
* | remove a lot of space.wrap calls in the objspace and replace them by space.new*Carl Friedrich Bolz2016-10-201-13/+13
|/
* Tweak the build_cffi_imports output: clarify the status in case ofArmin Rigo2016-09-271-24/+7
* Search first around the pypy executable (like previously),Armin Rigo2016-09-261-4/+2
* Search for the lib-python/lib_pypy directores starting from theArmin Rigo2016-09-241-4/+7
* For now, forbid --profopt if we're building a shared pypyArmin Rigo2016-09-151-0/+4
* Move pypydir definition from conftest.py to pypy/__init__.pyRonan Lamy2016-06-041-3/+3
* Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-4/+4
* Kill ctypes_config_cacheArmin Rigo2016-04-181-4/+0
* fix for case where cwd is not pypy/goalmattip2016-03-281-2/+3
* clarify error message: there may or may not have been errors buildingArmin Rigo2016-03-181-1/+1