Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
  2. Jun 24, 2019
  3. Jun 17, 2019
    • Stefan Wunsch's avatar
      [CMake] Add dataframe option · 31292b90
      Stefan Wunsch authored
      The new cmake option `dataframe` enables building the ROOTDataFrame
      library and takes care of implication on the build system. The option is
      enabled by default unless a 32bit system is detected.
      31292b90
  4. May 28, 2019
  5. May 14, 2019
  6. 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
  7. Apr 22, 2019
  8. Mar 21, 2019
  9. Mar 12, 2019
  10. Mar 11, 2019
  11. Mar 07, 2019
  12. Feb 25, 2019
  13. Feb 12, 2019
  14. Feb 11, 2019
  15. Jan 15, 2019
  16. Jan 09, 2019
  17. Dec 20, 2018
  18. Dec 04, 2018
  19. Dec 03, 2018
  20. Nov 27, 2018
  21. Nov 19, 2018
  22. Oct 09, 2018
Loading