- Jun 04, 2012
-
-
Axel Naumann authored
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. git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 19, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19826 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19825 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 06, 2003
-
-
Rene Brun authored
- small mod added to make possible to search over directories (check list dir from guitest) It's not clear for the moment how to implement it in more general way - addition to guiviewer.cxx // exit program on close window Connect("CloseWindow()","TApplication",gApplication,"Terminate(=0)"); git-svn-id: http://root.cern.ch/svn/root/trunk@7042 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 24, 2002
-
-
Fons Rademakers authored
is necessary because on Windows which is case insensitive IOStream.h hides the real iostream.h. git-svn-id: http://root.cern.ch/svn/root/trunk@3748 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 23, 2002
-
-
Fons Rademakers authored
and IOStream.h in the source instead of <iostream[.h]>, <fstream[.h]> and <iomanip[.h]>. git-svn-id: http://root.cern.ch/svn/root/trunk@3742 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 22, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2720 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 07, 2001
-
-
Fons Rademakers authored
on the drawing of little markers that show the move ans stretch regions of the sliders. The guiviewer uses these new options. Mods by Brett Viren. git-svn-id: http://root.cern.ch/svn/root/trunk@2394 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 28, 2001
-
-
Rene Brun authored
These calls are not necessary since we changed TPad::SetPad and TPad::Range git-svn-id: http://root.cern.ch/svn/root/trunk@2310 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
of pads. git-svn-id: http://root.cern.ch/svn/root/trunk@2308 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 15, 2001
-
-
Fons Rademakers authored
after stopping the dragging). git-svn-id: http://root.cern.ch/svn/root/trunk@2209 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2001
-
-
Fons Rademakers authored
TGFrame::HandleButton. git-svn-id: http://root.cern.ch/svn/root/trunk@2150 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 03, 2001
-
-
Fons Rademakers authored
new TGTableLayout plus a nice way of integrating several canvases, axis and sliders. git-svn-id: http://root.cern.ch/svn/root/trunk@2115 27541ba8-7e3a-0410-8455-c3a389f83636
-