[root] / trunk / core / cont / inc / TArray.h Repository:
ViewVC logotype

Log of /trunk/core/cont/inc/TArray.h

Parent Directory Parent Directory


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

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 2794 byte(s)
Diff to previous 20882
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

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/cont/inc/TArray.h
File length: 2794 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/cont/inc/TArray.h
File length: 2794 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/cont/inc/TArray.h
File length: 2841 byte(s)
Diff to previous 19793
remove :$ from tag line

Revision 19793 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 13 11:08:35 2007 UTC (7 years, 4 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2851 byte(s)
Diff to previous 17680
From Axel:
patch for TArray*.h to add virtual members GetAt()
and SetAt() and for hist/inc/Linkdef.h as needed by THnSparse.

New class THnSparse for sparse n-dimensional histograms.
For more deatils, see comments in class implementation.

Revision 17680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 4 17:39:44 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2753 byte(s)
Diff to previous 15134
-Move typedefs previously in Htypes.h and Gtypes.h to Rtypes.h
-Move enum EColorType to Rtypes.h
-Move enum EMarkerStyle to TAttMarker
-Move enum ELineStyle to TAttLine
-Replace all references to Htypes.h or Gtypes.h by Rtypes.h

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2754 byte(s)
Diff to previous 14996
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

Revision 14996 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 11 10:35:08 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2733 byte(s)
Diff to previous 5008
From Federico Carminati:
A few fixes to optimize the use of the gcc compiler option effc++

Revision 5008 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 25 18:03:47 2002 UTC (12 years, 6 months ago) by rdm
Original Path: trunk/cont/inc/TArray.h
File length: 2736 byte(s)
Diff to previous 5002
remove Windows \r line terminators.

Revision 5002 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 23 11:11:26 2002 UTC (12 years, 6 months ago) by rdm
Original Path: trunk/cont/inc/TArray.h
File length: 2738 byte(s)
Diff to previous 4721
remove trailing <cr> characters inserted by some windows editor.

Revision 4721 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 16 08:37:28 2002 UTC (12 years, 7 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2744 byte(s)
Diff to previous 4498
From Philippe:
a patch which upgrades the operator<< for the TArrayX
classes.
It also add one more test to rootcint to verify that if the '!' has been
specified in the linkdef file, both operator<< and operator>> need to be
explicitly declared for this class.
The error message has been enhanced as follow:

ERROR: In this version of ROOT, the option '!' used in a linkdef file
       implies the actual existence of customized operators.
       The following declaration is now required:
   TBuffer &operator>>(TBuffer &,MyClass *&);
ERROR: In this version of ROOT, the option '!' used in a linkdef file
       implies the actual existence of customized operator.
       The following declaration is now required:
   TBuffer &operator<<(TBuffer &,const MyClass *);
gmake: *** [TeleDict.C] Error 1

Revision 4498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 9 20:22:01 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2629 byte(s)
Diff to previous 4460
New attempt to introduce the new additions (Philippe) to the I/O system
as well as as the new version of ClassDef/ClassImp.
With the additions to the I/O, it is now possible to generate
a dictionary for classes not instrumented with ClassDef.

Revision 4460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 6 10:11:08 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2401 byte(s)
Diff to previous 4446
Revert to the 3.03/05 situation.
The new I/O scheme still requires more work due
to portability problems and the size of the dictionaries.

Revision 4446 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 3 14:30:43 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/cont/inc/TArray.h
File length: 2579 byte(s)
Diff to previous 3
Introduce a long patch by Philippe. With this patch, ROOT I/O
should be able to support foreign not-ROOT instrumented classes.
More information will come later.
This patch is tentatively put in the CVS head to facilitate
testing on all platforms.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/cont/inc/TArray.h
File length: 2349 byte(s)
Copied from: branches/rdm/cont/inc/TArray.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/cont/inc/TArray.h
File length: 2349 byte(s)
Initial import of ROOT into CVS

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