- Aug 16, 2020
-
-
scott snyder authored
Remove useless SG_BASES declaration for PyObject. This won't compile after upcoming changes to BaseInfo.
-
- Aug 14, 2020
-
-
- Apr 09, 2020
-
-
Walter Lampl authored
-
- Oct 17, 2019
-
-
Frank Winklmeier authored
Delete PyAthenaGILStateEnsure.h and use the copy from RootUtils instead.
-
- Feb 14, 2019
-
-
scott snyder authored
Use DeclareInterfaceID/extends. Clean up a bit.
-
- Dec 21, 2018
-
-
scott snyder authored
Update for headers moved from SGTools to AthenaKernel.
-
- May 13, 2018
-
-
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
-
- Mar 29, 2018
-
-
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
-
- Jan 01, 2017
-
-
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
-
- Sep 28, 2016
-
-
Peter Van Gemmeren authored
* share/athfile_peeker.py: Avoid AthenaRootStreamerSvc dependence * Tag AthenaPython-00-06-47 2016-07-28 scott snyder <snyder@bnl.gov> * Tagging AthenaPython-00-06-46. * endreq -> endmsg. Former-commit-id: 367f256a
-
- Sep 19, 2014
-
-
Graeme Stewart authored
-