[root] / trunk / misc / table / src / TTableSorter.cxx Repository:
ViewVC logotype

Log of /trunk/misc/table/src/TTableSorter.cxx

Parent Directory Parent Directory


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

Revision 41324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 11 09:39:16 2011 UTC (3 years, 3 months ago) by pcanal
File length: 36340 byte(s)
Diff to previous 35067
Fix memory leak (fIndexArray) See Coverity 32698,32699,32700,32701.

Revision 35067 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 30 12:19:01 2010 UTC (4 years, 4 months ago) by pcanal
File length: 36279 byte(s)
Diff to previous 34976
Fix coverity reports

Revision 34976 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 04:11:07 2010 UTC (4 years, 5 months ago) by pcanal
File length: 36231 byte(s)
Diff to previous 34911
Add missing initialization

Revision 34911 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 20 18:34:34 2010 UTC (4 years, 5 months ago) by pcanal
File length: 36131 byte(s)
Diff to previous 27157
Fix uninitialized data members (coverity)

Revision 27157 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 15 14:05:12 2009 UTC (6 years ago) by brun
File length: 36096 byte(s)
Diff to previous 23254
From Axel:
Replace all references to Text_t by char, still keeping the definition in Rtypes.h

Revision 23254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 16 13:35:01 2008 UTC (6 years, 9 months ago) by rdm
File length: 36102 byte(s)
Diff to previous 21672
move table to misc.

Revision 21672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 14 07:55:59 2008 UTC (7 years ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 36102 byte(s)
Diff to previous 20882
Fix warning: "dereferencing type-punned pointer will break strict-aliasing rules"

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/table/src/TTableSorter.cxx
File length: 36076 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/table/src/TTableSorter.cxx
File length: 36076 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/table/src/TTableSorter.cxx
File length: 36130 byte(s)
Diff to previous 15763
remove :$ from tag line

Revision 15763 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 11 09:05:02 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/table/src/TTableSorter.cxx
File length: 36140 byte(s)
Diff to previous 15119
correct a number of incorrect and/or ambiguous license statements.

Revision 15119 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 21 18:05:26 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 35700 byte(s)
Diff to previous 15117
Fix more coding conventions violations

Revision 15117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 20 14:06:09 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 35678 byte(s)
Diff to previous 12696
Fix a VERY long list of coding conventions violations

Revision 12696 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 9 12:32:59 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 35151 byte(s)
Diff to previous 10958
From Valeri Fine:
Remove RN12 violations.

Revision 10958 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 19 18:30:58 2005 UTC (10 years ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 35324 byte(s)
Diff to previous 9393
From Philippe:
This patch implement support for bool of various in memory size.  They are
always written using only 1 bytes.  This solves problem on MacOS where
sizeof(bool)==4 instead of 1.

Note that there should still be a problem with the old-style splitted branch
(tested in Event.old.split.root.
A fix for this will come later on.

Revision 9393 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 5 13:31:10 2004 UTC (10 years, 6 months ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 34790 byte(s)
Diff to previous 5997
From Valeri Fine & Yuri Fisiak
It fixes a crash when the user custom compare method is provided

Revision 5997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 27 20:41:37 2003 UTC (11 years, 11 months ago) by brun
Original Path: trunk/table/src/TTableSorter.cxx
File length: 34719 byte(s)
Diff to previous 4598
New version of the Table package by Valeri Fine.
New classes TIndexTable TResponseIterator TResponseTable TTableMap

Revision 4598 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon May 27 16:27:00 2002 UTC (12 years, 8 months ago) by rdm
Original Path: trunk/table/src/TTableSorter.cxx
File length: 34722 byte(s)
rename star to table.

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