Skip to content
Snippets Groups Projects
  1. Jun 07, 2020
    • Sergey Linev's avatar
      Include standard includes where required · f1872663
      Sergey Linev authored
      Includes like "strlcpy.h" and "snprintf.h" are provided via Rtypes.h,
      but really used only in part of the sources. Before removing them
      from Rtypes.h (in dev builds) provide them all in required places
      f1872663
  2. May 28, 2020
  3. Mar 02, 2020
  4. Jan 15, 2019
  5. Jun 26, 2015
  6. Jun 05, 2015
    • Bertrand Bellenot's avatar
      Fix several Coverity issues · 7e8afa56
      Bertrand Bellenot authored
      Fix the following Coverity issues:
      CID 61230 (Unchecked return value)
      CID 56101 (Uninitialized scalar field)
      CID 55010, 55005 (Dereference after null check)
      CID 55004 (Explicit null dereferenced)
      CID 54807 (Same on both sides)
      CID 48060 (Dereference null return value)
      7e8afa56
  7. 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
  8. Apr 23, 2012
  9. Apr 16, 2012
  10. Apr 13, 2012
  11. Mar 27, 2012
  12. Mar 18, 2011
  13. Oct 12, 2010
  14. May 27, 2010
  15. May 21, 2010
  16. May 20, 2010
  17. Apr 27, 2010
  18. Apr 23, 2010
Loading