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

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

Parent Directory Parent Directory


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

Revision 48992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 28 15:26:26 2013 UTC (21 months, 3 weeks ago) by rdm
File length: 94320 byte(s)
Diff to previous 47952
From Lifeng Sun:
The attached patchset fixes a bunch of typo in the source:
0001-succes-success.patch
0002-preceed-preced.patch
0003-informations-information.patch
0004-childs-children.patch
0005-avaliable-available.patch
0006-writeable-writable.patch
0007-comand-command.patch
0008-unkown-unknown.patch
0009-wierd-weird.patch
0010-wheter-whether.patch
0011-unecessary-unnecessary.patch
0012-splitted-split.patch
0013-registerd-registered.patch
0014-recieve-receive.patch
0015-processsing-processing.patch
0016-ouput-output.patch
0017-mutiple-multiple.patch
0018-lenght-length.patch
0019-interupted-interrupted.patch
0020-independant-independent.patch
0021-inconsistant-inconsistent.patch
0022-expresion-expression.patch
0023-explicitely-explicitly.patch
0024-enviroment-environment.patch
0025-deafult-default.patch
0026-continous-continuous.patch
0027-completly-completely.patch
0028-commited-committed.patch
0029-choosen-chosen.patch
0030-backgroud-background.patch
0031-auxilliary-auxiliary.patch
0032-authentification-authentication.patch
0033-appropiate-appropriate.patch
0034-an-other-another.patch
0035-environement-environment.patch
0036-targetting-targeting.patch
0037-suppported-supported.patch
0038-paramater-parameter.patch

Revision 47952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 18:57:10 2012 UTC (2 years, 1 month ago) by rdm
File length: 94321 byte(s)
Diff to previous 46515
More CINT removal cleanups:
- configure: remove enable_cling and hascling as we always have cling.
- remove many R__HAS_CLING ifdef's from the code.

Revision 46515 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 17:22:54 2012 UTC (2 years, 3 months ago) by pcanal
File length: 95302 byte(s)
Diff to previous 46514
Add missing SetArg

Revision 46514 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 17:21:23 2012 UTC (2 years, 3 months ago) by pcanal
File length: 94829 byte(s)
Diff to previous 46513
Implement gInterpreter only solution when cling is enabled (but slightly slower for cint)

Revision 46513 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 17:11:10 2012 UTC (2 years, 3 months ago) by pcanal
File length: 94227 byte(s)
Diff to previous 44531
reduce direct depedency on cint

Revision 44531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 16:32:12 2012 UTC (2 years, 7 months ago) by pcanal
File length: 94307 byte(s)
Diff to previous 44507
From Yuri Fisyak and Valeri Fine:
TTable class does not detect changes in dimensions of arrays and
it does not apply a schema evolution for these kind of objects.
This patch introduces support for this.

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 94180 byte(s)
Diff to previous 43515
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

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: 93640 byte(s)
Diff to previous 41945
Fix coding convention R.RN7 (Avoid the raw C types 'long', 'unsigned long', 'long double', 'bool', 'long long' and 'unsigned long long'.)

Revision 41945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 12 04:56:29 2011 UTC (3 years, 2 months ago) by axel
File length: 93634 byte(s)
Diff to previous 40064
Set but unused

Revision 40064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 28 14:58:42 2011 UTC (3 years, 6 months ago) by rdm
File length: 93678 byte(s)
Diff to previous 38698
fix coverity issue 23669 and 23668.

Revision 38698 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 31 15:50:34 2011 UTC (3 years, 9 months ago) by rdm
File length: 93674 byte(s)
Diff to previous 36215
From Axel:
don't delete TString's fData. Found by AIX's xlC.

Revision 36215 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 09:01:54 2010 UTC (4 years, 3 months ago) by brun
File length: 93711 byte(s)
Diff to previous 35906
Comment dead code. coverity CID 22861

Revision 35906 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 10:59:00 2010 UTC (4 years, 3 months ago) by brun
File length: 93705 byte(s)
Diff to previous 35873
Fix Uninitialized scalar variable. coverity CID 21841

Revision 35873 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 07:53:06 2010 UTC (4 years, 3 months ago) by brun
File length: 93703 byte(s)
Diff to previous 35798
Fix a bug introduced at previous coverity fix.

Revision 35798 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 27 14:05:36 2010 UTC (4 years, 3 months ago) by pcanal
File length: 93722 byte(s)
Diff to previous 35505
Fix Coverity reports:
#10729, #10730, #11020, #11021, #11022, #11023, #11024, #11641, #13316
#13367, #13371, #13952, #13953, #13954, #14214 (ostream state)

Revision 35505 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 08:18:20 2010 UTC (4 years, 4 months ago) by brun
File length: 93897 byte(s)
Diff to previous 35476
Fix strlcpy calls

Revision 35476 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 20 18:12:10 2010 UTC (4 years, 4 months ago) by brun
File length: 93895 byte(s)
Diff to previous 34976
Replace strncpy by strlcpy

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: 93895 byte(s)
Diff to previous 34910
Add missing initialization

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

Revision 34263 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 07:08:27 2010 UTC (4 years, 6 months ago) by brun
File length: 93865 byte(s)
Diff to previous 32930
Fix formats

Revision 32930 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 16:18:32 2010 UTC (4 years, 9 months ago) by pcanal
File length: 93856 byte(s)
Diff to previous 27157
Prefer the use of InheritsFrom(TClass*) over InheritsFrom(const char*) as long as 
it does not increase the library dependencies.

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: 93849 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: 93887 byte(s)
Diff to previous 21571
move table to misc.

Revision 21571 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 3 09:21:42 2008 UTC (7 years ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93887 byte(s)
Diff to previous 21566
Fix coding conventions.

Revision 21566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 28 16:15:28 2007 UTC (7 years ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93878 byte(s)
Diff to previous 20882
Move functions referencing static global variables from inline to implementation file.

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/TTable.cxx
File length: 93245 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/TTable.cxx
File length: 93245 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/TTable.cxx
File length: 93294 byte(s)
Diff to previous 17998
remove :$ from tag line

Revision 17998 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 18 14:58:56 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93304 byte(s)
Diff to previous 17967
-Replace all calls to the TView constructor by a call to the new static
function  TView::CreateView.

Revision 17967 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 15 15:04:41 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93295 byte(s)
Diff to previous 17575
-replace calls to gROOT->GetMakeDefCanvas()() by gROOT->MakeDefCanvas()

Revision 17575 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 30 10:14:03 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93350 byte(s)
Diff to previous 17460
-Replace calls to gROOT->GetClass by TClass::GetClass
-Remove unused references to TROOT.h

Revision 17460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 10:07:43 2007 UTC (8 years ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93347 byte(s)
Diff to previous 17263
Remove dependency from TFile (thanks to new function TBuffer::GetVersionOwner)

Revision 17263 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 9 05:35:29 2007 UTC (8 years ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93366 byte(s)
Diff to previous 17219
From Valeri Fine:
- TTable::TTable(const TTable&)  --  initialize the fN data-member in the TTable copy ctor in advance

- TVolume::GetObjectInfo  initialize the Z  component of the of the selected 3D object position to report it properly

Revision 17219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 21:28:14 2006 UTC (8 years, 1 month ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 93345 byte(s)
Diff to previous 15763
From Valeri Fine:
 �Replace the C �printf� subroutines with the ROOT method �Printf�

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/TTable.cxx
File length: 93351 byte(s)
Diff to previous 15672
correct a number of incorrect and/or ambiguous license statements.

Revision 15672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 3 16:10:46 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 92897 byte(s)
Diff to previous 15519
from Axel:
Change the signature of SavePrimitive from

  void SavePrimitive(ofstream &out, Option_t *option);
to
  void SavePrimitive(ostream &out, Option_t *option = "");

With this change one can do, eg
   myhist.SavePrimitive(std::cout);

WARNING: do rm -f tree/src/*.o

Revision 15519 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 23 04:59:33 2006 UTC (8 years, 7 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 92889 byte(s)
Diff to previous 15119
From Valeri Fine:
Fix coding conventions violations

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/TTable.cxx
File length: 93140 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/TTable.cxx
File length: 93244 byte(s)
Diff to previous 14775
Fix a VERY long list of coding conventions violations

Revision 14775 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 20 14:36:48 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/table/src/TTable.cxx
File length: 92000 byte(s)
Diff to previous 13350
remove <TAB>s from code.

Revision 13350 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 24 17:08:36 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/table/src/TTable.cxx
File length: 92216 byte(s)
Diff to previous 11084
Remove CRLF (^M) from all these files. Should also fix Pere's ROOT.py problem.

Revision 11084 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 10 07:24:49 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 92221 byte(s)
Diff to previous 10958
From Valeri Fine:
a minor correction for "table/src/TTable.cxx". It replaces the
message that scares my users with more modest one.

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/TTable.cxx
File length: 92190 byte(s)
Diff to previous 10429
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 10429 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 29 16:07:32 2004 UTC (10 years, 2 months ago) by rdm
Original Path: trunk/table/src/TTable.cxx
File length: 92045 byte(s)
Diff to previous 9584
Mods for port to latest aCC on HP-UX 11.5i. Most changes are related
to aCC now being standards compliant (STL container in proper std
namespace, etc.).

Revision 9584 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 23 16:52:53 2004 UTC (10 years, 6 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 92189 byte(s)
Diff to previous 7434
From Valeri Fine:
   1. Fix a redundant memory reallocation. (TTable::AddAt)

   2. Fix "update table" from the external plain array bug.
      The number of the "used" arrow was accidentally assign
      to the number of the allocated ones. (TTable::ReAllocate())

   3. A new method TTable::AppendRows to expand the table by several
rows
      and add ones at the end at the same time.

   4. New macro to facilitate the design and implementation of the
      the custom table proxy classes. ( #define ClassDefineChair )

Revision 7434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 14 07:39:24 2003 UTC (11 years, 3 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 90397 byte(s)
Diff to previous 6087
Patch from Valeri Fine
It fixes the artifacts caused by the "hex" representation of
the TTable "unsigned char *" type data column.

Revision 6087 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 11 12:17:20 2003 UTC (11 years, 11 months ago) by rdm
Original Path: trunk/table/src/TTable.cxx
File length: 90302 byte(s)
Diff to previous 5997
remove unused variable and argument warnings spotted by MacOS X.

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/TTable.cxx
File length: 90244 byte(s)
Diff to previous 5717
New version of the Table package by Valeri Fine.
New classes TIndexTable TResponseIterator TResponseTable TTableMap

Revision 5717 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 2 18:50:12 2002 UTC (12 years, 1 month ago) by rdm
Original Path: trunk/table/src/TTable.cxx
File length: 89048 byte(s)
Diff to previous 5672
mega patch to remove almost all compiler warnings on MacOS X where the
compiler is by default in pedantic mode (LHCb also like to use this option).
The following issues have been fixed:
- removal of unused arguments
- comparison between signed and unsigned integers
- not calling of base class copy ctor in copy ctor's
To be done, the TGeo classes where we get still many hundred warnings of
the above nature. List forwarded to Andrei.

Revision 5672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 26 18:39:18 2002 UTC (12 years, 2 months ago) by brun
Original Path: trunk/table/src/TTable.cxx
File length: 88883 byte(s)
Diff to previous 4598
Corrections in libTable by Valery Fine to take into account
the new ROOT features with ClassDef/ClassImp, etc.

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/TTable.cxx
File length: 88314 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