| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Revision: |
Correct documentation
Add missing initialization (found by coverity)
move tree, treeplayer and treeviewer under tree meta directory.
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.
imported svn:keywords Id property
remove :$ from tag line
The value of TBasket:;fBasket was incorrect in some cases when using the TTreeCloner. This is solved (and thread safetly is improved) by removing the gBranch global variable and using alternative mechanism to set TBakset::fBasket.
Update the spacing and documentation to match the coding rule
mega patch to remove almost all compiler warnings on MacOS X where the compiler is by default in pedantic mode (LHCb also like to use this option). The following issues have been fixed: - removal of unused arguments - comparison between signed and unsigned integers - not calling of base class copy ctor in copy ctor's To be done, the TGeo classes where we get still many hundred warnings of the above nature. List forwarded to Andrei.
many changes in this class to support the new functionality of TBranchElement.
Remove the following functions:
virtual void FillBasket(TBuffer &b);
virtual void ReadBasket(TBuffer &b);
virtual void SetAddress(void *add=0);
Minor changes to remove some compiler warnings
Modify the logic to access the branch address.
These new classes implementing the new Tree split mode are now operational for Write and Read. Base class not yet splitted.
Add two new classes TBranchElement and TLeafElement to support the new Tree split mode based on TStreamerInfo.
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.
| Subversion Admin | ViewVC Help |
| Powered by ViewVC 1.0.9 |