- Aug 08, 2024
-
-
AtlasGeometryCommon : clang-tidy related fixes
-
- Nov 11, 2022
-
-
Vakhtang Tsulaia authored
Minor fix in DetDescrDBEnvelopeSvc to support building GeoModel description from SQLite database
-
- Jul 19, 2019
-
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 21, 2017
-
-
James Beacham authored
Manual sweep from '21.3' to '21.0': DeclareInterface syntax updates See merge request !6387 Former-commit-id: b049361d
-
- Aug 31, 2017
-
-
Vakhtang Tsulaia authored
methods any longer. As a result of this change, RDBAccessSvc handles database connection internally. Up until now clients were supposed to call connect() and disconnect() methods, which was rather error-prone. In this MR several packages were also cleaned up from obsolete cmt directories. Former-commit-id: d33fd379
-
- May 07, 2017
-
-
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
-
- May 04, 2017
-
-
Dirk Duschinger authored
This reverts merge request !1 Former-commit-id: 99708750
-
ssh://gitlab.cern.ch:7999/atlas-perf-tau/athenaDirk Duschinger authored
This reverts commit 391deef5 [formerly 89865472] Former-commit-id: 1bf34570
-
- May 01, 2017
-
-
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
-
- Jan 19, 2015
-
-
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
-
- Nov 05, 2014
-
-
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
-
- Sep 19, 2014
-
-
Elmar Ritsch authored
-