Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
  2. Jul 10, 2019
  3. Jul 09, 2019
    • Guilherme Amadio's avatar
      math/mathmore: link privately to GSL · 58c06dff
      Guilherme Amadio authored
      This is necessary to avoid ROOT's installed cmake modules
      to point to the build directory when using builtin GSL, since
      $GSL_LIBRARIES is the full path to <BINARY_DIR>/lib/libgsl.so
      when using builtin GSL.
      58c06dff
  4. Jul 01, 2019
  5. Jun 28, 2019
  6. Jun 21, 2019
    • Guilherme Amadio's avatar
      Fix dependency propagation of Vdt when builtin_vdt=ON · 7d88a0fc
      Guilherme Amadio authored
      When builtin_vdt=ON, vdt headers are in ${CMAKE_BINARY_DIR}/include
      and libvdt.so is in ${CMAKE_BINARY_DIR}/lib, so we don't need to add
      the extra include directory. Once ROOT is installed, the Vdt headers
      and library will be along with ROOT ones, so they can also be found
      without needing anything else either.
      
      Fixes: ROOT-10197
      7d88a0fc
  7. Jun 09, 2019
  8. Jun 07, 2019
  9. Jun 05, 2019
  10. Jun 03, 2019
  11. May 30, 2019
    • Vincenzo Eduardo Padulano's avatar
      initialize fMin, fMax in TStatistic · 4556984c
      Vincenzo Eduardo Padulano authored
      Now `fMin` and `fMax` data members are initialized respectively to
      `TMath::Limits<Double_t>::Max()` and `TMath::Limits<Double_t>::Min()`.
      
      In `Fill` method now there is no need to initialize the min and max values
      at first iteration.
      
      The `ClassDef` version has been increased to 3 to reflect the changes made to the class.
      4556984c
    • Vincenzo Eduardo Padulano's avatar
      add min, max to TStatistic · 04f7bbd4
      Vincenzo Eduardo Padulano authored
      The TStatistic class now includes computation of minimum and maximum values
      of the vector passed to the constructor.
      
      These values have been added both to the `Print` and `Merge` functions.
      
      The testTStatistic.cxx test file has been updated accordingly to check that the class
      correctly computes min and max values.
      04f7bbd4
  12. May 24, 2019
  13. May 22, 2019
  14. May 17, 2019
  15. May 16, 2019
  16. May 14, 2019
  17. May 13, 2019
  18. May 10, 2019
  19. Apr 21, 2019
  20. Apr 17, 2019
  21. Apr 08, 2019
Loading