Skip to content
Snippets Groups Projects
  1. Jun 04, 2012
    • Axel Naumann's avatar
      Remove · 08dd65a0
      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
      08dd65a0
  2. Sep 19, 2007
  3. Aug 06, 2003
    • Rene Brun's avatar
      From Valeriy Onuchin: · 60ebfa1d
      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
      60ebfa1d
  4. Jan 24, 2002
  5. Jan 23, 2002
  6. Aug 22, 2001
  7. Jun 07, 2001
  8. May 28, 2001
  9. May 15, 2001
  10. May 09, 2001
  11. May 03, 2001
Loading