From Pere and Wim:
o) fix TF1/2/3 default value propagation o) turn TPyExceptionMagic into a void* to prevent attempted _object dict creation o) new TPyROOTApplication.h/.cxx accessible from python (created from ROOT.py) o) changed first letter of all exported libPyROOT funcs from lower to upper case o) move policy identifiers from ROOT.py to libPyROOT.so o) fix return code for char converter o) add sorting which penalizes methods with unknown classes and void*'s This then also fixes outstanding problems as erported by Witek (savannah), Marco, and Berrie. git-svn-id: http://root.cern.ch/svn/root/trunk@14208 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- pyroot/ROOT.py 30 additions, 42 deletionspyroot/ROOT.py
- pyroot/inc/LinkDef.h 3 additions, 0 deletionspyroot/inc/LinkDef.h
- pyroot/inc/TPyException.h 2 additions, 6 deletionspyroot/inc/TPyException.h
- pyroot/inc/TPyROOTApplication.h 40 additions, 0 deletionspyroot/inc/TPyROOTApplication.h
- pyroot/src/ConstructorHolder.cxx 4 additions, 3 deletionspyroot/src/ConstructorHolder.cxx
- pyroot/src/Converters.cxx 34 additions, 33 deletionspyroot/src/Converters.cxx
- pyroot/src/MethodHolder.cxx 28 additions, 3 deletionspyroot/src/MethodHolder.cxx
- pyroot/src/MethodHolder.h 3 additions, 2 deletionspyroot/src/MethodHolder.h
- pyroot/src/MethodProxy.cxx 15 additions, 3 deletionspyroot/src/MethodProxy.cxx
- pyroot/src/MethodProxy.h 6 additions, 4 deletionspyroot/src/MethodProxy.h
- pyroot/src/PyCallable.h 2 additions, 1 deletionpyroot/src/PyCallable.h
- pyroot/src/Pythonize.cxx 3 additions, 3 deletionspyroot/src/Pythonize.cxx
- pyroot/src/RootModule.cxx 56 additions, 105 deletionspyroot/src/RootModule.cxx
- pyroot/src/TPyException.cxx 2 additions, 2 deletionspyroot/src/TPyException.cxx
- pyroot/src/TPyROOTApplication.cxx 125 additions, 0 deletionspyroot/src/TPyROOTApplication.cxx
Loading
Please register or sign in to comment