Skip to content
Snippets Groups Projects
  1. Mar 28, 2014
  2. Mar 24, 2014
  3. Mar 20, 2014
    • Axel Naumann's avatar
      Silence warnings issued by Qt · 6eb4380f
      Axel Naumann authored
      /usr/include/qt4/QtCore/qsharedpointer_impl.h:435:17: error: 'register' storage class specifier is deprecated [-Werror,-Wdeprecated-register]
                      register int tmp = o->strongref;
                      ^~~~~~~~~
      /usr/include/qt4/QtCore/qsharedpointer_impl.h:595:43: error: field 'd' is uninitialized when used here [-Werror,-Wuninitialized]
          inline QWeakPointer(X *ptr) : d(ptr ? d->getAndRef(ptr) : 0), value(ptr)
      6eb4380f
  4. Jan 31, 2014
    • Danilo Piparo's avatar
      Fix the CMake build · 880fe6d6
      Danilo Piparo authored
      now the library names in the rootmaps are sane.
      In addition, the creation of the tmva and genvector dicts was
      simplified.
      880fe6d6
  5. Dec 17, 2013
  6. Nov 29, 2013
  7. Jul 18, 2013
  8. Jun 12, 2013
  9. 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
  10. Feb 13, 2013
  11. Jan 22, 2013
  12. Jun 27, 2012
  13. 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
  14. Mar 19, 2012
  15. Feb 16, 2012
  16. Jan 17, 2012
  17. Oct 26, 2011
  18. Oct 07, 2011
  19. Jun 09, 2011
    • Fons Rademakers's avatar
      From Pere: · f28a6e2d
      Fons Rademakers authored
      - Finalized packages for options 'qt' and 'qtgsi' for Windows and Linux. 
        With this the build on Windows with all possible options is completed.
      - Changed the default for options to be equivalent to the traditional
        ROOT configure. They will be turned off is the required external is 
        not found.
      - Reduced the verbosity of the cmake command the second time it is executed
        and has already found the external packages
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39652 27541ba8-7e3a-0410-8455-c3a389f83636
      f28a6e2d
  20. Mar 16, 2011
  21. Jan 18, 2011
  22. Nov 24, 2010
  23. Nov 19, 2010
  24. Nov 15, 2010
  25. Sep 21, 2010
  26. Sep 20, 2010
  27. Jul 29, 2010
  28. Jun 29, 2010
  29. Jun 28, 2010
  30. Jun 15, 2010
  31. Feb 15, 2010
  32. Jul 09, 2009
  33. Jan 15, 2009
Loading