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/
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
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/
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
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
++
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
-
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
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