Skip to content
Snippets Groups Projects
  1. Sep 21, 2021
  2. Sep 20, 2021
  3. Sep 18, 2021
  4. Sep 17, 2021
  5. Sep 13, 2021
  6. Sep 07, 2021
  7. Sep 03, 2021
  8. Sep 02, 2021
  9. Aug 23, 2021
  10. Aug 19, 2021
    • Frank Winklmeier's avatar
      Type fixes related to -Wconversion · c43abbd2
      Frank Winklmeier authored
      Fix a few conversion warnings that show up when compiling the code with
      `-Wconversion`. The goal was not to make the code compile without
      warnings, but rather reduce the "noise" as much as possible when
      compiling client code against Gaudi headers.
      c43abbd2
  11. Aug 17, 2021
  12. Aug 05, 2021
    • Sebastien Ponce's avatar
      "Fixed" scan_dict_deps.py for not including directories · 81107b0b
      Sebastien Ponce authored
      This was discovered thanks to a name collision between Eigen and DD4hep,
      Eigen having an header file named "Core" (with no extension indeed) and
      DD4hep a directory with same name. DD4hep happened to come first in the
      dependency list and thus the directort was used...
      
      Note that this reveal a deeper problem in the scanning made by this tool
      : no scoping and thus no cleaning of the list of directories when going
      to next file. This is the actual root of the problem that lead to DD4hep
      being first in the dependency list
      81107b0b
  13. Aug 02, 2021
    • Rosen Matev's avatar
      Allow for multiple sanitizers to be used at once · 505bce45
      Rosen Matev authored
      With this one can set PRELOAD_SANITIZER_LIB to `libasan.so:libubsan.so`
      and get run sanitizers at once.
      
      Also, sanitizers are ignored when LD_PRELOAD is not empty and
      `--profilerName=jemalloc` has no effect when using a sanitizer.
      505bce45
  14. Jul 30, 2021
  15. Jul 29, 2021
  16. Jul 26, 2021
Loading