This project is mirrored from https://gitlab.cern.ch/atlas/athena.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 21, 2020
-
-
scott snyder authored
In the pythonization of SG retrieve, don't assume that having a setStore() method implies that we have a hasStore() method. That's not true if we're explicitly retrieving an auxiliary store object.
-
- Oct 30, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
- Oct 07, 2020
-
-
scott snyder authored
New pyroot doesn't automatically convert C++ strings to python strings.
-
- Sep 18, 2020
-
-
- Aug 27, 2020
-
-
Walter Lampl authored
-
- Aug 21, 2020
-
-
scott snyder authored
DataBucketBase gets a new overload for cast(). Add a using declaration so that we don't get warnings.
-
Walter Lampl authored
AthenaPython/Bindings.py and StoreGateBindings/Bindings.py: Remove workarounds that are (a) not working any more and (b) not needed any more with root v6.22
-
Walter Lampl authored
-
- Aug 19, 2020
-
-
Walter Lampl authored
-
- Aug 17, 2020
-
-
Walter Lampl authored
-
- Aug 14, 2020
-
-
Walter Lampl authored
-
- Aug 03, 2020
-
-
Frank Winklmeier authored
Remove atlas_depends_on_subdirs and update link dependencies.
-
- Apr 17, 2020
-
-
scott snyder authored
Remove support for pre-MT thinning (ThinningSvc).
-
- Mar 03, 2020
-
-
scott snyder authored
Work around clang 9 bug compiling TClassEdit.h: use RootUtils/TClassEditRootUtils.h.
-
- Jan 13, 2020
-
-
Frank Winklmeier authored
Use `Python_.*` variables instead of the non-standard `PYTHON_.*`.
-
- Jan 10, 2020
-
-
Frank Winklmeier authored
Replace `PythonLibs` and `PythonInterp` to the corresponding `find_package( Python ... )` calls. And remove the dependency entirely where not necessary.
-
- Dec 15, 2019
-
-
scott snyder authored
pyNameFromType() returns ownership to the caller, so the caller needs to do a decref on the result.
-
- Dec 10, 2019
-
-
scott snyder authored
With python3, PyThreadState_GET will abort if there's no current thread context. This was sometimes causing crashes during finalization. Protect against this for py3.
-
- Nov 26, 2019
-
-
scott snyder authored
- long
-
- Oct 28, 2019
-
-
Frank Winklmeier authored
-
- Oct 27, 2019
-
-
scott snyder authored
Compile with py3.
-
- Aug 28, 2019
-
-
scott snyder authored
Print statement -> function Except clause syntax Convert unicode objects when passing to C++ Use RootUtils::PyGetString. Fix crash during finalization.
-
- Dec 07, 2018
-
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel. Former-commit-id: ccdabd13
-
- Nov 15, 2018
-
-
Scott Snyder authored
DataBucketBase::clone() doesn't appear to be used anywhere. Former-commit-id: 40b7e57f
-
- Aug 27, 2018
-
-
Scott Snyder authored
When we record an object, make sure that the BaseInfo for that object is properly initialized. This mirrors what's done in StoreGateSvc::record(), and is needed to avoid auto-symlink warnings for objects recorded only via python. Former-commit-id: bd1811bd
-
- Aug 10, 2018
-
-
Scott Snyder authored
For recent versions of pyroot (>= 6.08), one needs to use __cppname__ rather than __name__ to get the name of a type; otherwise, components like namespace qualifiers may be missing. Fixes issues with using xAOD auxiliary store types from python. Former-commit-id: 26e6625b
-
- May 20, 2018
-
-
scott snyder authored
Otherwise we can crash in MT mode. Former-commit-id: 3288b296
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Dec 07, 2017
-
-
Frank Winklmeier authored
Replace code that relies on implicit StatusCode bool/long conversions as this will no longer work in upcoming Gaudi releases. Former-commit-id: 959d5fa7a2678674c1ff2aea35105cc1b4615eb5
-
- Sep 22, 2017
-
-
Scott Snyder authored
Coverity warning: unchecked return value. Former-commit-id: d0dd12aa
-
- Aug 13, 2017
-
-
Scott Snyder authored
Changing DataBucketBase::cast() methods to be non-const, to fix warnings from the thread-safety checker. Former-commit-id: 2399853d
-
- Jul 21, 2017
-
-
Frank Winklmeier authored
Former-commit-id: 31c791ca
-
- Jul 08, 2017
-
-
Scott Snyder authored
RootObject is a compatibility shim introduced to help in the root6 migration of code using reflex. It has an MT-related constness issue; however, it is quite simple and is only used in a handful of places. So just get rid of RootObject entirely. Former-commit-id: 0328f302
-
- Apr 10, 2017
-
-
Alexey Boldyrev authored
Former-commit-id: 56a7a78c
-
- Jan 01, 2017
-
-
Scott Snyder authored
* Tagging StoreGateBindings-00-16-19. * The `StoreGateBindings-00-06-18' tag below was really `StoreGateBindings-00-16-18'; guess there was a typo in making that tag. Retag last change to keep tags in order. 2016-11-01 scott snyder <snyder@bnl.gov> * Tagging StoreGateBindings-00-06-19. * Get unordered_map from stdlib. Former-commit-id: b585725d
-
- Aug 19, 2016
-
-
Will Buttinger authored
'refactored code so can call binding methods from c++ with a given StoreGateSvc (for use in POOLRootAccess)' (StoreGateBindings-00-16-18) * StoreGatePyExt: refactored the methods to add calls with a specific StoreGate. This is for use in POOLRootAccess * StoreGateBindings/StoreGatePyExt.h: added this * Tagging StoreGateBindings-00-06-18 Former-commit-id: 50c30ec2
-
- May 27, 2016
-
-
Atlas-Software Librarian authored
2015-08-11 sss <snyder@bnl.gov> 2015-07-20 scott snyder <snyder@bnl.gov> 2015-07-16 scott snyder <snyder@bnl.gov> * Tagging StoreGateBindings-00-06-15. * src/SgPyDataModel.h: Add override keywords. Add tinfo(). * src/PyThinning.cxx: deep_proxy -> proxy.
-
- Jan 19, 2016
-
-
Scott Snyder authored
* Tagging StoreGateBindings-00-06-14-01. * Copy from trunk: * Tagging StoreGateBindings-00-06-17. * src/SgPyDataModel.cxx: Use TClass::GetActualClass to do downcasting when binding objects. * Tagging StoreGateBindings-00-06-16. * src/AthenaPyRoot.h, src/SgPyDataModel.cxx: Reduce dependencies on PyROOT externals. Compile with root 6.03. 2015-03-31 scott snyder <snyder@bnl.gov> * Tagging StoreGateBindings-00-06-14. * src/SgPyDataModel.h (proxy): Fix format string/type mismatch.
-
- Jan 19, 2015
-
-
Scott Snyder authored
* Tagging StoreGateBindings-00-06-13. * Attempt to clean up checkreq warning. 2014-10-23 Marcin Nowak <Marcin.Nowak@cern.ch> * python\Bindings.py (_setup): add loadDictionary( "libStoreGateBindings" ) * Tagging StoreGateBindings-00-06-11 2014-10-22 Marcin Nowak <Marcin.Nowak@cern.ch> * StoreGateBindings\selection.xml: fix dummy class name * Tagging StoreGateBindings-00-06-11 2014-10-21 Wim Lavrijsen <WLavrijsen@lbl.gov> * PyCintex -> cppyy * add dummy class to allow ROOT6 to see functions in a namespace
-