- Jan 25, 2008
-
-
Rene Brun authored
I fixed the problem of double delete of a matrix when exporting as .gdml or .C . Also added a small optimization in copying matrices that seems to have a non-negligible effect on the speed of stressGeometry git-svn-id: http://root.cern.ch/svn/root/trunk@21853 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 24, 2008
-
-
Axel Naumann authored
size_t was set to uint where it should have been ulong. Now use typeid() instead of the ambiguous sizeof. git-svn-id: http://root.cern.ch/svn/root/trunk@21852 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21846 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21841 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 23, 2008
-
-
Rene Brun authored
These chnges are nice improvements. However we have to renerate many roottest reference files to avoid roottest failing in many places. git-svn-id: http://root.cern.ch/svn/root/trunk@21838 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21837 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21836 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21835 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
I put the self-printing and indent control to TCollection::ls(). git-svn-id: http://root.cern.ch/svn/root/trunk@21834 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21831 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21830 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21829 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21828 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21824 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21822 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21821 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21820 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 22, 2008
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21819 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Removed #include "FTFont.h" from TEveText.cxx. It was generating a weird error on Windows: c:\users\bellenot\root\include\TVirtualX.h(181) : error C2059: syntax error : 'constant' And it was useless anyway (removing it doesn't change anything...) git-svn-id: http://root.cern.ch/svn/root/trunk@21818 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21817 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21816 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21815 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21814 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
CINT API with substantial changes using "const char*" instead of "char*" git-svn-id: http://root.cern.ch/svn/root/trunk@21813 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
New class TFTGLManager for management of FTGL fonts. New classes TEveText, TEveTextEditor and TEveTextGL for display and configuration of a 3D text. New test macro 'tutorials/eve/text_test.C'. From Matevz: Reenable smart-refresh during redraw of TEveScenes. Minor code-layout changes. git-svn-id: http://root.cern.ch/svn/root/trunk@21812 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Metautil dict depends on rootcint_tmp.o and needs to be build after rootcint_tmp. Replaces hard dependency on rootcint_tmp; now the dictionary is only rebuilt when needed. git-svn-id: http://root.cern.ch/svn/root/trunk@21811 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fix the $(ORDER_) dependencies for the dictionaries: they only work on explicit rules, not for pattern matching With these changes, touch cint/src/v6_var.cxx will not rebuild any cintdlls. git-svn-id: http://root.cern.ch/svn/root/trunk@21810 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix effc++ warnings in gui/ and xmlparser/. git-svn-id: http://root.cern.ch/svn/root/trunk@21809 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21807 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
this fixes the problem on Win32 with rootcint and the w32pragma error. git-svn-id: http://root.cern.ch/svn/root/trunk@21806 27541ba8-7e3a-0410-8455-c3a389f83636
-
https://savannah.cern.ch/bugs/?32832Olivier Couet authored
applied on histograms did not work when the cut name contained a mix of lower and upper case characters. This problem occured because the option used to draw an histogram was always converted into lower case before begin stored in a pad (in Draw and DrawCopy). Now in Draw() and DrawCopy() the AppendPad() procedure is called with the option string not converted in lower case. The conversion in lower case was introduced in the svn revision #426 to "solve a problem reported by Otto Schaille when doing Draw("SAME") and trying to zoom on the X axis with the mouse". Before applying this patch Olivier Couet and Otto Schaille have tried to reproduce the problem which was fixed at that time by going to lower case. But all looks fine even without the lower case conversion. So, this fix (keeping the case) seems to be safe regarding this old bug (revision #426 was done on Mon Aug 7 12:31:07 2000). git-svn-id: http://root.cern.ch/svn/root/trunk@21805 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Enable per-instance control of the cache parameters also for RAW files; by default cache is OFF for these files, but there maybe cases in which the cache can improve performances. git-svn-id: http://root.cern.ch/svn/root/trunk@21804 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21803 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
this patch prevents all dictionaries from being rebuild when non dict related changes are made in CINT. When the dictionaries change the new cint/inc/cintdictversion.h must be updated which triggers a dictionary rebuild. For example: touch cint/src/v6_var.cxx && make: rebuild no dictionaries touch cint/inc/cintdictversion.h && make: rebuild all dictionaries touch utils/src/rootcint.cxx && make: rebuild all dictionaries git-svn-id: http://root.cern.ch/svn/root/trunk@21802 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
On windows with msvc we need w32pragma.h to be included (even in client code) or the build will be incompatible (compiler settings for stl etc). This patch enforces that. git-svn-id: http://root.cern.ch/svn/root/trunk@21801 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21800 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21797 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix effective-c++ warnings for classes TGSplitButton and TRotation::TRotationRow. git-svn-id: http://root.cern.ch/svn/root/trunk@21795 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 21, 2008
-
-
Matevz Tadel authored
Whitespace. git-svn-id: http://root.cern.ch/svn/root/trunk@21794 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Add a tag (dummy) header file that will be updated whenever CINT's dictionaries need to be regenerated. git-svn-id: http://root.cern.ch/svn/root/trunk@21793 27541ba8-7e3a-0410-8455-c3a389f83636
-