- Mar 03, 2020
-
-
scott snyder authored
Work around clang 9 bug compiling TClassEdit.h: use RootUtils/TClassEditRootUtils.h.
-
- 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: ccdabd1310dab9c1e6d5f8c92259586372fc8a5b
-
- 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
-
- 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
-
- 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
-
- 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
-
- Sep 19, 2014
-
-
Scott Snyder authored
Update python SG retrieve functions to do aux store associations in the same manner as the C++ StoreGateSvc interfaces. (StoreGateBindings-00-06-10)
-