[pypy-commit] pypy reflex-support: refactoring/cleanup

2014-05-01 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r71119:0eff3fae1c87 Date: 2014-04-30 10:54 -0700 http://bitbucket.org/pypy/pypy/changeset/0eff3fae1c87/ Log:refactoring/cleanup diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/cppyy/

[pypy-commit] pypy reflex-support: refactoring all duplicated codes from converter.py and executor.py

2012-07-11 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56022:9948a2bd6028 Date: 2012-07-11 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/9948a2bd6028/ Log:refactoring all duplicated codes from converter.py and executor.py diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cpp

[pypy-commit] pypy reflex-support: refactoring for cleanup and to recover the speed lost for the void**/object** converters

2012-05-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54954:1a776d4b2018 Date: 2012-05-07 17:12 -0700 http://bitbucket.org/pypy/pypy/changeset/1a776d4b2018/ Log:refactoring for cleanup and to recover the speed lost for the void**/object** converters diff --git a/pypy/module/cppyy/

[pypy-commit] pypy reflex-support: refactoring and cleanup (Reflex backend): the idea is to speed up the slow path by handing out the stub functions rather than method indices; it should also help wit

2012-02-27 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52954:e7c4a93f01f3 Date: 2012-02-27 17:34 -0800 http://bitbucket.org/pypy/pypy/changeset/e7c4a93f01f3/ Log:refactoring and cleanup (Reflex backend): the idea is to speed up the slow path by handing out the stub functions rather

[pypy-commit] pypy reflex-support: refactoring

2012-02-27 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52952:23a40fce87d8 Date: 2012-02-27 14:19 -0800 http://bitbucket.org/pypy/pypy/changeset/23a40fce87d8/ Log:refactoring diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.py ++

[pypy-commit] pypy reflex-support: refactoring of capi and CINT backend fix

2011-08-30 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46931:0208f34619e7 Date: 2011-08-30 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/0208f34619e7/ Log:refactoring of capi and CINT backend fix diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/capi/__init__.py -

[pypy-commit] pypy reflex-support: refactoring and another attempt at ccharp vs voidp consistency

2011-07-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45587:281a4df60741 Date: 2011-07-14 02:35 -0700 http://bitbucket.org/pypy/pypy/changeset/281a4df60741/ Log:refactoring and another attempt at ccharp vs voidp consistency diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/c

[pypy-commit] pypy reflex-support: refactoring

2011-06-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44824:4c5ed516665c Date: 2011-06-07 12:37 -0700 http://bitbucket.org/pypy/pypy/changeset/4c5ed516665c/ Log:refactoring diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/cppyy/interp_c