[root] / trunk / tree / tree / src / TBranchBrowsable.cxx Repository:
ViewVC logotype

Log of /trunk/tree/tree/src/TBranchBrowsable.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 37127 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 30 21:23:22 2010 UTC (4 years, 1 month ago) by pcanal
File length: 39417 byte(s)
Diff to previous 35281
Add protection in case where one call CloneTree with a class for which a data member has been removed (and hence (for now) the branch for the 'removed member' is an incorrect state

Revision 35281 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 14 16:54:04 2010 UTC (4 years, 4 months ago) by pcanal
File length: 39360 byte(s)
Diff to previous 35275
Undo revision 35275, coverity CID 11531 is actually pointing out that
revision 33847 was incorrect and the resulting if statement was missing
a set of paranthesis, so redo revision 33847 to properly avoid the
potential use of a null pointer.

Revision 35275 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 14 13:13:22 2010 UTC (4 years, 4 months ago) by brun
File length: 39371 byte(s)
Diff to previous 33847
Remove a dead condition. coverity CID 11531

Revision 33847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 11 12:01:23 2010 UTC (4 years, 7 months ago) by pcanal
File length: 39382 byte(s)
Diff to previous 31605
Fix coverity reports:
Avoid potential use of null pointer.
Remove resource leak.

Revision 31605 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 7 19:50:39 2009 UTC (5 years, 1 month ago) by pcanal
File length: 39365 byte(s)
Diff to previous 29645
Fix 'reverse_inull' errors found by coverity

Revision 29645 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 30 17:51:31 2009 UTC (5 years, 5 months ago) by pcanal
File length: 39319 byte(s)
Diff to previous 29275
allow ploting of vector of arithmetic type from the TBrowser

Revision 29275 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 1 03:22:54 2009 UTC (5 years, 6 months ago) by pcanal
File length: 38653 byte(s)
Diff to previous 27086
Allow the TBrowser to see the member function of the base class of emulated classes

Revision 27086 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 5 17:20:57 2009 UTC (6 years ago) by pcanal
File length: 38208 byte(s)
Diff to previous 23466
From Axel:
Give the @size "member" shown by TBranchBrowsable a better title.

Revision 23466 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 13:52:45 2008 UTC (6 years, 9 months ago) by brun
File length: 38059 byte(s)
Diff to previous 22902
Fix shadowed variables

Revision 22902 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 31 09:48:42 2008 UTC (6 years, 9 months ago) by rdm
File length: 38081 byte(s)
Diff to previous 22527
move tree, treeplayer and treeviewer under tree meta directory.

Revision 22527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 7 16:37:03 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 38081 byte(s)
Diff to previous 21450
more gcc 4.3 warning fixes. Remains only some warning in Cint, Reflex
and xrootd.

Revision 21450 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 18 14:51:04 2007 UTC (7 years, 1 month ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 38072 byte(s)
Diff to previous 20882
strip (potential) array dimension when constructing the Draw command

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37973 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37973 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 38032 byte(s)
Diff to previous 18794
remove :$ from tag line

Revision 18794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 15 19:59:07 2007 UTC (7 years, 8 months ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 38042 byte(s)
Diff to previous 18061
In the TBrowser, when drilling through a TTree and clicking on a member function that returns an object, we now also list the data members

Revision 18061 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 22 15:40:02 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37942 byte(s)
Diff to previous 17711
From Axel:
Remove unnecessary includes.

Revision 17711 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 5 18:11:29 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37935 byte(s)
Diff to previous 17667
-Implement necessary casts due to TVirtualStreamerinfo.

Revision 17667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 3 18:33:15 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37919 byte(s)
Diff to previous 17579
Use forward declaration of TClonesArray and fix consequences

Revision 17579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 30 11:24:32 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37895 byte(s)
Diff to previous 16585
-Replace calls to gROOT->GetClass by TClass::GetClass
-Remove unused references to TROOT.h

Revision 16585 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 20 16:21:30 2006 UTC (8 years, 3 months ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37888 byte(s)
Diff to previous 16583
The previous patch actually pertain to https://savannah.cern.ch/bugs/?20819.

Revision 16583 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 20 16:16:08 2006 UTC (8 years, 3 months ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37860 byte(s)
Diff to previous 14336
Change a loop from 'while' to 'for' to properly handle 'continue'.  This is prevent an infinite loop in the case described at https://savannah.cern.ch/bugs/?20866

Revision 14336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37854 byte(s)
Diff to previous 13207
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning:  This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined.  Simply add the
proper include directive.

Revision 13207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 11 22:16:04 2005 UTC (9 years, 2 months ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37827 byte(s)
Diff to previous 12339
Update the spacing and documentation to match the coding rule

Revision 12339 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 18 21:05:03 2005 UTC (9 years, 6 months ago) by pcanal
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37862 byte(s)
Diff to previous 11818
Fix a problem in the browsing of non-split branches.
In the case where the class did not have any data member of its own
but it's base class did have data members, none of the base class'
data members was displayed in the browser.

Revision 11818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 18 21:04:54 2005 UTC (9 years, 8 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 37822 byte(s)
Diff to previous 11813
From Philippe:
TBrancBrowsable:

This patch corrects the string passed by the TBrowser to
TTree::Draw with drawing the size of a ROOT collection.

TTreeFormula/TFormLeafInfo:

This patch corrects the handling of a nested TClonesArray
within a split TClonesArray.

Revision 11813 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 18 12:31:10 2005 UTC (9 years, 8 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 36763 byte(s)
Diff to previous 11657
From Valeriy Onuchin:

this patch fixes all compilation problems for
ROOT under windows with VC6 compiler.

- The main problem is that VC6 compiler does not recognize
"long long" type in rootcint generated dictionaries,
To fix this, wherever "long long" type was writen in dictionary file it was
replaced with native win32 "long long" type_string "__int64".
Modified files are: cint/src/val2a.c, cint/src/newlink.c, cint/src/Class.cxx

Other changes:
- many  classes contained "list" variables.
  That produced name_clash with  std::list class name.
- many classes contained
 for (int i=0; ..) {..}
 for (int i=0; ..) {..}
 which caused "duplication of initialisation" bug.

- gl/src/CsgOps.cxx had outside declared templated parameter used inside
  internal function.
- TString Atoi, Atof - std namespace was removed.

_ TASimage - custom Streamer was changed. Reading/writing class version
   was added. That allows to keep "future compatibility"/"schema evolution"
   Demo files galaxy.root, gallery.root were rewritten.

- I rolled back changes in TGPicture class which are related to reading
   of XPM files because of problems under win32.

- TASImage::GetMask method was reimplemented.

- libAfterImage.tar.gz - fix all compilation problem under win32 (vc6)

Revision 11657 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 19:29:05 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 36793 byte(s)
Diff to previous 11656
From Philippe:
fix a compiler warning

Revision 11656 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 19:04:43 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 36822 byte(s)
Diff to previous 11376
From Philippe:
This updates solves issues when trying to browse (via the TBrowser) branches
which had their top level branchname embedded in their own name (i.e. when
the top level branch has been created with a trailing dot in their name).

Also fix a few problem preventing the drawing of branches containing pointer
to STL collection or some case of STL collection containing pointer to
objects.

Revision 11376 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Mar 19 16:39:39 2005 UTC (9 years, 10 months ago) by brun
Original Path: trunk/tree/src/TBranchBrowsable.cxx
File length: 34909 byte(s)
From Axel:
Implement the possibility to histogram members of a class
from the TBrowser, even in the case where the Tree has been built
in no split mode.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9