Skip to content
Snippets Groups Projects
  1. May 14, 2019
  2. 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
  3. 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
  4. Apr 22, 2019
  5. Mar 12, 2019
  6. Mar 11, 2019
  7. Mar 07, 2019
  8. Feb 18, 2019
  9. Feb 12, 2019
  10. Feb 11, 2019
  11. Jan 15, 2019
  12. Jan 09, 2019
  13. Dec 21, 2018
  14. Dec 20, 2018
  15. Dec 17, 2018
  16. Dec 04, 2018
  17. Dec 03, 2018
  18. Nov 22, 2018
  19. Nov 19, 2018
  20. Oct 09, 2018
  21. Aug 30, 2018
    • Vassil Vassilev's avatar
      [cxxmodules] Fix the test-periodic-build if -Dcxxmodules=On. · 3bfd865e
      Vassil Vassilev authored
      The test should reuse the prebuilt modules in the module cache. However,
      due to a mismatch between the module-related flags exported by FindROOT.
      There is a mismatch between the -D passed by cmake.
      
      This patch make sure that the build arguments match more closely the build
      setup of ROOT. Thus we can reuse the already built module files.
      3bfd865e
  22. Jul 16, 2018
Loading