Ignore aux branches for which we cannot find dictionaries. (RootStorageSvc-00-04-29)
* Tagging RootStorageSvc-00-04-29. * src/AuxStoreAPR.cpp (AuxStoreAPR): Ignore branches for which we can't find dictionaries. 2015-01-06 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-28. * src/RootTreeContainer.cpp: Fix coverity warning. 2015-01-05 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-27. * src/AuxStoreAPR.cpp (AuxStoreAPR): Fix for creating dynamic factory for standalone types. When looking at a standalone type, we were making a factory for eg, vector<float> when we should have done vector<vector<float> > (because for a standalone object, the branch type is the element type, not the vector type). 2014-12-19 Peter van Gemmeren <gemmeren@anl.gov> ... (Long ChangeLog diff - truncated)
Showing
- Database/APR/RootStorageSvc/src/AuxStoreAPR.cpp 49 additions, 36 deletionsDatabase/APR/RootStorageSvc/src/AuxStoreAPR.cpp
- Database/APR/RootStorageSvc/src/CINTTypedefs.cpp 2 additions, 2 deletionsDatabase/APR/RootStorageSvc/src/CINTTypedefs.cpp
- Database/APR/RootStorageSvc/src/RootAuxVectorFactory.cpp 73 additions, 15 deletionsDatabase/APR/RootStorageSvc/src/RootAuxVectorFactory.cpp
- Database/APR/RootStorageSvc/src/RootAuxVectorFactory.h 44 additions, 4 deletionsDatabase/APR/RootStorageSvc/src/RootAuxVectorFactory.h
- Database/APR/RootStorageSvc/src/RootClassLoader.cpp 11 additions, 0 deletionsDatabase/APR/RootStorageSvc/src/RootClassLoader.cpp
- Database/APR/RootStorageSvc/src/RootKeyContainer.cpp 12 additions, 1 deletionDatabase/APR/RootStorageSvc/src/RootKeyContainer.cpp
- Database/APR/RootStorageSvc/src/RootKeyIOHandler.cpp 1 addition, 1 deletionDatabase/APR/RootStorageSvc/src/RootKeyIOHandler.cpp
- Database/APR/RootStorageSvc/src/RootTreeContainer.cpp 102 additions, 19 deletionsDatabase/APR/RootStorageSvc/src/RootTreeContainer.cpp
Loading
Please register or sign in to comment