- Oct 02, 2018
-
-
Adam Edward Barton authored
ART Egamma: new reconstruction flags for egammaValidation ART tests See merge request atlas/athena!14642
-
Adam Edward Barton authored
Sweeping !14267 from 21.0 to master. 21.0 desdm eoverp addition See merge request atlas/athena!14656
-
Adam Edward Barton authored
Clean up property declarations for G4AtlasAlg and G4TransportTool See merge request atlas/athena!14629
-
Adam Edward Barton authored
Remove TrigCost XMLs which are now hosted in the calibration area See merge request atlas/athena!14633
-
Adam Edward Barton authored
Cleanups and updates TestSCT_CablingCfg See merge request atlas/athena!14658
-
-
Adam Edward Barton authored
ATLASRECTS-4617: const correct fixes for Intersector Wrapper See merge request atlas/athena!14546
-
Adam Edward Barton authored
Missing move assignment operator -- fixed! [CID# 113629] See merge request atlas/athena!14548
-
-
Adam Edward Barton authored
22.0-coverity-InDetEventTPCnv See merge request atlas/athena!14550
-
Adam Edward Barton authored
ATLASRECTS-4612 MultiComponentStateModeCalculator : Remove mutable state, counters atomic, pass the array of vectors of mixture as arguement See merge request atlas/athena!14567
-
Adam Edward Barton authored
CaloCellCorrection: Protect CaloCellPedestalCorr against null attribute list. See merge request atlas/athena!14579
-
Adam Edward Barton authored
DataModelAthenaPool: CLIDSvc -> AthenaKernel See merge request atlas/athena!14545
-
Adam Edward Barton authored
AthenaInterprocess: CLIDSvc -> AthenaKernel See merge request atlas/athena!14544
-
Adam Edward Barton authored
CommissionEvent: CLIDSvc -> AthenaKernel See merge request atlas/athena!14543
-
Adam Edward Barton authored
EventContainers: CLIDSvc -> AthenaKernel See merge request atlas/athena!14632
-
Adam Edward Barton authored
MuonD3PDMaker: Create MCTruthClassifier cache. See merge request atlas/athena!14617
-
Adam Edward Barton authored
CLIDSvc: Remove some unused forwarding headers. See merge request atlas/athena!14646
-
Adam Edward Barton authored
LArCellRec: A few fixes for the bad feb masking tool test. See merge request atlas/athena!14645
-
Adam Edward Barton authored
NavFourMomByteStreamCnvSvcBase: CLIDSvc -> AthenaKernel See merge request atlas/athena!14634
-
Adam Edward Barton authored
CxxUtils: Fix typos in comments. See merge request atlas/athena!14630
-
Adam Edward Barton authored
RootStorageSvc: Fix coverity 118827, 118828. See merge request atlas/athena!14631
-
Adam Edward Barton authored
AFP_GeoModel: CLIDSvc -> AthenaKernel See merge request atlas/athena!14647
-
Adam Edward Barton authored
StoreGate: Fix typos in comments. See merge request atlas/athena!14648
-
Adam Edward Barton authored
Valkyrie: Fix gcc8 warnings. See merge request atlas/athena!14649
-
Adam Edward Barton authored
TrigFTKBankGen: Fix gcc8 warnings. See merge request atlas/athena!14650
-
Adam Edward Barton authored
ByteStreamCnvSvc: Suppress a gcc8 warning from boost. See merge request atlas/athena!14655
-
Adam Edward Barton authored
PerfMonEvent: Suppress gcc8 warning from boost. See merge request atlas/athena!14654
-
Adam Edward Barton authored
CoralDB: Suppress a gcc8 warning from boost. See merge request atlas/athena!14653
-
Adam Edward Barton authored
AtlasCLHEP_RandomGenerators: Fix gcc8 warnings. See merge request atlas/athena!14652
-
Stewart Martin-Haugh authored
Install reference files See merge request atlas/athena!14455
-
21.0 desdm eoverp addition See merge request atlas/athena!14267 (cherry picked from commit 43db1c574e717488a1d82efd5d61e57e7beb87d6) d132ff55 Adding a new output type which saves ALLCELLS information and skims on triggers… 55a1d36b Update PrimaryDPDFlags.py 89fc36a1 Update UploadTfAMITag.py 59561d2e Update UploadTfAMITag.py
-
- Oct 01, 2018
-
-
scott snyder authored
Suppress a gcc8 warning from boost (in mpl/assert.hpp). (Binaries apparently include boost with -I rather than -isystem.) Fixed in boost 1.68 (see https://github.com/boostorg/mpl/issues/31)
-
scott snyder authored
We don't have a direct dependency on boost from this package, but if we pick up the dependency implicitly rather than explicitly, we include root headers with -I rather than -isystem. That exposes us to a warning found by gcc8 in mpl/assert.h. [Fixed in boost 1.68; see https://github.com/boostorg/mpl/issues/31.] Fix by adding an explicit boost dependency.
-
scott snyder authored
Suppress a gcc8 warning from boost (in mpl/assert.hpp). (Binaries apparently include boost with -I rather than -isystem.) Fixed in boost 1.68 (see https://github.com/boostorg/mpl/issues/31)
-
scott snyder authored
With gcc8, we get warnings about hidden virtual functions from the conversion operator overrides in the engine classes. Add a patch to suppress these with the usual using declarations.
-
scott snyder authored
gcc8 warnings: Potential printf buffer overflows.
-
scott snyder authored
gcc8 warnings: Catching polymorphic exceptions by value.
-
Scott Snyder authored
Fix typos in comments.
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools.
-