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

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

Parent Directory Parent Directory


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

Revision 46088 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 20 16:08:30 2012 UTC (2 years, 4 months ago) by pcanal
File length: 3406 byte(s)
Diff to previous 33854
Add explicit support to knowing whether the class represented by a TClass has a 
custom (user written) Streamer member function:

   cl->TestBit(TClass::kHasCustomStreamerMember)

(This will allow the removal of TInterpreter::ClassInfo_RootFlag)

Revision 33854 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 12 14:09:50 2010 UTC (4 years, 7 months ago) by pcanal
File length: 3335 byte(s)
Diff to previous 22961
From Axel and Philippe:
In TClassTable, normalize 'long long' to 'Long64_t' in lookups (as we are already doing on input).

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: 3261 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/TClassTable.h
File length: 3261 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/TClassTable.h
File length: 3261 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/TClassTable.h
File length: 3315 byte(s)
Diff to previous 19041
remove :$ from tag line

Revision 19041 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 15 12:36:05 2007 UTC (7 years, 7 months ago) by brun
Original Path: trunk/cont/inc/TClassTable.h
File length: 3325 byte(s)
Diff to previous 13258
Add a new static function TClassTavle::At
    // Returns class at index from sorted class table. Don't use this iterator
    // while modifying the class table. The class table can be modified
    // when making calls like TClass::GetClass(), etc.
    // Returns 0 if index points beyond last class name.

Revision 13258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 16 20:11:59 2005 UTC (9 years, 2 months ago) by pcanal
Original Path: trunk/cont/inc/TClassTable.h
File length: 3283 byte(s)
Diff to previous 12739
White spaces and comments update

Revision 12739 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 18 13:07:40 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/cont/inc/TClassTable.h
File length: 3284 byte(s)
Diff to previous 12556
some more coding style violation fixes.

Revision 12556 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 30 02:45:05 2005 UTC (9 years, 4 months ago) by pcanal
Original Path: trunk/cont/inc/TClassTable.h
File length: 3274 byte(s)
Diff to previous 8192
Changes to make the rulechecker happy in directory cont
They are a few left.

Revision 8192 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 13 11:25:37 2004 UTC (10 years, 11 months ago) by rdm
Original Path: trunk/cont/inc/TClassTable.h
File length: 3270 byte(s)
Diff to previous 4516
fixes so loading a plugin containing libCore does not crash on MacOS X.

Revision 4516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 10 21:32:09 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/cont/inc/TClassTable.h
File length: 3273 byte(s)
Diff to previous 4498
Code cleanup by Philippe

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/TClassTable.h
File length: 3271 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/TClassTable.h
File length: 2856 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/TClassTable.h
File length: 3274 byte(s)
Diff to previous 1207
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 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/inc/TClassTable.h
File length: 2855 byte(s)
Diff to previous 861
Forgot to update the Dump, ls and Print of these classes.

Revision 861 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 2 18:17:54 2000 UTC (14 years, 2 months ago) by rdm
Original Path: trunk/cont/inc/TClassTable.h
File length: 2853 byte(s)
Diff to previous 3
Added argument pragmabits to AddClass(). These bits tell, a.o., if the
Streamer() can be bypassed (in the new automatic I/O implementation).
The bits map to the -!+ options that can be specified in the LinkDef.h
file for each class. The bits can be retrieved with the GetPragmaBits()
method. There is an enum containing constants to test the bits.

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/TClassTable.h
File length: 2509 byte(s)
Copied from: branches/rdm/cont/inc/TClassTable.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/TClassTable.h
File length: 2509 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