Skip to content
Snippets Groups Projects
  1. Feb 04, 2013
  2. Jan 30, 2013
    • Fons Rademakers's avatar
      From Gerri: · 6725d6f5
      Fons Rademakers authored
      In xpdtest.cxx :
       - Use different technique for time outs
       - Add switch '-T timeout' contro the timeout value during connection
         or ping attempts (value in seconds)
       - Add switch '-p pidfile' to communicate the location of the process
         pid file; if this is defined, an existence check of the process is
         done before any other test
       - Add switch '-v' to set gDebug=1 where relevant
       - Make sure that the check for the esistence of the sandbox dir is only
         done when required, i.e. when the required test type is 2.
      
      In man1/xpdtest.1:
       - Document new switches
      
      In setxrd.sh:
       - Fix issue on zsh (see Savannah #99744)
      
      In installXrootd.sh
       - Set default version 3.2.7
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48439 27541ba8-7e3a-0410-8455-c3a389f83636
      6725d6f5
  3. Jan 10, 2013
  4. Dec 20, 2012
  5. Dec 19, 2012
  6. Dec 13, 2012
  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. May 14, 2012
  9. Mar 27, 2012
  10. Dec 10, 2011
  11. Nov 18, 2011
  12. Nov 10, 2011
  13. Oct 26, 2011
  14. Oct 18, 2011
  15. Oct 05, 2011
  16. Sep 27, 2011
  17. Aug 25, 2011
  18. Aug 11, 2011
  19. Aug 04, 2011
  20. May 27, 2011
    • Fons Rademakers's avatar
      From Pere: · 79d2161a
      Fons Rademakers authored
      Introduce alternative cmake based build system. Cmake is especially convenient
      for building on Windows, as it can produce VC projects or nmake files and 
      does not require cygwin to be installed. In addition on OSX Xcode projects
      can be generated.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
      79d2161a
  21. May 24, 2011
  22. May 22, 2011
  23. May 09, 2011
  24. Mar 24, 2011
  25. Feb 09, 2011
  26. Feb 08, 2011
    • Philippe Canal's avatar
      From Thiemo Nagel: · bed03f95
      Philippe Canal authored
      Adds option -k to hadd, causing it to ignore missing or corrupted input files.
      We've found this very useful when merging large amounts of files that were generated on a computing, where it is (almost) guaranteed that at least a few files are faulty (jobs aborted because of run time limits, etc.).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@38012 27541ba8-7e3a-0410-8455-c3a389f83636
      bed03f95
  27. Dec 07, 2010
  28. Dec 06, 2010
  29. Oct 10, 2010
  30. Oct 06, 2010
Loading