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

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

Parent Directory Parent Directory


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

Revision 43515 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 27 21:15:53 2012 UTC (2 years, 9 months ago) by pcanal
File length: 14759 byte(s)
Diff to previous 34286
Fix coding convention R.RN7 (Avoid the raw C types 'long', 'unsigned long', 'long double', 'bool', 'long long' and 'unsigned long long'.)

Revision 34286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 20:38:57 2010 UTC (4 years, 6 months ago) by rdm
File length: 14755 byte(s)
Diff to previous 34226
fix format errors related to TString::Form(), TString::Format(), Form()
and Printf().

Revision 34226 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 30 12:03:31 2010 UTC (4 years, 6 months ago) by brun
File length: 14813 byte(s)
Diff to previous 22961
Fix format in Error or Warning statements

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: 14797 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/TObjectTable.cxx
File length: 14797 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/TObjectTable.cxx
File length: 14797 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/TObjectTable.cxx
File length: 14852 byte(s)
Diff to previous 17777
remove :$ from tag line

Revision 17777 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 8 09:08:10 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14862 byte(s)
Diff to previous 17306
Include TMathBase.h instead of TMath.h

Revision 17306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 16:03:17 2007 UTC (8 years ago) by brun
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14880 byte(s)
Diff to previous 15849
   TMath::Abs, TMath::Min, TMath::Max, TMath::Sign, TMath::Range
These functions are unfortunately not defined in a standard way in std::

This include is referenced by a new version of TMath.h.
As a result, TMath.h is back compatible with the previous version.

TMathBase.h is used in place of TMath.h in all the classes
that will go into the future miniCore library.
TMath.h and the TMath implementation will go into a new math sub-directory.

TString.h uses TMathBase.h instead of TMath.h.
As a result, it was necessary to include "TMath.h" in some classes
assuming that TMath was included via TString and using other functions
than the ones defined in TMathBase.h
 ----------------------------------------------------------------------

Revision 15849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 26 13:36:44 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14878 byte(s)
Diff to previous 15164
Instead of providing default implementations for copy ctor's and assignment
operators we better make them private (and not implemented) to avoid people
from accidentally using them. Especially the collections classes and the
TQObject derived classes. In these classes the default implementations would
cause havoc due to multiple deletions of the same objects and other
potential memory corruptions.

Revision 15164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 24 14:34:00 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 15432 byte(s)
Diff to previous 15134
Fix coding conventions violations

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/src/TObjectTable.cxx
File length: 15376 byte(s)
Diff to previous 14745
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 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/TObjectTable.cxx
File length: 14877 byte(s)
Diff to previous 3065
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 3065 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 18 13:07:28 2001 UTC (13 years, 3 months ago) by rdm
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14873 byte(s)
Diff to previous 3056
small mod in print format (increase classname field from 20 to 24 characters).

Revision 3056 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 11:03:04 2001 UTC (13 years, 3 months ago) by rdm
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14842 byte(s)
Diff to previous 3055
modified layout of table when printing all objects.

Revision 3055 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 10:41:45 2001 UTC (13 years, 3 months ago) by brun
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14486 byte(s)
Diff to previous 3054
Minor change in format to avoid a compiler warning.

Revision 3054 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 10:38:55 2001 UTC (13 years, 3 months ago) by brun
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 14477 byte(s)
Diff to previous 1207
Add new option in TObjectTable::Print
   // Print the object table.
   // if option ="all" prints the list of all objects with the format
   //  object number, pointer, class name, object name

Revision 1207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 15:56:17 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/cont/src/TObjectTable.cxx
File length: 13983 byte(s)
Diff to previous 3
Forgot to update the Dump, ls and Print of these classes.

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