Skip to content
Snippets Groups Projects
  1. Jul 12, 2019
  2. Jul 01, 2019
  3. Jun 26, 2019
  4. Jun 19, 2019
  5. Jun 07, 2019
  6. May 28, 2019
  7. May 14, 2019
  8. May 10, 2019
    • Philippe Canal's avatar
      Suppress valgrind warning about fUniqueID unitialized memory used. · d5ecc717
      Philippe Canal authored
      This is done by taking the check of fUniqueID and the assignment to fBuits
      into a separate function and by including this function in the header
      *but* marking it as "noinline" to prevent its inlining and preserve a
      way to suppress the valgrind warning.
      
      Introducing the macro R__NEVER_INLINE which expands to
      
         inline __attribute__((noinline))
      
      The performance degradation is less than 10% for a case doing
      only creation and destruction of TObjects.
      d5ecc717
  9. May 06, 2019
    • Ivana Hrivnacova's avatar
      Make building of vmc optional: · 202f339e
      Ivana Hrivnacova authored
      this will allow to maintain a standalone version of VMC in parallel, which can be then tagged more frequently according to the needs of the VMC project
      202f339e
  10. Apr 22, 2019
  11. Mar 12, 2019
  12. Mar 11, 2019
  13. Mar 07, 2019
  14. Feb 18, 2019
  15. Feb 12, 2019
  16. Feb 11, 2019
  17. Jan 15, 2019
  18. Jan 09, 2019
  19. Dec 21, 2018
  20. Dec 20, 2018
Loading