Skip to content
Snippets Groups Projects
  1. Aug 08, 2024
  2. Nov 11, 2022
  3. Jul 19, 2019
  4. Dec 11, 2017
  5. Dec 08, 2017
  6. Nov 21, 2017
  7. Aug 31, 2017
  8. May 07, 2017
    • Vakhtang Tsulaia's avatar
      Migrated a bunch of clients from getRecordset to getRecordsetPtr of IRDBAccessSvc · 1bea7fed
      Vakhtang Tsulaia authored and Sanya Solodkov's avatar Sanya Solodkov committed
      getRecordsetPtr provides better memory management of Recordset objects. After this
      change all clients of RDBAccessSvc will be using getRecordsetPtr except just one
      client (AmdcSimrec). The migration of the remaining client seems to be fairly
      non-trivial, that's why we have to keep the obsolete getRecordset method of
      IRDBAccessSvc.
      
      At the same time RDBAccessSvc was migrated from boost::shared_ptr to
      std::shared_ptre. The dependency on Boost was dropped.
      
      Former-commit-id: f8b7dea4
      1bea7fed
  9. May 04, 2017
  10. May 01, 2017
    • Vakhtang Tsulaia's avatar
      Migrated a bunch of clients from getRecordset to getRecordsetPtr of IRDBAccessSvc · fd7a6eec
      Vakhtang Tsulaia authored
      getRecordsetPtr provides better memory management of Recordset objects. After this
      change all clients of RDBAccessSvc will be using getRecordsetPtr except just one
      client (AmdcSimrec). The migration of the remaining client seems to be fairly
      non-trivial, that's why we have to keep the obsolete getRecordset method of
      IRDBAccessSvc.
      
      At the same time RDBAccessSvc was migrated from boost::shared_ptr to
      std::shared_ptre. The dependency on Boost was dropped.
      
      Former-commit-id: 931951b9
      fd7a6eec
  11. Jan 19, 2015
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (SubDetectorEnvelopes-00-03-05) · d6900c5a
      Atlas-Software Librarian authored
      	* src/DetDescrDBEnvelopeSvc.cxx: allow empty envelope definitions in Python fallback mode
      		(required for execution of Fatras in ATLFASTIIF)
      	* tagging SubDetectorEnvelopes-00-03-05
      
      2015-01-06  Elmar Ritsch  < Elmar.Ritsch -at- cern.ch >
      	* moved non-public file 'DetDescrDBEnvelopeSvc.h' from 'SubDetectorEnvelopes' to 'src' directory
      	* requirements and components files updated accordingly
      	* tagging SubDetectorEnvelopes-00-03-04
      
      2015-01-05  Elmar Ritsch  < Elmar.Ritsch -at- cern.ch >
      	* src/DetDescrDBEnvelopeSvc.cxx: fixing coverity defects CID 17578 & 17576 (ATLASSIM-1711)
      	* tagging SubDetectorEnvelopes-00-03-03
      
      2014-11-05  Elmar Ritsch  < Elmar.Ritsch -at- cern.ch >
      	* python/SubDetectorEnvelopesConfig.py: synching envelope definitions with
      	G4AtlasApps-00-07-83
      	* tagging SubDetectorEnvelopes-00-03-02
      d6900c5a
  12. Nov 05, 2014
    • Elmar Ritsch's avatar
      bugfix in IEnvelopeDefSvc::mirrorRZ(..) method (ATLASSIM-1601, Coverity... · eabe135a
      Elmar Ritsch authored
      bugfix in IEnvelopeDefSvc::mirrorRZ(..) method (ATLASSIM-1601, Coverity #17631) (SubDetectorEnvelopes-00-03-01)
      
      	* IEnvelopeDefSvc.h: bugfix in mirrorRZ(..) method
      	(ATLASSIM-1601, Coverity #17631)
      	* tagging SubDetectorEnvelopes-00-03-01
      
      2014-10-21  Elmar Ritsch  < Elmar.Ritsch -at- cern.ch >
      	* IEnvelopeDefSvc.h: updated interface regarding the mirrorRZ(..) method
      	(ATLASSIM-1601, Coverity #17631)
      	* tagging SubDetectorEnvelopes-00-03-00
      
      2014-10-15  Elmar Ritsch  < Elmar.Ritsch -at- cern.ch >
      	* DetDescrDBEnvelopeSvc.cxx: change WARNING messages into INFO when using
      	Python-based envelope definitions
      	* tagging SubDetectorEnvelopes-00-02-03
      eabe135a
  13. Sep 19, 2014
Loading