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

Log of /trunk/misc/table/src/TVolume.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: 26500 byte(s)
Diff to previous 41322
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 41322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 11 09:20:05 2011 UTC (3 years, 3 months ago) by pcanal
File length: 26490 byte(s)
Diff to previous 35897
Remove redundant definition (see Coverity 32109 Parse warning, declared but not referenced)

Revision 35897 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 09:41:18 2010 UTC (4 years, 3 months ago) by brun
File length: 26531 byte(s)
Diff to previous 35886
Fix Dereference after null check. coverity CID 11664

Revision 35886 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 08:47:31 2010 UTC (4 years, 3 months ago) by brun
File length: 26506 byte(s)
Diff to previous 27157
Use snprintf. Fix coverity CID 13361

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: 26452 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: 26466 byte(s)
Diff to previous 20882
move table to misc.

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/TVolume.cxx
File length: 26466 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/TVolume.cxx
File length: 26466 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/TVolume.cxx
File length: 26516 byte(s)
Diff to previous 18903
remove :$ from tag line

Revision 18903 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 29 15:56:51 2007 UTC (7 years, 7 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 26526 byte(s)
Diff to previous 18004
From Valeri Fine:
eliminate a "floating point" exception when running with the STAR code.

Revision 18004 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 18 16:50:28 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 26527 byte(s)
Diff to previous 17998
Move the class TPadView3D from base to table, this class being used only by table, and rename it TTableView3D.
Change the signature of TPad::GetView3D and ResetView3D with the TPadView*
class changed to TObject*

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/TVolume.cxx
File length: 26502 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/TVolume.cxx
File length: 26447 byte(s)
Diff to previous 17385
-replace calls to gROOT->GetMakeDefCanvas()() by gROOT->MakeDefCanvas()

Revision 17385 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 17 21:25:15 2007 UTC (8 years ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 26500 byte(s)
Diff to previous 17263
From Valeri Fine:
small patch to fix a typo introduced recently

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/TVolume.cxx
File length: 26500 byte(s)
Diff to previous 17125
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 17125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 8 18:09:37 2006 UTC (8 years, 1 month ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 26487 byte(s)
Diff to previous 17051
From Valeri Fine:
Remove a confusing message

Revision 17051 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 6 05:53:33 2006 UTC (8 years, 1 month ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 26589 byte(s)
Diff to previous 15825
From Valeri Fine:
 fix the TRotMatrix initialization for TVolume objects

Revision 15825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 19 17:23:41 2006 UTC (8 years, 6 months ago) by pcanal
Original Path: trunk/table/src/TVolume.cxx
File length: 26532 byte(s)
Diff to previous 15763
From Valeri Fine:
The patch to fix the bug detected
by  the memory leak within TTableDescriptor.cxx

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/TVolume.cxx
File length: 26507 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/TVolume.cxx
File length: 26208 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/TVolume.cxx
File length: 26192 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/TVolume.cxx
File length: 25782 byte(s)
Diff to previous 13276
remove <TAB>s from code.

Revision 13276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 17 15:17:52 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 25771 byte(s)
Diff to previous 12689
From Richard:
Fix problem of TVolume/TVolumeView table geometries not showing
correctly in OGL viewer - need to override setting of TBuffer3D.fID from
TShape as not using TNode hierarchy.

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/TVolume.cxx
File length: 25609 byte(s)
Diff to previous 11937
From Valeri Fine.
Fix more coding conventions violations.

Revision 11937 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 1 15:41:46 2005 UTC (9 years, 7 months ago) by rdm
Original Path: trunk/table/src/TVolume.cxx
File length: 25658 byte(s)
Diff to previous 11722
fix unused variable warning.

Revision 11722 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 2 17:53:58 2005 UTC (9 years, 8 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 25702 byte(s)
Diff to previous 11276
From valeri Fine:
Fix a back incompatibility with TShape::Paint

Revision 11276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 10 08:56:27 2005 UTC (9 years, 10 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 24235 byte(s)
Diff to previous 9934
From Richard Maunder:
Fixes the build problem with the table package

Revision 9934 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 7 08:22:09 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 24540 byte(s)
Diff to previous 6956
From Valeri Fine:
two corrections for "table" package, those take in account
  a new way to calculate "view range"

Revision 6956 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 17 06:19:14 2003 UTC (11 years, 6 months ago) by brun
Original Path: trunk/table/src/TVolume.cxx
File length: 24419 byte(s)
Diff to previous 5997
Remove declarations of gSize3D preventing to link on Windows.

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

Revision 5156 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 20 10:51:50 2002 UTC (12 years, 5 months ago) by rdm
Original Path: trunk/table/src/TVolume.cxx
File length: 24341 byte(s)
Diff to previous 4598
changes to remove the many warnings generated on Alpha cxx v6. Basically
make sure that unused variables are used or removed. There were many unused
variables in the Rtypes.h and dictionaries (the "dummyinit" vars).

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/TVolume.cxx
File length: 24339 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