- Jun 22, 2020
-
-
Edward Moyse authored
PixelConditionsAlgorithms: Clean up conditions dependencies. See merge request atlas/athena!33986
-
Edward Moyse authored
SGTools: Fix cppcheck warning. See merge request atlas/athena!33978
-
Edward Moyse authored
MagFieldServices: Clean up conditions dependency. See merge request atlas/athena!33989
-
Edward Moyse authored
CxxUtils: Suppress cppcheck warning. See merge request atlas/athena!33981
-
Edward Moyse authored
InDetTrackHoleSearch: cmake fixes See merge request atlas/athena!33994
-
Edward Moyse authored
StoreGate: Fix cppcheck warnings. See merge request atlas/athena!33980
-
Edward Moyse authored
AthenaPoolCnvSvc: cppcheck fixes See merge request atlas/athena!33979
-
Edward Moyse authored
SGComps: Fix cppcheck warnings. See merge request atlas/athena!33977
-
Edward Moyse authored
PyUtils: Fix use of deprecated pyroot syntax. See merge request atlas/athena!33976
-
Edward Moyse authored
IOVSvc: Fix refcounting bug in createCondObj See merge request atlas/athena!33975
-
Edward Moyse authored
Acts mat map See merge request atlas/athena!33280
-
Edward Moyse authored
Improvements for re-reco from ESD See merge request atlas/athena!33852
-
- Jun 20, 2020
-
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Don't declare a dependency on the DCS conditions folder if we're not going to use it.
-
scott snyder authored
Don't declare a conditions dependency that we won't use.
-
scott snyder authored
Suppress new warning from cppcheck 2.0.
-
scott snyder authored
- Move DataHandle comparison functions inline. - Don't pass large objects by value.
-
scott snyder authored
- Use starts_with instead of find()==0. - Use prefix ++ rather than postfix.
-
scott snyder authored
Annotate throw function as noreturn.
-
scott snyder authored
- Parameter name ordering mismatch. - Use preincrement rather than postincrement.
-
scott snyder authored
Should now use [], not (), to supply template parameters.
-
scott snyder authored
CondAttrListCollection is a DataObject with a reference count. CondAttrListCollAddress holds an instance of CondAttrListCollection and manages its reference count. However, what createCondObj does is to take the address, get the DataBucket from the address, take control of the underlying object via relinquish, and then store the underlying object in the CondCont. CondCont then takes ownership of the object, and it doesn't know about refcounting. Then finally the address is deleted. Normally this works ok even for CondAttrListCollection, since when we get the object from the address the refcount is incremented. Deleting the address will then just decrement the reference count again, and the CondCont is left as the only owner of the object. But the range being inserted entirely overlaps with an existing range, then CondCont will delete the object rather than inserting it. In that case, when we try to delete the object, it tries to decrement the object's refcount using a dangling reference to the deleted object, which can crash. Fix this by making sure that the address is deleted before we try to add the object to the CondCont.
-
- Jun 19, 2020
-
-
Adam Edward Barton authored
Revert "Merge branch 'menumt_cleanup' into 'master'" See merge request atlas/athena!33968
-
Adam Edward Barton authored
TrigTauRec monitoring cleanup See merge request atlas/athena!33859
-
-
Adam Edward Barton authored
Restructure HLTMenu JSON See merge request atlas/athena!33614
-
Frank Winklmeier authored
This reverts merge request !33843
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector... See merge request atlas/athena!33858
-
Adam Edward Barton authored
Tracking geometry conditions alg See merge request atlas/athena!32418
-
-
Adam Edward Barton authored
Copy changes in PMGTools from 21.2 into master and make it compile See merge request atlas/athena!33864
-
renamed private variables _flt_channel_number and fStoreSampleInfo (member variable) to meet naming conventions
-
Adam Edward Barton authored
AthenaMonitoring add l1calo monitoring python flags See merge request atlas/athena!32879
-
-
Adam Edward Barton authored
Sweep to master: fixNSWSegmentCleaner See merge request atlas/athena!33950
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetTestBLayer. See merge request atlas/athena!33944
-
Adam Edward Barton authored
PyUtils: Ignore custom targets in cmake_depends See merge request atlas/athena!33945
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to BCM_Digitization. See merge request atlas/athena!33943
-
Adam Edward Barton authored
CaloRec: Rework CaloClusterCorrDumper to not use ToolWithConstantsMixin. See merge request atlas/athena!33813
-
Adam Edward Barton authored
AthContainers+xAODCore: Fix cppcheck warnings. See merge request atlas/athena!33941
-