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

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

Parent Directory Parent Directory


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

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: 35393 byte(s)
Diff to previous 34263
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 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: 35363 byte(s)
Diff to previous 27157
Fix formats

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: 35358 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: 35362 byte(s)
Diff to previous 21565
move table to misc.

Revision 21565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 28 12:28:46 2007 UTC (7 years ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 35362 byte(s)
Diff to previous 20882
Functions referencing a static global cannot be inlined.

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/TDataSet.cxx
File length: 34962 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/TDataSet.cxx
File length: 34962 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/TDataSet.cxx
File length: 35012 byte(s)
Diff to previous 17219
remove :$ from tag line

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/TDataSet.cxx
File length: 35022 byte(s)
Diff to previous 17019
From Valeri Fine:
 �Replace the C �printf� subroutines with the ROOT method �Printf�

Revision 17019 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 1 15:19:29 2006 UTC (8 years, 1 month ago) by rdm
Original Path: trunk/table/src/TDataSet.cxx
File length: 35025 byte(s)
Diff to previous 17005
fcntl.h is now in TSystem.h.

Revision 17005 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 1 08:43:06 2006 UTC (8 years, 1 month ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 35024 byte(s)
Diff to previous 15763
Fix one more side-efefct of the changes in TSystem.h (Solaris only0

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

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/TDataSet.cxx
File length: 36195 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/TDataSet.cxx
File length: 35755 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/TDataSet.cxx
File length: 35753 byte(s)
Diff to previous 12689
Fix a VERY long list of coding conventions violations

Revision 12689 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 9 04:57:59 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 35174 byte(s)
Diff to previous 12682
From Valeri Fine.
Fix more coding conventions violations.

Revision 12682 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 8 05:33:41 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 35171 byte(s)
Diff to previous 11980
From Valeri Fine:
Fix all coding conventions violations that can easily be fixed.
Remaining violations to be discussed with the rule checker.

Revision 11980 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 6 14:36:06 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 35206 byte(s)
Diff to previous 11101
From Valeri Fine:
Protection against a possible crash due to dead objects
when the class destructor is called.

Revision 11101 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 11 18:40:09 2005 UTC (9 years, 11 months ago) by rdm
Original Path: trunk/table/src/TDataSet.cxx
File length: 35084 byte(s)
Diff to previous 9619
remove warnings reported by gcc 4.0.0. Everything compiles without warnings
except for an error in G__Base2.cxx.

Revision 9619 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 30 01:12:28 2004 UTC (10 years, 5 months ago) by rdm
Original Path: trunk/table/src/TDataSet.cxx
File length: 35085 byte(s)
Diff to previous 8059
From Philippe:
This patch implements a const Write and keeps the existing non-const
Write. If somebody derived from TObject and overload Write(), they
will be reminded to implement the const version with a warning
similar to:

include/TCollection.h(45): warning #654: overloaded virtual function "TObject::Write" is only partially overridden in class "TCollection"
 class TCollection : public TObject {

The implementation of the non-const Write is simple: call the const Write().

Exceptions are TFile and TDirectory which actually can only implement
non const Write (and hence const Write outputs an error message).

Revision 8059 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 27 20:14:21 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 34536 byte(s)
Diff to previous 7422
Fix a missing space in a dummy argument comment

Revision 7422 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 9 18:53:02 2003 UTC (11 years, 3 months ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 34543 byte(s)
Diff to previous 5997
Mods by Valeri Fine to eliminate compiler warnings.

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

Revision 5944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 20 10:25:58 2003 UTC (12 years ago) by brun
Original Path: trunk/table/src/TDataSet.cxx
File length: 32456 byte(s)
Diff to previous 5717
*** empty log message ***

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/TDataSet.cxx
File length: 32448 byte(s)
Diff to previous 4598
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 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/TDataSet.cxx
File length: 32495 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