[root] / trunk / hist / hist / src / TGraphSmooth.cxx Repository:
ViewVC logotype

Log of /trunk/hist/hist/src/TGraphSmooth.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: 34860 byte(s)
Diff to previous 35246
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 35246 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 14:04:31 2010 UTC (4 years, 4 months ago) by brun
File length: 34820 byte(s)
Diff to previous 24702
Fix uninitialized members Coverity CID 11204, 11205

Revision 24702 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 8 12:01:46 2008 UTC (6 years, 6 months ago) by brun
File length: 34708 byte(s)
Copied from: trunk/graf2d/graf/src/TGraphSmooth.cxx revision 24701
Diff to previous 23140
-Move the TGraph classes and derivatives from graf2d to hist
-The graf2d/graf has now only one dictionary instead of 2

Revision 23140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by rdm
Original Path: trunk/graf2d/graf/src/TGraphSmooth.cxx
File length: 34708 byte(s)
Diff to previous 20882
move the following directories to "graf2d":

asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf

move the following directories to "graf3d":

eve, ftgl, g3d, gl, x3d

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/graf/src/TGraphSmooth.cxx
File length: 34708 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/graf/src/TGraphSmooth.cxx
File length: 34708 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/graf/src/TGraphSmooth.cxx
File length: 34762 byte(s)
Diff to previous 17179
remove :$ from tag line

Revision 17179 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 12 13:39:19 2006 UTC (8 years, 1 month ago) by couet
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34772 byte(s)
Diff to previous 16110
- Change comments according to the new $ROOTSYS/tutorials structure

Revision 16110 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 24 16:37:12 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34767 byte(s)
Diff to previous 13283
Update copyright and license statement.

Revision 13283 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 18 16:55:07 2005 UTC (9 years, 2 months ago) by couet
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34583 byte(s)
Diff to previous 12643
- mods for the rules checker

Revision 12643 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 07:25:22 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34568 byte(s)
Diff to previous 12551
Fix coding conventions violations.

Revision 12551 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 29 14:43:30 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34261 byte(s)
Diff to previous 5717
hanges to make the rulechecker happy in directory graf
(except TGaxis and TGraph)

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/graf/src/TGraphSmooth.cxx
File length: 34251 byte(s)
Diff to previous 3748
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 3748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 24 11:39:31 2002 UTC (13 years ago) by rdm
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34253 byte(s)
Diff to previous 3742
rename IOSFwd.h and IOStream.h to Riosfwd.h and Riostream.h. The change
is necessary because on Windows which is case insensitive IOStream.h
hides the real iostream.h.

Revision 3742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 23 17:52:52 2002 UTC (13 years ago) by rdm
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34253 byte(s)
Diff to previous 2994
use IOSFwd.h in headers instead of <iosfwd> or many other ifdef'ed variant
and IOStream.h in the source instead of <iostream[.h]>, <fstream[.h]> and
<iomanip[.h]>.

Revision 2994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 7 20:03:29 2001 UTC (13 years, 3 months ago) by brun
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34371 byte(s)
Diff to previous 2900
Minor changes in teh documentation style.
Remove the scope TGraphSmooth:: in front of the static functions calls
to avoid problems in the html code generation.

Revision 2900 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 07:04:23 2001 UTC (13 years, 3 months ago) by brun
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34829 byte(s)
Diff to previous 2899
New corrections to compile under HP-UX/aCC and AIX/xlC
for example, two loops in the same function like
  for (Int_t i=0;i<10;i++) {
..
  for (Int_t i=0;i<100;i++) {
replaced by
  Int_t i;
  for (i=0;i<10;i++) {
..
  for (i=0;i,100;i++) {

Revision 2899 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 06:55:55 2001 UTC (13 years, 3 months ago) by brun
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34841 byte(s)
Diff to previous 2897
Minor mods to remove compiler warnings/errors on alpha/cxx6

Revision 2897 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Oct 1 06:48:35 2001 UTC (13 years, 3 months ago) by brun
Original Path: trunk/graf/src/TGraphSmooth.cxx
File length: 34859 byte(s)
New class TGraphSmooth by Christian Stratowa.
This class is a helper class to smooth TGraph,TGraphErrors or interpolate
a graph at a set of given points.

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