| Commit message (Expand) | Author | Age | Files | Lines |
* | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1807 | -5/+15 |
* | define VMPROF_WINDOWS if it has not already been defined (only on windows), t... | Richard Plangger | 2017-04-03 | 3 | -2/+11 |
* | include signal.h for mac os x | Richard Plangger | 2017-04-03 | 1 | -0/+1 |
* | typo (marky1991) | Matti Picus | 2017-04-03 | 1 | -1/+1 |
* | fix links | Matti Picus | 2017-04-03 | 2 | -8/+8 |
* | copy over old version of vmprof_config.h and vmprof_getpc.h, another issue be... | Richard Plangger | 2017-04-03 | 2 | -78/+47 |
* | Added tag release-pypy3.5-v5.7.1 for changeset 2875f328eae2 | Matti Picus | 2017-04-03 | 1 | -0/+1 |
* | add release note for 5.7.1 | Matti Picus | 2017-04-02 | 2 | -0/+52 |
* | Added tag release-pypy2.7-v5.7.1 for changeset 1aa2d8e03cdf | Matti Picus | 2017-04-02 | 1 | -0/+1 |
* | Fix translation: these missing wrappers take no keyword arguments. | Amaury Forgeot d'Arc | 2017-04-02 | 1 | -1/+1 |
* | kill _XXX and Ellipsis hacks | Ronan Lamy | 2017-04-01 | 1 | -24/+19 |
* | Be explicit about not-implemented slot wrappers, rather than defaulting | Armin Rigo | 2017-04-01 | 1 | -5/+13 |
* | Trying to fix the vmprof platform-conditionals | Armin Rigo | 2017-04-01 | 2 | -19/+21 |
* | fix on 32-bit | Armin Rigo | 2017-04-01 | 1 | -1/+1 |
* | Fix test (expecting AssertionError now for out-of-bounds unsafe access) | Armin Rigo | 2017-04-01 | 1 | -2/+2 |
* | The exact message we get depends on the underlying (host) cffi version | Armin Rigo | 2017-04-01 | 1 | -1/+6 |
* | Issue #2526: fix for a corner case of __future__ imports | Armin Rigo | 2017-04-01 | 3 | -35/+48 |
* | make error message compatible with cpython 2.7.13 | mattip | 2017-03-31 | 2 | -4/+8 |
* | only define RPY_EXPORTED if it has not already been defined | Richard Plangger | 2017-03-30 | 1 | -0/+2 |
* | _write_all got vmp_ prefix | Richard Plangger | 2017-03-30 | 1 | -1/+1 |
* | remove -O3 command line switch on windows (removes lots of compiler warnings) | Richard Plangger | 2017-03-30 | 1 | -1/+1 |
* | variable p has been renamed to tstate | Richard Plangger | 2017-03-30 | 1 | -1/+1 |
* | copy over changes from vmprof-python repo 34ec7ccd4 | Richard Plangger | 2017-03-30 | 1 | -1/+1 |
* | fix windows translation bug at the beginning | planrich | 2017-03-30 | 7 | -15/+34 |
* | copy over the implementation for pypy which was overwritten by the cpython ve... | Richard Plangger | 2017-03-30 | 6 | -44/+138 |
* | remove header file that is in shared folder | Richard Plangger | 2017-03-30 | 1 | -499/+0 |
* | add extra include dir to add msiinttypes | Richard Plangger | 2017-03-30 | 1 | -1/+5 |
* | document vmprof-native branch | Richard Plangger | 2017-03-30 | 1 | -0/+3 |
* | add passing test | Matti Picus | 2017-03-30 | 1 | -1/+4 |
* | define VMPROF_WINDOWS, add one c file to the windows compilation | Richard Plangger | 2017-03-29 | 1 | -1/+2 |
* | delay checking fromlist values till later, allows ImportError to happen first | Matti Picus | 2017-03-29 | 1 | -5/+6 |
* | add test for exception ordering on failed import (issue 2524) | Matti Picus | 2017-03-29 | 1 | -1/+6 |
* | merge vmprof-native, I thought I have already done that before | Richard Plangger | 2017-03-29 | 91 | -631/+45995 |
|\ |
|
| * | correct error message | Richard Plangger | 2017-03-22 | 1 | -1/+1 |
| * | dlclose must be called later, it worked for cpython because the process alrea... | Richard Plangger | 2017-03-22 | 1 | -6/+9 |
| * | merge default | Richard Plangger | 2017-03-22 | 26 | -105/+211 |
| |\ |
|
| * | | pass two own-linux tests by adding rvmprof/src to the path and ensure that RP... | Richard Plangger | 2017-03-22 | 1 | -2/+6 |
| * | | remove more unused methods, revert changes to gcc/trackgcroot which is not re... | Richard Plangger | 2017-03-16 | 2 | -22/+2 |
| * | | missing folder for include | Richard Plangger | 2017-03-16 | 1 | -1/+1 |
| * | | remove test dynamic, code was disabled and removed from rvmprof | Richard Plangger | 2017-03-16 | 1 | -72/+0 |
| * | | do not link to libunwind, it is now dynamically loaded | Richard Plangger | 2017-03-16 | 1 | -2/+2 |
| * | | merge default | Richard Plangger | 2017-03-16 | 31 | -645/+907 |
| |\ \ |
|
| * | | | remove vmp_dynamic.c and do not use the API exposed of that c file | Richard Plangger | 2017-03-15 | 3 | -159/+0 |
| * | | | fix test, no debugging symbols could be found | Richard Plangger | 2017-03-15 | 3 | -14/+22 |
| * | | | remove files not needed by vmprof anymore | Richard Plangger | 2017-03-15 | 17 | -10091/+49 |
| * | | | revert the changes done to rpython/jit/* to support _U_dyn_register and _U_dy... | Richard Plangger | 2017-03-15 | 8 | -57/+26 |
| * | | | copy over the changes from vmprof-python/f7df918fbdd | Richard Plangger | 2017-03-15 | 8 | -146/+97 |
| * | | | copy dynamic loading for libunwind functions from pypy's history | Richard Plangger | 2017-03-14 | 8 | -21/+101 |
| * | | | copy over changes made to vmprof-python | Richard Plangger | 2017-03-14 | 1 | -114/+210 |
| * | | | merge default | Richard Plangger | 2017-03-14 | 466 | -5278/+9770 |
| |\ \ \ |
|