- Oct 26, 2017
-
-
Walter Lampl authored
Remove obsolete factory entries for components in Event See merge request !5800
-
Walter Lampl authored
SiSpacePointFormation: Fix usage of WriteHandle. See merge request !5778
-
Walter Lampl authored
AthenaKernel+StoreGate+SGComps: Avoid redundant proxy lookups. See merge request !5774
-
Walter Lampl authored
Fixed default name for the ConfiguredTrackingGeometrySvc. See merge request !5771
-
Walter Lampl authored
Sweeping !5588 from 21.0 to master. Support setting up nightly releases for beamspot cron jobs See merge request !5784
-
Walter Lampl authored
EvgenJobTransforms: Work around test failure. See merge request !5776
-
Walter Lampl authored
Uninitialized pointer fields -- fixed (Coverity issue# 108896) See merge request !5797
-
Walter Lampl authored
AthenaServices: Fix DP handling in MixingEventSelector::loadAddresses. See merge request !5775
-
Walter Lampl authored
ALP: Fix locking bugs. See merge request !5824
-
Walter Lampl authored
InDetRecExample: Remove configuration of CondInputLoader. See merge request !5777
-
Walter Lampl authored
Enable doEmCaloSeed only if the condition for the calo seed builder is met. See merge request !5769
-
Walter Lampl authored
fix TAccept for multi-threaded use See merge request !4801
-
Walter Lampl authored
Optionally create static web pages displaying nightly build results during the build (ATLINFR-1641) See merge request !5759
-
Walter Lampl authored
Replace Coral logging in APR with Gaudi logging See merge request !5812
-
Walter Lampl authored
AthenaPoolTest: Coverity 114241, 114108, 114269. See merge request !5779
-
scott snyder authored
Locking wasn't actually locking...
-
- Oct 25, 2017
-
-
Marcin Nowak authored
Need to unify the logging so to not have 2 separately buffered printout steams that get mixed up in MT
-
Frank Winklmeier authored
-
Tim Martin authored
Sweeping !5680 from 21.0 to master. Sweeping !5621 from 21.1-dev to 21.0.Build the ART scripts using a makefile See merge request !5791
-
Tim Martin authored
Sweeping !5652 from 21.0 to master. Merge branch 'update-TrigAnalysisTest-21.1' into '21.1' -- push to 21.0 See merge request !5790
-
Tim Martin authored
Fix to trigger test IDCalo.py See merge request !5761
-
Walter Lampl authored
Remove obsolete factory entries for components in Control See merge request !5765
-
Walter Lampl authored
Sweeping !5682 from 21.0 to master. organise the tests See merge request !5785
-
Walter Lampl authored
comment unused variables to avoid compiler warnings See merge request !5756
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility.
-
Sweeping !5621 from 21.1-dev to 21.0. Build the ART scripts using a makefile See merge request !5680
-
Merge branch 'update-TrigAnalysisTest-21.1' into '21.1' -- push to 21.0 See merge request !5652
-
organise the tests See merge request !5682
-
Support setting up nightly releases for beamspot cron jobs See merge request !5588
-
- Oct 24, 2017
-
-
Scott Snyder authored
Coverity fixes: memory leaks.
-
scott snyder authored
Do not attempt to dereference a WriteHandle that has not been written to. Fixes ATN test failures in InDetMonitoringATN.
-
scott snyder authored
Remove the configuration of CondInputLoader from InDetRec_all.py. This is now done in CondDB.py, and having it here as well causes an ERROR.
-
scott snyder authored
MC15JobOptions is trying to run cmt. This is a recoverable error, but ATN marks the test as failing. Try to filter out this error.
-
scott snyder authored
MixingEventSelector::loadAddresses was each time creating and registering a new DataProxy for the MergedEventInfo object. This worked before, although it was likely a memory leak. However, with the changes to the organization of DataStore, addToStore now returns an error if a proxy already exists for the requested clid/key. Update MixingEventSelector to create the proxy only the first time. Fixes ATN failure in EventLoopTest.
-
scott snyder authored
IProxyProviderSvc::retrieveProxy now only queries the providers to create a proxy; it does not itself query the store to find a proxy. Remove proxy lookup from retriveProxy.
-
scott snyder authored
IProxyProviderSvc::retrieveProxy now only queries the providers to create a proxy; it does not itself query the store to find a proxy. This is to avoid redundant queries in the store for the proxy. Now make sure that we always query the store for the proxy before calling retrieveProxy().
-
scott snyder authored
IProxyProviderSvc::retrieveProxy now only queries the providers to create a proxy; it does not itself query the store to find a proxy. This is to avoid redundant queries in the store for the proxy.
-
Jyoti Prakash Biswal authored
Coverity issue# 108896.
-
Goetz Gaycken authored
-
Goetz Gaycken authored
-