- Mar 09, 2006
-
-
Lorenzo Moneta authored
- rename apply(i,j) to operator(i,j) in expression and function classes due to some bizarre conflicts with apply(i) found on Windows. - rename linking warning in testSMatrix on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@14209 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
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
-
Rene Brun authored
Fixing wrong clipping parameters. git-svn-id: http://root.cern.ch/svn/root/trunk@14207 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Remove references to TGLPixmap and replace it by TGLViewer git-svn-id: http://root.cern.ch/svn/root/trunk@14206 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 08, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14205 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14204 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
-TGLPixmap - removed and replaced by TGLViewer (most of the TGLViewer functionality is available in pad now); -TGLHistPainter - zooming/panning added for legoes/surfaces; -TGLViewerEditor - TGLViewer's editor for pad (lights/clipping/guides manipulation). -TRootCanvas : minor changes to support mouse wheel event in gl viewer in a pad -TCanvas : a)changes to process keyboard events correctly b)changes to process mouse will events -TVirtualViewer3D : changes in interface for TGLManager (win32 implementation of TGLManager requires some functions and cannot be dependant from TGLViewer) -Added class TVirtualGLManipulator - base for TGLManip - again, required mostly by TGWin32GL. git-svn-id: http://root.cern.ch/svn/root/trunk@14203 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
don't do any non-standard (and bogus) "standard conversion" from "first arg is 0" to array. This would e.g. convert f(0.0) to f(float*). git-svn-id: http://root.cern.ch/svn/root/trunk@14202 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
change also print method to use expression.apply(i,j). Expression.apply(i) gives in same case a compilaiton error on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@14201 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14200 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the MacOS X sed. git-svn-id: http://root.cern.ch/svn/root/trunk@14199 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
update tests programs. Especially improve Kalman test by avoid one un-necessary 5x5 matrix multiplication git-svn-id: http://root.cern.ch/svn/root/trunk@14198 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- modify matrix expression to use both i and j index. This improves substuntially multiplication and transpose operations where there is no need to calculate the right offset for each element - use a static const function in MatRepSym for the offset as suggested by Vincenzo. This gives some small improvements on Windows and Solaris - generate dictionary also for the MatRepStd classes git-svn-id: http://root.cern.ch/svn/root/trunk@14197 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 07, 2006
-
-
Philippe Canal authored
contains the word 'class' (as it does if the type is not a typedef). This is needed for TTabCom to properly parse the output. git-svn-id: http://root.cern.ch/svn/root/trunk@14196 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
break the Makefile. git-svn-id: http://root.cern.ch/svn/root/trunk@14195 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
computations. This solves a precision problem under Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@14194 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14193 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
(better performance with vc71 compiler) git-svn-id: http://root.cern.ch/svn/root/trunk@14192 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 06, 2006
-
-
Philippe Canal authored
Decorate the custom streamer in TStreamerElement and TStreamerBase to allow their splitting by TBufferSQL and TBufferXML git-svn-id: http://root.cern.ch/svn/root/trunk@14190 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
even if the object are loaded via GetObject (and thus ReadObjectAny). git-svn-id: http://root.cern.ch/svn/root/trunk@14189 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14188 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14187 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooMCStudy - Bug fix for fit-only operation (Lei Zhang) git-svn-id: http://root.cern.ch/svn/root/trunk@14186 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14185 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
use std::fabs to avoid conflicts with fabs function defined in SVector. This fixes bug reported by L. Lista git-svn-id: http://root.cern.ch/svn/root/trunk@14184 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14183 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14182 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14181 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14180 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14179 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14178 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
- Using macro for visibility of runtime error (needed from gcc 4 on) - New dummy structs for private/protected classes/structs git-svn-id: http://root.cern.ch/svn/root/trunk@14177 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14176 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
- take size of shadow class - use dymmy typeid (Private/ProtectedClass/Struct) for ClassBuilder Changes for unnamed types: - add $->d translation (gcc uses $ sign for unnamed types) - take size of shadow class - add data member information - generate shadows for unnamed types with the member name right after the declaration git-svn-id: http://root.cern.ch/svn/root/trunk@14175 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a MathCore LorenztVector class. git-svn-id: http://root.cern.ch/svn/root/trunk@14174 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
(thanks to the nightly build results). git-svn-id: http://root.cern.ch/svn/root/trunk@14173 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 05, 2006
-
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14172 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14171 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
Fixes for cintex test suite git-svn-id: http://root.cern.ch/svn/root/trunk@14170 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14169 27541ba8-7e3a-0410-8455-c3a389f83636
-