Skip to content
Snippets Groups Projects
  1. Dec 14, 2016
    • Vassil Vassilev's avatar
      [cmake][make] Automatically generate bug chunk of the modulemap. · ca144dfa
      Vassil Vassilev authored
      Our two build systems can generate almost entirely a modulemap file laying out
      one module per library. Due to some non-modular implementation in ROOT's core we
      still need to treat some header files specially.
      
      This patch appends modular header files to the modulemap while skipping the
      predefined ones. Configure-make relates all headers that are installed in
      $ROOTSYS/include to their library whereas relates only headers which are part of
      library's dictionary.
      ca144dfa
  2. Nov 23, 2016
    • Bertrand Bellenot's avatar
      Fix Jira #ROOT-8474 · 011421f8
      Bertrand Bellenot authored
      Add a protection when trying to set text to a non-existant part of the status bar. This fixes Jira #ROOT-8474 Setting status bar of TRootBrowser to 1 column produces error message if a TCanvas is also open.
      011421f8
  3. Nov 10, 2016
  4. Oct 31, 2016
  5. Oct 27, 2016
  6. Oct 20, 2016
  7. Oct 11, 2016
  8. Sep 12, 2016
    • Danilo Piparo's avatar
      Make the include paths' list shorter · cd0e6c1d
      Danilo Piparo authored
      this is done also to speedup execution in contexts where filesystems
      such as cvmfs are used.
      This is achieved forgetting the include paths passed to rootcling with "-I"s
      when building ROOT and not remembering the directory where the dictionary
      is built.
      cd0e6c1d
  9. Aug 17, 2016
  10. Aug 11, 2016
    • Philippe Canal's avatar
      Fix ROOT-8307: Crash when leaving ROOT from GUI menu item. · 8039f10e
      Philippe Canal authored
      Opening any menu item after clicking 'Quit ROOT' but before the windows is
      actually closed (there is a non-negligeable time window where you can),
      will lead to a crash (or at least the reuse of a delete object).
      
      This is because open the menu item was registering the pop menu with the
      TGClient but the canvas destructor was deleting the C++ object representing
      the pop menu without unregistering it from the TGClient.
      
      This is fixed by forcing the unregistration from the TGPopupMenu destructor.
      8039f10e
  11. Jul 13, 2016
  12. Jun 22, 2016
  13. May 26, 2016
  14. May 22, 2016
  15. Apr 29, 2016
  16. Apr 09, 2016
  17. Apr 02, 2016
  18. Mar 15, 2016
  19. Jan 31, 2016
  20. Jan 13, 2016
  21. Nov 20, 2015
  22. Nov 13, 2015
  23. Nov 06, 2015
  24. Oct 02, 2015
  25. Aug 28, 2015
  26. Aug 23, 2015
  27. Aug 14, 2015
  28. Aug 13, 2015
  29. Aug 06, 2015
  30. Aug 05, 2015
  31. Jul 06, 2015
  32. Jun 26, 2015
  33. Jun 08, 2015
  34. Jun 05, 2015
  35. Jun 04, 2015
Loading