aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031807-5/+15
* define VMPROF_WINDOWS if it has not already been defined (only on windows), t...Richard Plangger2017-04-033-2/+11
* include signal.h for mac os xRichard Plangger2017-04-031-0/+1
* typo (marky1991)Matti Picus2017-04-031-1/+1
* fix linksMatti Picus2017-04-032-8/+8
* copy over old version of vmprof_config.h and vmprof_getpc.h, another issue be...Richard Plangger2017-04-032-78/+47
* Added tag release-pypy3.5-v5.7.1 for changeset 2875f328eae2Matti Picus2017-04-031-0/+1
* add release note for 5.7.1Matti Picus2017-04-022-0/+52
* Added tag release-pypy2.7-v5.7.1 for changeset 1aa2d8e03cdfMatti Picus2017-04-021-0/+1
* Fix translation: these missing wrappers take no keyword arguments.Amaury Forgeot d'Arc2017-04-021-1/+1
* kill _XXX and Ellipsis hacksRonan Lamy2017-04-011-24/+19
* Be explicit about not-implemented slot wrappers, rather than defaultingArmin Rigo2017-04-011-5/+13
* Trying to fix the vmprof platform-conditionalsArmin Rigo2017-04-012-19/+21
* fix on 32-bitArmin Rigo2017-04-011-1/+1
* Fix test (expecting AssertionError now for out-of-bounds unsafe access)Armin Rigo2017-04-011-2/+2
* The exact message we get depends on the underlying (host) cffi versionArmin Rigo2017-04-011-1/+6
* Issue #2526: fix for a corner case of __future__ importsArmin Rigo2017-04-013-35/+48
* make error message compatible with cpython 2.7.13mattip2017-03-312-4/+8
* only define RPY_EXPORTED if it has not already been definedRichard Plangger2017-03-301-0/+2
* _write_all got vmp_ prefixRichard Plangger2017-03-301-1/+1
* remove -O3 command line switch on windows (removes lots of compiler warnings)Richard Plangger2017-03-301-1/+1
* variable p has been renamed to tstateRichard Plangger2017-03-301-1/+1
* copy over changes from vmprof-python repo 34ec7ccd4Richard Plangger2017-03-301-1/+1
* fix windows translation bug at the beginningplanrich2017-03-307-15/+34
* copy over the implementation for pypy which was overwritten by the cpython ve...Richard Plangger2017-03-306-44/+138
* remove header file that is in shared folderRichard Plangger2017-03-301-499/+0
* add extra include dir to add msiinttypesRichard Plangger2017-03-301-1/+5
* document vmprof-native branchRichard Plangger2017-03-301-0/+3
* add passing testMatti Picus2017-03-301-1/+4
* define VMPROF_WINDOWS, add one c file to the windows compilationRichard Plangger2017-03-291-1/+2
* delay checking fromlist values till later, allows ImportError to happen firstMatti Picus2017-03-291-5/+6
* add test for exception ordering on failed import (issue 2524)Matti Picus2017-03-291-1/+6
* merge vmprof-native, I thought I have already done that beforeRichard Plangger2017-03-2991-631/+45995
|\
| * correct error messageRichard Plangger2017-03-221-1/+1
| * dlclose must be called later, it worked for cpython because the process alrea...Richard Plangger2017-03-221-6/+9
| * merge defaultRichard Plangger2017-03-2226-105/+211
| |\
| * | pass two own-linux tests by adding rvmprof/src to the path and ensure that RP...Richard Plangger2017-03-221-2/+6
| * | remove more unused methods, revert changes to gcc/trackgcroot which is not re...Richard Plangger2017-03-162-22/+2
| * | missing folder for includeRichard Plangger2017-03-161-1/+1
| * | remove test dynamic, code was disabled and removed from rvmprofRichard Plangger2017-03-161-72/+0
| * | do not link to libunwind, it is now dynamically loadedRichard Plangger2017-03-161-2/+2
| * | merge defaultRichard Plangger2017-03-1631-645/+907
| |\ \
| * | | remove vmp_dynamic.c and do not use the API exposed of that c fileRichard Plangger2017-03-153-159/+0
| * | | fix test, no debugging symbols could be foundRichard Plangger2017-03-153-14/+22
| * | | remove files not needed by vmprof anymoreRichard Plangger2017-03-1517-10091/+49
| * | | revert the changes done to rpython/jit/* to support _U_dyn_register and _U_dy...Richard Plangger2017-03-158-57/+26
| * | | copy over the changes from vmprof-python/f7df918fbddRichard Plangger2017-03-158-146/+97
| * | | copy dynamic loading for libunwind functions from pypy's historyRichard Plangger2017-03-148-21/+101
| * | | copy over changes made to vmprof-pythonRichard Plangger2017-03-141-114/+210
| * | | merge defaultRichard Plangger2017-03-14466-5278/+9770
| |\ \ \