- Feb 18, 2015
-
-
Vakhtang Tsulaia authored
Extending the functionality of RDBAccessSvc::shutdown() in order to be able to close all open connections in one go (RDBAccessSvc-00-09-09) * Extending the functionality of RDBAccessSvc::shutdown() in order to be able to close all open connections in one go
-
Scott Snyder authored
* Tagging AthenaRootComps-00-11-09. * src/RootConnection.h, src/RootConnection.cxx: Fix coverity warnings.
-
Scott Snyder authored
* Tagging EventSelectorAthenaPool-00-18-36. * src/EventSelectorAthenaPool.cxx (reinit): Fix bug in m_guid assignment flagged by clang.
-
Scott Snyder authored
* Tagging CollectionBase-00-02-08. * Fix bugs found by clang.
-
Scott Snyder authored
* Tagging AthenaPoolCnvSvc-00-26-19. * src/AthenaPoolCnvSvc.cxx: Free memory in finalize, to reduce noise during leak checking.
-
Scott Snyder authored
* Tagging RootStorageSvc-00-04-34. * src/AuxStoreAPR.cpp (AuxStoreAPR): Use HasDictionarySelection instead of TClassTable::Check.
-
- Feb 07, 2015
-
-
Francisco Javier Sanchez Martinez authored
-
Scott Snyder authored
* Tagging IOVDbTPCnv-00-01-05. * Remove unused ARA converter dictionaries.
-
Marcin Nowak authored
* src\RootTreeContainer.cpp: fix memory leak in SetAddress() when writing empty xAOD branches. https://its.cern.ch/jira/browse/ATEAM-101 * Tagging RootStorageSvc-00-04-33 2015-01-23 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-32. * src/AuxStoreAPR.cpp: Forgotten #include. * Tagging RootStorageSvc-00-04-31. * src/AuxStoreAPR.cpp (AuxStoreAPR): For root6, try to use TClassTable::Check to see if a class has a dictionary (Philippe's suggestion). 2015-01-21 scott snyder <snyder@bnl.gov> * Tagging RootStorageSvc-00-04-30. * src/RootTreeContainer.cpp (addAuxBranch): Allow splitting again (we no longer use the custom root streamer for EL output).
-
Richard Hawkings authored
2015-01-26 Richard Hawkings <richard.hawkings@cern.ch> * tagging AtlasAuthentication-00-05-05 * add INT8R and INTR trigger DB replica to dbreplica.config 2014-11-18 Richard Hawkings <richard.hawkings@cern.ch> 2014-08-31 Richard Hawkings <richard.hawkings@cern.ch>
-
Eric Torrence authored
* Fixed coverity warnings * Tagged as CoolLumiUtilities-00-08-02
-
Scott Snyder authored
* Tagging CollectionBase-00-02-07. * cmt/requirements: Fix checkreq warning. * Tagging CollectionBase-00-02-06. * test/Factory_test.cxx: Fixes for running test.
-
Scott Snyder authored
* Tagging RootCollection-00-02-28. * More fixes for running tests.
-
- Jan 19, 2015
-
-
Atlas-Software Librarian authored
2014-11-28 Richard Hawkings <richard.hawkings@cern.ch> * Fix coverity warnings * Tagged as CoraCool-00-05-01 2014-08-28 Richard Hawkings <richard.hawkings@cern.ch>
-
Atlas-Software Librarian authored
* Tagging StlAthenaPoolCnv-00-00-04. * src/StlAthenaPoolCnv.cxx: Use RootType to allow migration to ROOT 6. 2014-09-16 scott snyder <snyder@bnl.gov> * Tagging StlAthenaPoolCnv-00-00-03. * cmt/requirements: Fix checkreq warnings. 2014-07-16 David Quarrie <David.Quarrie@cern.ch> * Tagging StlAthenaPoolCnv-00-00-02 * cmt/requirements Mild cleanup in use statement wildcarding * src/StlAthenaPoolCnv.cxx Correct the SGTools/BuiltinsClids.h include statement
-
Atlas-Software Librarian authored
* Tagging AthenaPoolServices-00-06-26. * AthenaBaseComps migration.
-
Atlas-Software Librarian authored
* Tagging AtlasSealCLHEP-00-01-09. * cmt/requirements: Fix checkreq warnings.
-
Scott Snyder authored
* 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)
-
Scott Snyder authored
* Tagging RootCollection-00-02-27. * cmt/requirements: Fix test dependencies. 2015-01-11 scott snyder <snyder@bnl.gov> * Tagging RootCollection-00-02-26. * src/APRTreeFormula.cpp (EvalInstance): Fix coverity warning. * Need to enable cintex in tests with root5 to avoid warnings about missing pair<string, string> dictionary. 2015-01-07 Marcin Nowak <Marcin.Nowak@cern.ch> * RootCollection\LinkDef.h: remove pair<string,string> - should already be in RELAX * Tagging RootCollection-00-02-25 2014-12-18 scott snyder <snyder@bnl.gov> * Tagging RootCollection-00-02-24. * test/read_test.cxx: Remove output file at the start of the test, ... (Long ChangeLog diff - truncated)
-
Scott Snyder authored
* Tagging AthenaRootComps-00-11-08. * Fix coverity warnings. 2014-12-22 Peter van Gemmeren <gemmeren@anl.gov> * tagging AthenaRootComps-00-11-07 * Fixing ROOT6 test problems: Load RootStreamer for ROOT5 only and skip dict check for ROOT6. * python/AthenaRootBase.py, src/LeafCnv.cxx, src/RootCnvSvc.cxx 2014-12-01 scott snyder <snyder@bnl.gov> * Tagging AthenaRootComps-00-11-05. * cmt/requirements: Fix test. * Tagging AthenaRootComps-00-11-04. * Fix coverity warnings. * Remove LeafCnv and RootCnv from entries file. They can't be loaded as converter plugins anyway, since the classes they're associated with don't have a CLID. ... (Long ChangeLog diff - truncated)
-
Scott Snyder authored
* Tagging AthenaPoolTools-00-01-26-01. * AthenaBaseComps migration.
-
Eric Torrence authored
-
Peter Van Gemmeren authored
Remove pair<string, int> dictionary to avoid duplicate in ROOT6. (PersistentDataModelTPCnv-00-02-05) * PersistentDataModelTPCnv/selection.xml: Remove pair<string, int> to avoid duplicate in ROOT6. * tag PersistentDataModelTPCnv-00-02-05 2014-10-17 scott snyder <snyder@bnl.gov> * Tagging PersistentDataModelTPCnv-00-02-04. * Fix coverity warnings.
-
Richard Hawkings authored
* tag as CoolConvUtilities-00-08-10 * switch AtlCoolCopy ATN test to use Frontier as source DB 2014-12-11 David Malon <malon at anl.gov> * tag as CoolConvUtilities-00-08-09 * python/AtlCoolLib.py - COOL 3.0 interface change to createFolder 2014-12-01 Richard Hawkings <richard.hawkinggs@cern.ch> * tag as CoolConvUtilities-00-08-08 * src/AtlCoolCopy.cxx - try again to remove coverity warning 2014-11-21 Richard Hawkings <richard.hawkinggs@cern.ch> * tag as CoolConvUtilities-00-08-07 * src/AtlCoolCopy.cxx - remove some coverity warnings 2014-11-21 Richard Hawkings <richard.hawkinggs@cern.ch> * tag as CoolConvUtilities-00-08-06 * python/AtlCoolTool.py - implement listing of CoolVector payloads with 'more' command in AtlCoolConsole ... (Long ChangeLog diff - truncated)
-
Peter Van Gemmeren authored
* src/AthenaPoolCnvSvc.cxx: disable SealSvc dictionary checks for ROOT6 * tag AthenaPoolCnvSvc-00-26-18 2014-10-20 Will Buttinger <will@cern.ch> * python/AthenaPool.py : when in AthAnalysisBase project, changed PoolSvc output level to ERROR, to hide warnings about missing reflex types * tag AthenaPoolCnvSvc-00-26-17 2014-09-23 Marcin Nowak <Marcin.Nowak@cern.ch> * src\AthenaPoolCnvSvc.cxx: disable AthenaRootStreamerSvc for ROOT6 * tag AthenaPoolCnvSvc-00-26-16 2014-09-23 scott snyder <snyder@bnl.gov> * Tagging AthenaPoolCnvSvc-00-26-15. * cmt/requirements: Fix checkreq warning.
-
Peter Van Gemmeren authored
-
Francisco Javier Sanchez Martinez authored
-
Marcin Nowak authored
* TPTools\TPConverter.icc: delete transient ID collection if addCollection failed. Attempt to fix JIRA (ATEAM-83) * tag TPTools-00-00-04 2014-11-10 Marcin Nowak <Marcin.Nowak@cern.ch> * src\AthenaConverterTLPExtension.cxx(readExtendingObjects): better error reporting for problems with tokens to extending objects * tag TPTools-00-00-03
-
Scott Snyder authored
Remove test xml file --- otherwise atn complains that there are no tests. (RootConversions-00-04-17) * Tagging RootConversions-00-04-17. * test/RootConversions.xml: Deleted for now. 2014-11-20 Peter van Gemmeren <gemmeren@anl.gov> * Tagging RootConversions-00-04-16 * Crude Attempt of fixing Cling complaints by making code fragments invisible 2014-10-31 scott snyder <snyder@bnl.gov> * Tagging RootConversions-00-04-15. * Update to compile with 5.34.22. Needs more work to actually be functional; disabled tests for now. 2014-10-20 Will Buttinger <will@cern.ch> * src/VectorConverters.cxx: silence the duplicate entry warnings you get from vector.dll/vector-bool.dll (only doing for AthAnalysisBase for now) * Tagging RootConversions-00-04-14
-
R D Schaffer authored
* tagging IOVDbMetaDataTools-00-00-45 * python/ParameterDbFiller.py (ParameterDbFiller.genDb): move to new interface for folder creation 2014-11-20 RD Schaffer <R.D.Schaffer@cern.ch> * tagging IOVDbMetaDataTools-00-00-44 * python/ParameterDbFiller.py (ParameterDbFiller.dumpDb): fix for root6 2014-09-16 scott snyder <snyder@bnl.gov> * Tagging IOVDbMetaDataTools-00-00-43. * cmt/requirements: Fix checkreq warning.
-
Scott Snyder authored
* Tagging CollectionBase-00-02-05. * src/CollectionDescription.cpp: Another coverity fix. 2014-10-17 scott snyder <snyder@bnl.gov> * Tagging CollectionBase-00-02-04. * Fix coverity warnings. 2014-09-30 David Quarrie <David.Quarrie@cern.ch> * src/CollectionFactory.cpp Add support for non-backwards compatible change in Gaudi Factory API introduced in v25r3. * Tagged as CollectionBase-00-02-03
-
Peter Van Gemmeren authored
* Tagging StorageSvc-00-04-23. * Fix coverity warnings. 2014-10-18 scott snyder <snyder@bnl.gov> * Tagging StorageSvc-00-04-21. * cmt/requirements: Fix checkreq warning. 2014-10-17 scott snyder <snyder@bnl.gov> * Tagging StorageSvc-00-04-20. * Fix coverity warnings. 2014-10-16 Marcin Nowak <Marcin.Nowak@cern.ch> * StorageSvc\dict.xml: got rid of IClass* pattern as it pulled in nested RootType typedef * tag StorageSvc-00-04-19 2014-10-02 Peter van Gemmeren <gemmeren@anl.gov> ... (Long ChangeLog diff - truncated)
-
Scott Snyder authored
* Tagging RootFileTools-00-01-50. * Fix coverity warnings. 2014-11-19 Peter van Gemmeren <gemmeren@anl.gov> * dumpRootFile.py, DumpAll: Removing un-maintained script * tagging RootFileTools-00-01-49 2014-08-18 David Quarrie <David.Quarrie@cern.ch> * cmt/requirements Change to a dual_use_library since the cmake-based lcgdict dictionary generation only works on linked libraries. I realise this isn't fully backwards-compatible, but hopefully it will not have any real adverse impact. This also needs explicit dependencies from the applications to the linker library to be added. * Tagged as RootFileTools-00-01-48 2014-07-16 David Quarrie <David.Quarrie@cern.ch> * cmt/requirements Add cmake compatibility (fully backwards compatible on CMT side) * Tagged as RootFileTools-00-01-47
-
Scott Snyder authored
* Tagging CollectionUtilities-00-02-17. * Fix coverity warnings.
-
Richard Hawkings authored
* tagging IOVDbSvc-01-07-02 * fix memory leak of pptr in IOVDbFolder.cxx::getAddress for folder metadata 2014-10-23 scott snyder <snyder@bnl.gov> * Tagging IOVDbSvc-01-07-01. * Coverity warning fixes.
-
Attila Krasznahorkay authored
* Removed the _v1 postfix from xAOD::EventFormat in MSMgr. * Tagging as OutputStreamAthenaPool-00-02-75 2014-10-07 Karsten Koeneke <karsten.koeneke@cern.ch> * python/MultipleStreamManager.py: Protect some includes for AthAnalysisBase * Tagging as OutputStreamAthenaPool-00-02-74 2014-10-01- Tim Martin <Tim.Martin@cern.ch> * Updating name of library to AnalysisTools.AnalysisToolsConf * Tagging as OutputStreamAthenaPool-00-02-73
-
Joerg Stelzer authored
* Replace deprecated auto_ptr with unique_ptr * CoralDB-00-00-21
-
Richard Hawkings authored
* tagging AtlasAuthentication-00-05-04 * add ATLAS_CONFIG trigger DB replica to dbreplica.config 2010-08-31 Richard Hawkings <richard.hawkings@cern.ch> * tagging AtlasAuthentication-00-05-03 * remove all Oracle Tier-1 servers for conditions and det-desc * switch to v17 AtlasAuth file removing Tier-1s * change DD ordering to sqlite(local), Frontier, CERN-oracle
-
Peter Van Gemmeren authored
* tag EventSelectorAthenaPool-00-18-35 * src/PoolCollectionConverter.cxx: Re-enable -33, now RootCollection should be seekable. 2014-11-04 Peter van Gemmeren <gemmeren@anl.gov> * tag EventSelectorAthenaPool-00-18-34 * src/PoolCollectionConverter.cxx: For now disable -33, until RootCollection can seek().
-
David Quarrie authored
* cmt/requirements Declare this package as a cmake metalibrary so that the libraries and header files from package it depends on are available to its clients. Transparent to CMT. Note that this was previously done by the cmt2cmake parser handling this package exceptionally. * Tagged as AthenaPoolUtilities-00-05-04 (AthenaPoolUtilities-00-05-04) * cmt/requirements Declare this package as a cmake metalibrary so that the libraries and header files from package it depends on are available to its clients. Transparent to CMT. Note that this was previously done by the cmt2cmake parser handling this package exceptionally. * Tagged as AthenaPoolUtilities-00-05-04 2014-10-15 scott snyder <snyder@bnl.gov> * Tagging AthenaPoolUtilities-00-05-03. * Fix coverity warnings.
-