Skip to content
Snippets Groups Projects
  1. Jun 09, 2013
  2. May 29, 2013
  3. May 28, 2013
  4. Apr 26, 2013
  5. Apr 12, 2013
  6. Mar 28, 2013
    • Fons Rademakers's avatar
      From Lifeng Sun: · 2f98a6a8
      Fons Rademakers authored
      The attached patchset fixes a bunch of typo in the source:
      0001-succes-success.patch
      0002-preceed-preced.patch
      0003-informations-information.patch
      0004-childs-children.patch
      0005-avaliable-available.patch
      0006-writeable-writable.patch
      0007-comand-command.patch
      0008-unkown-unknown.patch
      0009-wierd-weird.patch
      0010-wheter-whether.patch
      0011-unecessary-unnecessary.patch
      0012-splitted-split.patch
      0013-registerd-registered.patch
      0014-recieve-receive.patch
      0015-processsing-processing.patch
      0016-ouput-output.patch
      0017-mutiple-multiple.patch
      0018-lenght-length.patch
      0019-interupted-interrupted.patch
      0020-independant-independent.patch
      0021-inconsistant-inconsistent.patch
      0022-expresion-expression.patch
      0023-explicitely-explicitly.patch
      0024-enviroment-environment.patch
      0025-deafult-default.patch
      0026-continous-continuous.patch
      0027-completly-completely.patch
      0028-commited-committed.patch
      0029-choosen-chosen.patch
      0030-backgroud-background.patch
      0031-auxilliary-auxiliary.patch
      0032-authentification-authentication.patch
      0033-appropiate-appropriate.patch
      0034-an-other-another.patch
      0035-environement-environment.patch
      0036-targetting-targeting.patch
      0037-suppported-supported.patch
      0038-paramater-parameter.patch
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
      2f98a6a8
  7. Feb 18, 2013
  8. Feb 11, 2013
  9. Feb 08, 2013
  10. Sep 05, 2012
  11. Sep 03, 2012
  12. 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
  13. May 29, 2012
  14. May 09, 2012
  15. Mar 30, 2012
  16. Mar 27, 2012
  17. Mar 07, 2012
  18. Nov 03, 2011
  19. Oct 19, 2011
  20. Sep 24, 2011
  21. Jun 15, 2011
  22. Jun 07, 2011
    • Fons Rademakers's avatar
      From Pere: · 321bd727
      Fons Rademakers authored
      - Added the following packages: oracle, mysql, odbc, gviz, fftw, pythia6,
        pythia8, unuran, table
      - Changed the default values for the build options depending on platform
        such that they display correctly with cmake-gui or ccmake
      - Fixed mathmore build on Windows
      - Make histfactory depending on xml option
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39577 27541ba8-7e3a-0410-8455-c3a389f83636
      321bd727
  23. Mar 16, 2011
  24. Feb 07, 2011
  25. Dec 15, 2010
  26. Nov 15, 2010
  27. Oct 07, 2010
  28. Oct 01, 2010
  29. Sep 30, 2010
  30. Sep 21, 2010
  31. Sep 20, 2010
  32. Sep 16, 2010
    • Philippe Canal's avatar
      Fix Coverity reports · 65f7f8fb
      Philippe Canal authored
      G__ci.h: #11161 missing initialization
      common.h: #11161 missing initialization
      error.cxx: #20793 Array compared against 0
      init.cxx: #11712 explicit null derefence
      macro.cxx: #10192 missing initialization
      shl.cxx: #10626,10627 constant expression result
      
      TBranchProxy.h: #10047 unchecked return value
      TTreeProxyGenerator.cxx: #10059,#10060 enum as boolean
      TClassEdit.cxx: #11546,#11734 forward null pointer
      TStreamerInfoWriteBuffer.cxx: #11572, #11573 forward null pointer
      TTreeFormula.cxx: #11587,#11588,#11592 forward null pointer
         #11618,#11619 unckecked dynamic cast
      TTreePlayer.cxx:  #11984,#11985,#11986 dereference after null check
      TTreeIndex.cxx: #11596  unckecked dynamic cast
      TChainIndex.cxx: #11597,#11988 unckecked dynamic cast
      TOracleServer.cxx: #11898 dereference after null check
      TH1.cxx: #11983 dereference after null check
      TFileDrawMap.cxx: $10896 copy into fixed size buffer
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@35344 27541ba8-7e3a-0410-8455-c3a389f83636
      65f7f8fb
  33. Sep 08, 2010
  34. Aug 20, 2010
  35. Jul 03, 2010
  36. Jul 01, 2010
Loading