[root] / trunk / math / mathcore / src / TComplex.cxx Repository:
ViewVC logotype

Log of /trunk/math/mathcore/src/TComplex.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: 1842 byte(s)
Diff to previous 25110
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 25110 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 11 06:09:50 2008 UTC (6 years, 5 months ago) by brun
File length: 1822 byte(s)
Diff to previous 22885
From Federico:
Protect against a negative real value and issue a warning.
Fix <http://savannah.cern.ch/bugs/?39919>

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 1683 byte(s)
Copied from: trunk/math/src/TComplex.cxx revision 22862
Diff to previous 22866
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 22866 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 27 15:32:50 2008 UTC (6 years, 9 months ago) by rdm
Original Path: trunk/mathcore/src/TComplex.cxx
File length: 1683 byte(s)
Copied from: trunk/math/src/TComplex.cxx revision 22862
Diff to previous 20882
move remaining files from math to mathcore (they were part of libMathCore
anyway). Include paths remain the same.

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/math/src/TComplex.cxx
File length: 1679 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/math/src/TComplex.cxx
File length: 1679 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/math/src/TComplex.cxx
File length: 1729 byte(s)
Diff to previous 17818
remove :$ from tag line

Revision 17818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 9 10:15:39 2007 UTC (7 years, 11 months ago) by rdm
Original Path: trunk/math/src/TComplex.cxx
File length: 1739 byte(s)
Diff to previous 17300
correct cvs ident line (base -> math).

Revision 17300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 10:24:35 2007 UTC (8 years ago) by brun
Original Path: trunk/math/src/TComplex.cxx
File length: 1739 byte(s)
Diff to previous 17299
Reintroduce previous version of TComplex

Revision 17299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 10:20:08 2007 UTC (8 years ago) by brun
Original Path: trunk/math/src/TComplex.cxx
File length: 1734 byte(s)
Diff to previous 13774
Replace "TMath.h" by <cmath> and calls to
  TMath::Sqrt by sqrt
  TMath::Abs by std::abs
  TMath::Min by std::min
  TMath::Max by std::max

Revision 13774 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 24 17:06:27 2005 UTC (9 years, 1 month ago) by rdm
Original Path: trunk/math/src/TComplex.cxx
File length: 1738 byte(s)
Diff to previous 8651
Remove Riostream.h from header.

Revision 8651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 22 14:29:09 2004 UTC (10 years, 9 months ago) by rdm
Original Path: trunk/math/src/TComplex.cxx
File length: 1342 byte(s)
Diff to previous 8642
adjust layout to ROOT style.

Revision 8642 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Apr 22 06:56:09 2004 UTC (10 years, 9 months ago) by brun
Original Path: trunk/math/src/TComplex.cxx
File length: 445 byte(s)
Introduce new class TComplex by Federico Carminati

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