https://github.com/root-project/root
Revision b4db0e9055f217523bfbc671b690a7bc9229a66a authored by Rene Brun on 25 October 2005, 05:13:15 UTC, committed by Rene Brun on 25 October 2005, 05:13:15 UTC
 o) only use system events feeder thread in interactive sessions
 o) use ROOT TRY/CATCH macro's to handle segfaults without aborting
 o) added a policy to (de)active the above (def: on in interactive, off in
batch)
 o) fixes for CPP macro conversions
 o) removed NULL object (is back normal macro)
 o) proper propagation of updates to globals of builtin type
 o) allow setting of globals of builtin type through ROOT.<global> = <value>
 o) fixes for handling templated types
 o) added auto-generated __setitem__ when using operator[] and return by ref
 o) added PyObject* executor
 o) various minor fixes and refactorization


git-svn-id: http://root.cern.ch/svn/root/trunk@13009 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 582ff84
History
Tip revision: b4db0e9055f217523bfbc671b690a7bc9229a66a authored by Rene Brun on 25 October 2005, 05:13:15 UTC
From Wim Lavrijsen:
Tip revision: b4db0e9

back to top