[root] / trunk / core / cont / src / TArray.cxx Repository:
ViewVC logotype

Log of /trunk/core/cont/src/TArray.cxx

Parent Directory Parent Directory


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

Revision 35364 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 12:36:14 2010 UTC (4 years, 4 months ago) by brun
File length: 3548 byte(s)
Diff to previous 34201
Fix forward_null. coverity 11732

Revision 34201 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 30 09:08:10 2010 UTC (4 years, 6 months ago) by brun
File length: 3529 byte(s)
Diff to previous 22961
Fix format in Error statement

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: 3522 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/src/TArray.cxx
File length: 3522 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/src/TArray.cxx
File length: 3522 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/src/TArray.cxx
File length: 3570 byte(s)
Diff to previous 14745
remove :$ from tag line

Revision 14745 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 19 08:22:26 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/cont/src/TArray.cxx
File length: 3580 byte(s)
Diff to previous 4498
Change the TError.h macros:
Assert   ->  R__ASSERT
Check    ->  R__CHECK
Change the TCollection.h macro:
ForEach  ->  R__FOR_EACH
This to avoid potential problems due too trivial macro names.
The old macros will be removed in the next release. Currently
they will print out warning messages with the advice to move
to the new macro names.

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/src/TArray.cxx
File length: 3574 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/src/TArray.cxx
File length: 3853 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/src/TArray.cxx
File length: 3577 byte(s)
Diff to previous 3621
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 3621 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 9 15:18:05 2002 UTC (13 years ago) by rdm
Original Path: trunk/cont/src/TArray.cxx
File length: 3853 byte(s)
Diff to previous 3618
make the change for const pointer data member support backward compatible,
i.e. this allows the reverting of the changes in the TArrayX, TString and
TBench files. Only remaining change is now in Rtypes.h.

Revision 3618 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 8 22:13:00 2002 UTC (13 years ago) by rdm
Original Path: trunk/cont/src/TArray.cxx
File length: 3869 byte(s)
Diff to previous 3
add support for I/O of const pointer data members, like e.g.:
   const TNamed *fName;
This required the introduction of an "operator>>(TBuffer &, const <class> *&)"
in the ClassDef and the generation of the implementation of this function
in rootcint. The non-const version is now calling the const version via
a cast (see ClassDef). Non TObject derived classes (TString and TArray's)
had the signature of their operator>>() changed to const to match the ClassDef.

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/src/TArray.cxx
File length: 3803 byte(s)
Copied from: branches/rdm/cont/src/TArray.cxx 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/src/TArray.cxx
File length: 3803 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