Skip to content
Snippets Groups Projects
  1. Feb 23, 2023
  2. Dec 10, 2022
  3. Jul 25, 2022
  4. Jun 17, 2022
  5. Oct 28, 2021
  6. Oct 16, 2021
  7. Oct 14, 2021
  8. Apr 20, 2021
  9. Mar 23, 2021
  10. Feb 25, 2021
  11. Feb 01, 2021
  12. Jan 15, 2021
  13. Oct 27, 2020
  14. Oct 26, 2020
  15. Oct 07, 2020
  16. Oct 02, 2020
  17. Sep 16, 2020
  18. Aug 14, 2020
  19. Jul 20, 2020
  20. Apr 14, 2020
    • scott snyder's avatar
      RegistrationServices: cmake fixes · c66fe977
      scott snyder authored
      This package has a component library, but it also exports headers.
      Define an interface library for the headers.
      
      Also fix library dependencies.
      c66fe977
  21. Mar 04, 2020
    • Frank Winklmeier's avatar
      RegistrationStream: Code cleanup · d7777106
      Frank Winklmeier authored
      - Remove `finalize` function that was not doing anything useful.
        Releasing a `ToolHandle` is not necessary. Moreover it wrongly
        interpreted the return value of `release` as reference count.
      - Use `ATH_CHECK`.
      - Minor additional cleanups.
      d7777106
  22. Sep 13, 2019
  23. Sep 05, 2019
  24. Aug 27, 2019
  25. Dec 11, 2018
  26. Nov 05, 2018
  27. Oct 25, 2018
  28. Aug 20, 2018
  29. Jul 20, 2018
    • charles leggett's avatar
      Updates for Gaudi PluginSvc V2 · c7a3429d
      charles leggett authored
      The Gaudi PluginSvc has been refactored and modernizes.
      See gaudi/Gaudi!709
      
      As well as some changes to macros that directly call on
      certain features of the PluginSvc itself, other code that
      has been impacted is as follows:
      
       - destructors of Converters must be public
       - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included
      
      
      Former-commit-id: 83042516
      c7a3429d
  30. May 29, 2018
  31. May 07, 2018
  32. Apr 24, 2018
  33. Mar 29, 2018
    • charles leggett's avatar
      Preparation for Gaudi v30r2 · b2ff5559
      charles leggett authored
      major changes:
      
       - removal of DECLARE_FACTORY_ENTRIES
       - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER
       - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT
       - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT
       - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT
       - constructor of Converters is public, not protected
       - remove #include "GaudiKernel/CnvFactory.h"
       - remove #include "GaudiKernel/ToolFactory.h"
       - remove #include "GaudiKernel/AlgFactory.h"
       - remove #include "GaudiKernel/AudFactory.h"
       - remove #include "DeclareFactoryEntries.h"
      
      
      Former-commit-id: fd7a40f56dee72487463a5004d85f32619f250ff
      b2ff5559
  34. Mar 22, 2018
    • Frank Winklmeier's avatar
      Migrate to DECLARE_COMPONENT macro · 2596b887
      Frank Winklmeier authored
      Use DECLARE_COMPONENT instead of the obsolete FACTORY_ENTRIES macros to
      declare Gaudi components. In addition:
      - Move DECLARE call to _entries.cxx if available
      - Delete obsolete _load.cxx file
      
      
      Former-commit-id: 8684fcdd
      2596b887
  35. Mar 12, 2018
    • cranshaw's avatar
      Migrate tool code to use IMetaDataTool from AthenaKernel rather than · 5d32ad0e
      cranshaw authored
      AthenaPoolKernel for
      - ByteStreamCnvSvc
      - EventBookkeeperTools
      - xAODEventFormatCnv
      - xAODMetaDataCnv
      - xAODTriggerCnv
      - xAODTruthCnv
      - LumiBlockComps
      Remove old code for propagating CollectionMetadata in
      RegistrationServices.
      Fix tests that tested said CollectionMetadata.
      *At this point, AthenaPoolKernel should be redundant*
      
      
      Former-commit-id: f76731e5
      5d32ad0e
  36. Feb 23, 2018
  37. Feb 01, 2018
  38. Jan 09, 2018
Loading