Skip to content
Snippets Groups Projects
  1. Sep 19, 2023
  2. Jul 21, 2023
  3. Feb 21, 2023
  4. Jun 02, 2022
  5. Dec 09, 2021
  6. 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
  7. May 17, 2021
  8. Nov 18, 2020
  9. Jul 28, 2020
  10. Feb 26, 2020
  11. Dec 14, 2019
  12. Oct 21, 2019
  13. Aug 17, 2019
  14. Aug 16, 2019
  15. Jun 20, 2019
  16. Mar 29, 2019
  17. Feb 01, 2019
  18. Sep 13, 2018
  19. Aug 02, 2018
  20. Jul 21, 2018
  21. May 25, 2018
    • Gerhard Raven's avatar
      Modernize RootHistCnv · 84bf40a3
      Gerhard Raven authored
      - prefer CommonMessaging when available
      - add generic visit to downcast INTupleItem to concrete type and
        invoke the provided callable, and use that to dispatch lambdas
        instead of explicit switch statements with almost identical function
        calls
      - use boost::string_ref to avoid copying strings more than strictly
        required
      - prefer direct member initialization
      84bf40a3
  22. May 12, 2018
    • Gerhard Raven's avatar
      Remove NTUPLEINFO · 29c661e0
      Gerhard Raven authored
      - `class NTUPLEINFO` only appears as argument in the declaration of a
        templated function which is not defined
      29c661e0
  23. Apr 16, 2018
  24. Mar 16, 2018
  25. Dec 06, 2017
  26. Nov 28, 2017
  27. Nov 27, 2017
  28. Sep 26, 2017
  29. Sep 28, 2016
  30. Jul 28, 2016
  31. Jun 28, 2016
  32. Jun 15, 2016
  33. Jun 13, 2016
    • Marco Clemencic's avatar
      added IJobOptionsSvc::getProperty(client, name) · d6177619
      Marco Clemencic authored
      Allow retrieval of single properties from `JobOptionsSvc`.
      
      Also removed the need of `PropertyMgr` in `RFileCnv`.
      d6177619
    • Marco Clemencic's avatar
      changed PropertyMgr to use it in multiple inheritance · 51106f89
      Marco Clemencic authored
      Changed PropertyMgr to allow to use it to implement IProperty interface via
      multiple inheritance.
      
      For example:
      
          ```.cpp
          class Algorithm: public implements<IProperty, INamedInterface, ...>,
                          public PropertyMgr {  // implements IProperty
            ...
          };
          ```
      
      Changing from composition to (multiple) inheritance allowed removal of ~200
      lines of code.
      51106f89
  34. Mar 11, 2016
  35. Mar 03, 2016
  36. Oct 13, 2015
Loading