Skip to content
Snippets Groups Projects
  1. May 27, 2013
  2. May 17, 2013
  3. May 15, 2013
  4. Apr 26, 2013
  5. Apr 08, 2013
  6. Apr 04, 2013
  7. 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
  8. Mar 17, 2013
  9. Mar 06, 2013
  10. Feb 15, 2013
    • Fons Rademakers's avatar
      From Pere: · 2b70238a
      Fons Rademakers authored
      patch that fixes the problem of building RooStats on Windows using CMake.
      Somehow it was generating a too long command to generate the .def file.
      At the same time I also have added sehmap.h in the distributions that
      fixes the problem reported by people not having it in their installation.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48599 27541ba8-7e3a-0410-8455-c3a389f83636
      2b70238a
  11. Jan 10, 2013
    • Axel Naumann's avatar
      From Pere: · 1132d18d
      Axel Naumann authored
      Fixes for CMake build.
      * #define HAVE___DSO_HANDLE
      * compile TClingCallbacks.cxx without rtti
      * link rootcling(_tmp) against clib objects as well as dl, thread libs.
      * tweak CXXFLAGS for cling: remove -fvisibility-inlines-hidden, -pedantic; add -fno-strict-aliasing
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48253 27541ba8-7e3a-0410-8455-c3a389f83636
      1132d18d
  12. Jan 08, 2013
  13. Jan 07, 2013
  14. Dec 21, 2012
  15. Dec 13, 2012
  16. Dec 11, 2012
  17. Nov 27, 2012
  18. Nov 21, 2012
  19. Nov 20, 2012
  20. Nov 02, 2012
  21. Oct 31, 2012
  22. Aug 29, 2012
  23. Aug 10, 2012
  24. Jun 28, 2012
  25. May 31, 2012
  26. May 29, 2012
  27. May 15, 2012
  28. May 14, 2012
  29. May 09, 2012
  30. May 07, 2012
  31. May 03, 2012
  32. Apr 19, 2012
    • Fons Rademakers's avatar
      From Pere: · e060a449
      Fons Rademakers authored
      - add support for 'clang' compiler, which was not the case before.  
      - add support for 'cocoa'
      - Added rpath link options "@loader_path/../lib" for executables and
        "@rpath" for libraries for MacOSX platform
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@43836 27541ba8-7e3a-0410-8455-c3a389f83636
      e060a449
  33. Apr 12, 2012
  34. Apr 10, 2012
  35. Feb 09, 2012
  36. Feb 08, 2012
    • Philippe Canal's avatar
      From Pere: · bce17d0f
      Philippe Canal authored
      For ROOT's Makefile we have intentionally disentangled CINT and dictionaries
      by using order dependencies: when CINT gets changed, none of the dictionaries
      get rebuilt, unless cint/cint/inc/cintdictversion.h is touched. This allows us
      to maintain CINT without pain from the build system - in almost 100% of all
      cases the dictionaries are unchanged after patching CINT. The difference is
      drastic: 8 seconds (Makefile) compared to more than 5 minutes (CMake).
      
      This change apply the technique to CMake. It still re-links all the libraries since
      they depend on libCint.so but the time has been reduced from 7-8 minutes to
      about 14 seconds on my Mac.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@42930 27541ba8-7e3a-0410-8455-c3a389f83636
      bce17d0f
  37. Jan 15, 2012
Loading