Skip to content
Snippets Groups Projects
  1. Aug 16, 2020
  2. Aug 14, 2020
  3. Apr 09, 2020
  4. Oct 17, 2019
  5. Feb 14, 2019
  6. Dec 21, 2018
  7. May 13, 2018
    • scott snyder's avatar
      AthenaPython: Make PyAthenaGILStateEnsure.h public. · 6524dddf
      scott snyder authored
      In an MT job, we need to always make sure we're holding the python GIL
      before calling any python code.  There's a utility in this package
      that does exactly that, but it was private to this package.
      Make it public, so it can be used from other packages as well.
      
      
      Former-commit-id: f46a2ee5
      6524dddf
  8. 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: fd7a40f5
      b2ff5559
  9. Jan 01, 2017
    • Charles Leggett's avatar
      Property modernization w/ Gaudi v28 (AthenaPython-00-07-00) · edbe118a
      Charles Leggett authored
      	* updates for Property modernization. see gaudi/Gaudi!182
      	* requires Gaudi v28
      	* tag AthenaPython-00-07-00
      
      M       AthenaPython/PyProperty.h
      M       src/PyJobOptionsCatalogue.cxx
      M       src/PyProperty.cxx
      M       src/PyJobOptionsSvc.h
      M       src/PyJobOptionsCatalogue.h
      M       src/PyJobOptionsSvc.cxx
      
      2016-09-13  Wim Lavrijsen <WLavrijsen@lbl.gov>
      
      	* implement GIL acquisition and release
      
      
      Former-commit-id: 540ca689
      edbe118a
  10. Sep 28, 2016
  11. Sep 19, 2014
Loading