swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
944c3c1 Tagging production release v5-18-00 git-svn-id: http://root.cern.ch/svn/root/tags/v5-18-00@21746 27541ba8-7e3a-0410-8455-c3a389f83636 17 January 2008, 07:37:29 UTC
23c41d4 Stamp production version 5.18/00 git-svn-id: http://root.cern.ch/svn/root/trunk@21745 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 21:30:50 UTC
0fcc8ca Correct the schema evolution from a map<A,B> to a (non map, non multimap) collection of pair<A,B> (i.e vector<pair<A,B> >) when it is held by value in an object (as opposed to by pointer). Conversion from vector<pair<A<B> > to map<A,B> is now explicitly disabled (i.e. the vector will not be read). Conversion for a map<A,B>* to a vector<pair<A,B> >* is now explicitly disabled (i.e. the map will not be read). TFile::MakeProject has been updated to generate the needed dictionary for the pair. git-svn-id: http://root.cern.ch/svn/root/trunk@21744 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 20:47:20 UTC
204a7a3 From Matevz: retain track_container across several events so the user settings remain the same. Rename variable 'TEveTrackPRopagator* rnrStyle' to trkProp. git-svn-id: http://root.cern.ch/svn/root/trunk@21743 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 19:49:10 UTC
19987d2 From Matevz: TEveTrack::SetAttLineAttMarker(TEveTrackList* tl): also copy the state of fRnrPoints and fRnrLines flags. git-svn-id: http://root.cern.ch/svn/root/trunk@21742 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 19:48:33 UTC
f7a16bd Change MAKE to MAKEP on Windows too. git-svn-id: http://root.cern.ch/svn/root/trunk@21741 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 19:04:15 UTC
388d827 From Bertrand, Matevz, Rene: Improved version with documentation and running on all systems. git-svn-id: http://root.cern.ch/svn/root/trunk@21739 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 18:28:21 UTC
5eeb120 In TFile::MakeProject change the name of the small generated makefile MAKE to MAKEP. The reason is that MACOSX is not case sensitive and when calling gSystem->Exec, make instead of MAKE was called (depending on the search path). We intend to replace the MAKEP par a direct use of ACLIC instead. git-svn-id: http://root.cern.ch/svn/root/trunk@21738 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 18:26:52 UTC
6cd2303 in distclean clean up the cache directories "files" in tutorials and also tutorials/eve/aliesd. git-svn-id: http://root.cern.ch/svn/root/trunk@21737 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 17:12:10 UTC
e738235 correct comment that mentioned a "modified" apache is needed, which is not the case anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@21736 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 17:02:46 UTC
799aa0b from Bertrand and Axel: * fix MakeProject build (also, but not only on windows): - replace $Opt by opt / debug (whatever the ROOT build is), - include dict in generated source instead of having to deal with two dources = two object files (which is not really supported by the ACLiC-like build commands) * Always write out a class version higher thn what we are trying to reproduce. E.g. in case of members of type enum (which are generated as members of type int), the checksum equality check will fail, and a complaint ("increase the class version!") will be printed otherwise. git-svn-id: http://root.cern.ch/svn/root/trunk@21735 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 16:54:22 UTC
80c2862 From Jan: Fixed 4 typos in comments in generated selectors. git-svn-id: http://root.cern.ch/svn/root/trunk@21734 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 16:23:48 UTC
2f5a9c6 From Alja: fixed the TEveTransEditor so that it does not evoke scroll-bars with standard editor width. git-svn-id: http://root.cern.ch/svn/root/trunk@21733 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 16:21:46 UTC
383ff7b New tutorial demonstrating standalone visualization of ALICE ESD. TFile::MakeProject() is used to generate the header files and distionaries of used ALICE classes. git-svn-id: http://root.cern.ch/svn/root/trunk@21732 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 15:56:29 UTC
8493100 Fix an unfortunate error in the documentation of the TTreeIndex constructor reported by David Chamont at :http://root.cern.ch/phpBB2/viewtopic.php?t=6036 git-svn-id: http://root.cern.ch/svn/root/trunk@21731 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 15:16:53 UTC
99b3d31 From Wouter: Protect against null strings git-svn-id: http://root.cern.ch/svn/root/trunk@21730 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 11:38:50 UTC
340c5ef Add new tutorial showing the D0 detector git-svn-id: http://root.cern.ch/svn/root/trunk@21729 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 09:38:38 UTC
a712ef7 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@21728 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 06:28:27 UTC
73276de From Paul: Change the behavior of G__get_methodhandle() when passed withConversion == 0. The old behavior was to call G__get_ifunchandle_base() with a match parameter of G__EXACT, and if that failed then try to instantiate a function template, with exact match, and if that failed then loop calling G__get_ifuncandle_base() with parameters from G__EXACT up to and including G__STDCONV. This meant that we could match a function that did not exactly match the passed prototype (and we called with G__EXACT twice!). The new behavior is to return in failure if the function template instantiation attempt fails to find a match, the loop trying the integral promotions and standard conversions is not done. So we must match the passed prototype exactly (unless the template instantiation codes does something weird we do not know about). This fixes: http://root.cern.ch/phpBB2/viewtopic.php?p=24563 git-svn-id: http://root.cern.ch/svn/root/trunk@21727 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 05:39:36 UTC
5784391 Mark the function declared outside of the class declaration as inline. Use the correct header file name for multimap and multiset git-svn-id: http://root.cern.ch/svn/root/trunk@21726 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 05:38:06 UTC
dbe8845 Once reloading a TStreamerElement for a basic type, we must reset fSize to match the sizeof. This is a problem for emulated classes as shown by running valgrind on roottest/root/tree/addresses/runursula.C git-svn-id: http://root.cern.ch/svn/root/trunk@21725 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 05:37:00 UTC
5996103 fix strict-aliasing warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@21724 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 21:40:19 UTC
3d27427 suppress strict aliasing warnings from gcc4strm. git-svn-id: http://root.cern.ch/svn/root/trunk@21723 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 21:39:25 UTC
0805344 From Matevz: New tutorial showing CMS geometry. git-svn-id: http://root.cern.ch/svn/root/trunk@21722 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:51:23 UTC
c9afee0 add specific code for MacOS X to get all .dylib's against which the application is linked. This should fix the long standing problem of hadd failing. It uses _dyld_register_func_for_add_image() API from dyld(3). git-svn-id: http://root.cern.ch/svn/root/trunk@21721 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:34:03 UTC
23cf7ff use static_cast<> instead of reinterpret_cast<>. git-svn-id: http://root.cern.ch/svn/root/trunk@21720 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:29:53 UTC
9212510 typo in comments. git-svn-id: http://root.cern.ch/svn/root/trunk@21719 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:28:41 UTC
d353dd8 From Matevz: Added tooltip for scene-render timeouts. Small improvement of manipulator description in help-text. Added reset button for current clip. git-svn-id: http://root.cern.ch/svn/root/trunk@21718 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:10:09 UTC
867139e From Jan: Fix two typos in comments of TTree::MakeSelector git-svn-id: http://root.cern.ch/svn/root/trunk@21717 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:08:00 UTC
f91e382 From Axel: patch allowing to use Python >= 2.5 on Windows (sic). For the record: from http://docs.python.org/whatsnew/ports.html: .dll is no longer supported as a filename extension for extension modules. .pyd is now the only filename extension that will be searched for. (no comments) Thanks to Wim for pointing out this. git-svn-id: http://root.cern.ch/svn/root/trunk@21716 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 16:54:17 UTC
0ba2e4d From Axel: Fix several warnings for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@21715 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 15:30:49 UTC
3fa0535 - fix a bug in getting the confidence intervals in an histogram of TGraph2D - use the 2-side confidence interval for the passed values in the methods not the 1 side. git-svn-id: http://root.cern.ch/svn/root/trunk@21713 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 11:12:38 UTC
f0166ce From Gerri: The trunk is currently broken on SLC3 because the recently introduced usage of 'tolower' in treeplayer/src/TTreeFormula.cxx and 'isdigit' in io/srcTMakeProject.cxx require the inclusion of 'ctype.h'. git-svn-id: http://root.cern.ch/svn/root/trunk@21712 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 10:34:26 UTC
19d88fd In WriteRef remove the TVectorD allocated in the stack from Tree.GetUserInfo git-svn-id: http://root.cern.ch/svn/root/trunk@21711 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 10:06:06 UTC
195d01e Include XrdProofdAux.h to fully define XrdProofdDirective; this class is used in the hash table and the forward declaration is not sufficient. This should also fix a compilation problem on macosx 10.3 . git-svn-id: http://root.cern.ch/svn/root/trunk@21710 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 08:43:51 UTC
9b7d9e5 remove warning git-svn-id: http://root.cern.ch/svn/root/trunk@21709 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 08:07:55 UTC
0ccf708 Prevent ambiguity regarding operator[] git-svn-id: http://root.cern.ch/svn/root/trunk@21708 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 08:04:15 UTC
120a13f readd operator* to allow access to vector<vector<double> > git-svn-id: http://root.cern.ch/svn/root/trunk@21707 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 05:36:55 UTC
89efa72 also suppress strict-alias warnings in TContextMenu.cxx under g++ 4.1. git-svn-id: http://root.cern.ch/svn/root/trunk@21706 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 00:18:14 UTC
f427ac3 remove superflous typename keyword (fatal with gcc but works with microsoft C++) git-svn-id: http://root.cern.ch/svn/root/trunk@21705 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 23:00:19 UTC
58d8d4a more fixes for vector<double> and vector<vector<double> > git-svn-id: http://root.cern.ch/svn/root/trunk@21704 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 22:52:10 UTC
295b698 From Bertrand: - Fix a problem of TGLViewerEditor labels not being displayed on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@21703 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 20:29:28 UTC
bf4c5a9 In TGLScene/TGLViewer add two timeouts for high-quality and low-quality (during rotation etc) scene rendering. Expose both time limits via TGLViewerEditor. In TGLCamera::OfInterest() remove redundant test for physical-shape bbox volume and optimize the remaining bbox diagonal length test. Remove blanks from the eols. git-svn-id: http://root.cern.ch/svn/root/trunk@21702 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 18:55:14 UTC
57bfc41 silence type-punned warning in TString.cxx for gcc 4.1. git-svn-id: http://root.cern.ch/svn/root/trunk@21701 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 17:24:12 UTC
05831ca From Bertrand: - Silence a few more warnings: LNK4006: __NULL_IMPORT_DESCRIPTOR already defined [...]; second definition ignored LNK4221: no public symbols found; archive member will be inaccessible (only with MSVC++ > 7.1) git-svn-id: http://root.cern.ch/svn/root/trunk@21700 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 17:15:33 UTC
62e878a From Axel: Fixes mmcheck warnings on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@21699 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 16:26:38 UTC
71ddf04 From Andrei: Add a protection in TGeoPgon::Safety found by running stressGeometry under valgrind by Axel. git-svn-id: http://root.cern.ch/svn/root/trunk@21698 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 15:57:12 UTC
edc3858 cl puts its version info into cerr; capture it from there (instead of issuing a warning). git-svn-id: http://root.cern.ch/svn/root/trunk@21697 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 15:56:02 UTC
12abb64 From Jan: Fix a typo in documentation git-svn-id: http://root.cern.ch/svn/root/trunk@21695 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 15:49:08 UTC
76e386b - small adjusment for Mac. git-svn-id: http://root.cern.ch/svn/root/trunk@21693 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 14:56:22 UTC
5aa76a0 From Axel: cint\src\bc_exec.cxx(305) : warning C4297: 'G__bc_exec_throw_bytecode' : function assumed not to throw an exception but does is fixed in >= MSVC2003 by correcting -GX or -EHa to -EHsc- ("exceptions only generated by throw(), even extern C functions can throw"). With -GX, extern C functions are not allowed to throw(). -EHa was used for >= MSVC2005, even though it's not appropriate (my mistake). git-svn-id: http://root.cern.ch/svn/root/trunk@21691 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 14:00:50 UTC
5905f46 From Axel: nly windowsify ROOTSYS if != win32gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@21690 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 13:59:45 UTC
79d4785 Remove warnings like :"warning C4355: 'this' : used in base member initializer list" by adding a pragma statement. git-svn-id: http://root.cern.ch/svn/root/trunk@21689 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 13:18:22 UTC
cb52cdc From Bertrand and me: - Fix a few other compilation warnings - Add support for MSVC++9.0 (.NET 2008) git-svn-id: http://root.cern.ch/svn/root/trunk@21686 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 12:32:53 UTC
40ffc20 From Bertrand: fix warning "LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs;" when building root in debug mode with the option --disable-winrtdebug git-svn-id: http://root.cern.ch/svn/root/trunk@21685 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 12:30:09 UTC
fc776c0 Undo previous changes. git-svn-id: http://root.cern.ch/svn/root/trunk@21683 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:34:34 UTC
3a23750 Fix a remaining warning git-svn-id: http://root.cern.ch/svn/root/trunk@21681 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:20:30 UTC
48545c9 Fix warnings on Windows of the type: "warning C4355: 'this' : used in base member initializer list" git-svn-id: http://root.cern.ch/svn/root/trunk@21680 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:09:12 UTC
388662e Fix compiler warning git-svn-id: http://root.cern.ch/svn/root/trunk@21679 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:08:39 UTC
73db752 fix type-punned warning git-svn-id: http://root.cern.ch/svn/root/trunk@21678 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 10:29:47 UTC
3b5900c fix type-punned warning. git-svn-id: http://root.cern.ch/svn/root/trunk@21676 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 09:35:17 UTC
fa1855a fix warning: empty body in an if-statement git-svn-id: http://root.cern.ch/svn/root/trunk@21675 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 09:28:10 UTC
9546e9d Fix 23 warnings: "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21674 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 08:07:36 UTC
9ed5f33 Fix 3 warnings: "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21673 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:59:00 UTC
7df06a2 Fix warning: "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21672 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:55:59 UTC
eef289d Fix warnings: dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21671 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:53:57 UTC
85f1c9c Fix documentation errors in TTreePlayer::DrawSelect git-svn-id: http://root.cern.ch/svn/root/trunk@21670 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:38:31 UTC
66513b5 o RooNDKeysPdf - Add class documentation and document constructors git-svn-id: http://root.cern.ch/svn/root/trunk@21669 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 14:06:52 UTC
e562f66 o RooSharedPropertiesList - Extend registerProperties() to take additional argument to control deletion of incoming duplicate objects o RooRealVar - Use deletion control argument of registerProperties() in streamer o RooWorkspace - When importing data, check if observable is already imported before attempting (eliminates superfluous ERROR message) o RooFFTConvPdf - Add more detailed instructions of installation and use of FFTW package with ROOT in class documentation git-svn-id: http://root.cern.ch/svn/root/trunk@21668 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 14:06:06 UTC
6b22a63 From Gerri: - improved description for the usage of PROOF_INITCMD - improve notification when when using dynamic environment settings fixes: issue on the PROOF forum (21 Dec 2007: 'change environment variables in proof') git-svn-id: http://root.cern.ch/svn/root/trunk@21667 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:40:33 UTC
45c9ec1 From Gerri: - remove <package>/PROOF-INF/proofvers.txt when updating the package tarball - save again the MD5 if the package is rebuilt - fix bug in adding standard paths to PATH fixes: bug #32529 git-svn-id: http://root.cern.ch/svn/root/trunk@21666 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:39:57 UTC
a9c64c9 From Gerri: - fix problem with setting the xrootd cache parameters per instance fixes: problem reported privately by ALICE git-svn-id: http://root.cern.ch/svn/root/trunk@21665 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:39:19 UTC
7d8ef53 From Gerri: - improved configuration of AFS - add support for AFS >= 1.4.5 (current stable version) fixes: bug #32552 git-svn-id: http://root.cern.ch/svn/root/trunk@21664 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:38:42 UTC
0605294 From Gerri: - fix a problem with trasmission of non-default AFS and SSL include directories fixes: bug #32450 git-svn-id: http://root.cern.ch/svn/root/trunk@21663 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:37:54 UTC
16c6e85 From Gerri: 1. xrootd/src/xrootd-20071116-0000.src.tgz - fix several warnings from gcc >= 4.1.1 and windows VC compilers - improved configuration of AFS (fixes bug #32552) git-svn-id: http://root.cern.ch/svn/root/trunk@21662 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:35:06 UTC
c4fcf98 use a better proxy type for the top level vector of fundamental type git-svn-id: http://root.cern.ch/svn/root/trunk@21661 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 06:07:59 UTC
b2740fa fix support for std::vector of fundamental help in a top level branch git-svn-id: http://root.cern.ch/svn/root/trunk@21660 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 04:18:15 UTC
4f4c18d Remove a few TBasket creations that are no longer needed (this was a memory leak git-svn-id: http://root.cern.ch/svn/root/trunk@21659 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 00:25:28 UTC
2a2ca63 coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@21658 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 00:08:25 UTC
88f75db Remove the two created functions from the list of global functions. To avoid a double delete when TROOT destructor is called. git-svn-id: http://root.cern.ch/svn/root/trunk@21657 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 17:14:57 UTC
7354090 cint: From Scott Snyder, remove a memory leak in G__make_ifunctable See http://savannah.cern.ch/bugs/?32609 from details meta: In BuildRealData, in addition to forcing the build of the list of real data for the base classes, we need to force the build of the list of real data for the type of the data member which are embedded objects. Their type could also inherits from an abstract base class. This solves a problem where the list of real data of an abstract class was requested before the same list was requested for one of the derived class. For example this cases occurs if you have a tree with a branch containing a split vector<Contained> and Contained has a sub-object whose class inherits from an abstract which contains data members. In this case, the derived class's list of real data was never constructed because there is no BranchElement actually holding 'just' the embedded object (this conceptual branch has been unrolled). See the 'abstract' test in roottest/root/tree/split git-svn-id: http://root.cern.ch/svn/root/trunk@21656 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 09:08:39 UTC
e0f8441 correct typo in comment git-svn-id: http://root.cern.ch/svn/root/trunk@21655 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 04:58:14 UTC
26966f9 Correct the sizeof long long leaf data git-svn-id: http://root.cern.ch/svn/root/trunk@21654 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 04:55:26 UTC
fd6a131 Move code for rendering of poly-markers and poly-lines from TEveGLUtil to TGLUtil and remove TEveGLUtil class. Extend picking region also for fat lines so that lines can be picked also on their edges not only at the very center. Fix rendering of anitaliased points in TEveStraightLineSetGL. Honour wireframe and outline modes in TEveTriangleSetGL. Add new tutorial pointset_test.C. git-svn-id: http://root.cern.ch/svn/root/trunk@21653 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 20:23:15 UTC
797f402 Cleanup includes in TEveManager.h and add them in cxx files that actually need them. git-svn-id: http://root.cern.ch/svn/root/trunk@21652 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 17:13:04 UTC
7a6af39 Introduce option for toggling dolly/zoom behaviour for orthographic camera. Expose this and optional rotation in ortho camera via menu entries in TGLSAViewer. git-svn-id: http://root.cern.ch/svn/root/trunk@21651 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 17:11:35 UTC
4a3293a - Implement option "0" for polar coordinates. git-svn-id: http://root.cern.ch/svn/root/trunk@21650 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 16:53:30 UTC
54990de From Axel: Don't compile clib's snprintf implementation if it's not used. Removes warning on linux AMD64 (pointer conversion) as a side-effect. Until now, we were compiling snprintf.c even though we did not use its functions (we re-#defined them to e.g. r__snprintf so they don't clash with glibc's). This patch skips the functions (#if...#endif) if clib's snprintf is not needed on the platform. I have tested it on MSVC 7.1, 9.0, linux AMD64. git-svn-id: http://root.cern.ch/svn/root/trunk@21649 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 16:19:25 UTC
8a600b1 - When used with any LEGO option, the option "0" allows to not draw the empty bins. git-svn-id: http://root.cern.ch/svn/root/trunk@21648 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 16:16:26 UTC
c9ba685 - add methods to make a Transform3D class from any rotation type (request from LHCb) - add also test for these new methods git-svn-id: http://root.cern.ch/svn/root/trunk@21646 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 15:55:44 UTC
5db553a New tutorials demonstrating how to display TGeo geometries in Eve. git-svn-id: http://root.cern.ch/svn/root/trunk@21645 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 15:52:33 UTC
bf993ac Do not check if geometry file is readable before calling TGeoManager::Import() as it does not work for remote files (http in particular). Add option to assign aliases for geometries and to specify the default geometry. git-svn-id: http://root.cern.ch/svn/root/trunk@21644 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 15:51:14 UTC
fa4a6b7 In SetModel() fully update the clip state in case it was changed from outside. git-svn-id: http://root.cern.ch/svn/root/trunk@21643 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 15:48:21 UTC
79ddc97 correct class description comment. git-svn-id: http://root.cern.ch/svn/root/trunk@21642 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 14:55:52 UTC
6e36787 small typos in comments. git-svn-id: http://root.cern.ch/svn/root/trunk@21641 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 14:23:49 UTC
63528aa From Axel: Suppress bogus valgrind report on CINT's G__rate_parameter_match. git-svn-id: http://root.cern.ch/svn/root/trunk@21640 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 14:20:34 UTC
813e320 From Silvia Arcelli: in projections, reset TAxis::kAxisRange bit instead of manually bringing the coordinates into range for the target dimensions. git-svn-id: http://root.cern.ch/svn/root/trunk@21639 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 10:48:08 UTC
a0657cb fix a Windows compilation problem in the tests git-svn-id: http://root.cern.ch/svn/root/trunk@21638 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 10:38:29 UTC
bdae70f - add possibility to set data in interpolation object after having constructed (request expressed at http://root.cern.ch/phpBB2/viewtopic.php?t=5978 ) - use now as default CSPLINE - add also some clean-up of the GSLINterpolator class. git-svn-id: http://root.cern.ch/svn/root/trunk@21637 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 09:56:31 UTC
c9ddb96 Fix a compiler warning and coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@21636 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 08:26:44 UTC
back to top