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. Dec 13, 2016
  3. Nov 18, 2016
  4. Nov 17, 2016
  5. Oct 26, 2016
  6. Oct 24, 2016
  7. Oct 21, 2016
    • Pere Mato Vila's avatar
      Fix for ROOT-8046 -Python C++ class wrappers in cppyy do not report the proper... · 5941218e
      Pere Mato Vila authored
      Fix for ROOT-8046 -Python C++ class wrappers in cppyy do not report the proper name (preventing pickling)
      Added new atrribute __cppname__ to hold the C++ full name of the class/namespace and use __name__ with only the class name. Ensure that __module__ contains a proper python scope for the class/namespace.
      Pickle relies on concatenating __module__ + '.' + __name__ to get a loadable type.
      5941218e
  8. Oct 18, 2016
  9. Oct 06, 2016
  10. Oct 04, 2016
  11. Oct 03, 2016
  12. Sep 30, 2016
  13. Sep 29, 2016
  14. Sep 28, 2016
  15. Sep 26, 2016
    • Attila Bagoly's avatar
      JsMVA: output transformer bugfix · 7b82c4e8
      Attila Bagoly authored
      7b82c4e8
    • Attila Bagoly's avatar
      JsMVA: jsmva magic extra lines fix · ec538f03
      Attila Bagoly authored
      ec538f03
    • Luca Giommi's avatar
      From Philippe and Axel: prevent deadlock. · 3616d6c1
      Luca Giommi authored
      A python thread has the GIL and is waiting for the ROOT lock.
      Another Python thread has the ROOT lock and needs to print a Warning().
      The latter will evoke a python call, waits for the GIL - deadlock.
      
      As we cannot determine whether the Warning() thread has the ROOT lock
      and as we can end up in this situation in a myriad ways, simply do not
      risk requiring the GIL in ROOT-multi-threaded mode, by not passing
      through the python message handler but through the default one of ROOT.
      3616d6c1
  16. Sep 22, 2016
  17. Sep 20, 2016
  18. Sep 13, 2016
  19. Aug 30, 2016
  20. Aug 12, 2016
  21. Aug 11, 2016
    • Danilo Piparo's avatar
      Change default style · feafb3fb
      Danilo Piparo authored
      align with ROOT default one.
      Inlining of images in the notebooks also now take much less time.
      This was probably due to the number of points the graphics system
      uses to draw the contour of the big round markers.
      feafb3fb
  22. Jul 29, 2016
  23. Jul 25, 2016
Loading