Log of /trunk/tree/tree/src/TBranchBrowsable.cxx
Parent Directory
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
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
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
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.
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.