- Dec 12, 2024
-
-
Tadej Novak authored
VP1: fix remainng cppcheck defects See merge request atlas/athena!76616
-
Tadej Novak authored
Herwig7_i: remove dead code relying on CMTPATH See merge request atlas/athena!76597
-
Tadej Novak authored
Use ForcedSurfaceReached when propagating to the perigee surface See merge request atlas/athena!76606
-
Use ForcedSurfaceReached when propagating to the perigee surface
-
Tadej Novak authored
EvtInclusiveDecay: remove dead code relying on CMT See merge request atlas/athena!76583
-
Tadej Novak authored
GeneratorPhysVal: fix cppcheck defects See merge request atlas/athena!76586
-
Tadej Novak authored
ControlTest+AthenaMonitoringKernel: fix cppcheck defects See merge request atlas/athena!76581
-
Tadej Novak authored
SimTimeEstimate: move property and variable initialization to header file See merge request atlas/athena!76588
-
Tadej Novak authored
TruthConverters+TruthIO: fix cppcheck defects See merge request atlas/athena!76589
-
Tadej Novak authored
Generators: fix cppcheck defects See merge request !76590
-
Tadej Novak authored
AthViews: use common Gaudi test fixture See merge request atlas/athena!76593
-
Tadej Novak authored
ReadHandle: suppress cppcheck false positive missingReturn See merge request atlas/athena!76580
-
Tadej Novak authored
Rivet_i: remove dead code relying on CMTPATH See merge request atlas/athena!76596
-
Tadej Novak authored
GlobalSimulation: Fix uninitialized variable warning. See merge request atlas/athena!76600
-
GlobalSimulation: Fix uninitialized variable warning. Fix warning about possible use of uninitialized variable (seen in hepmc2 build).
-
Tadej Novak authored
ZWindowRoISeedTool: Fix compilation warning. See merge request atlas/athena!76605
-
ZWindowRoISeedTool: Fix compilation warning. Unused typedef.
-
Tadej Novak authored
CxxUtils: remove cppcheck suppression in features.h See merge request atlas/athena!76595
-
Tadej Novak authored
InDetAlignmentMonitoringRun3: cmake fix See merge request atlas/athena!76607
-
InDetAlignmentMonitoringRun3: cmake fix Fix external dependency declarations.
-
Tadej Novak authored
AthenaKernel: Reduce header dependencies for ClassName.h. See merge request atlas/athena!76604
-
AthenaKernel: Reduce header dependencies for ClassName.h. Add Athena::typeinfoName, an out-of-line wrapper for System:typeinfoName. This allows to reduce header dependencies on the Gaudi System.h header.
-
Tadej Novak authored
TestTools: Fix equality test for TestAlloc. See merge request atlas/athena!76603
-
TestTools: Fix equality test for TestAlloc. TestAlloc has no state, so consider all instances equal. Fixes failure with swap when _GLIBCXX_ASSERTIONS is enabled.
-
Tadej Novak authored
ALFA_Raw2Digit: Fix cppcheck warnings. See merge request atlas/athena!76610
-
ALFA_Raw2Digit: Fix cppcheck warnings. Redundant string conversions. Prefer to initialize class members in an initialization list.
-
Tadej Novak authored
MuonIdHelperSvc: fixed clang warnings See merge request atlas/athena!76613
-
Tadej Novak authored
EventDisplaysOnline: use thread-safe getgrnam_r See merge request atlas/athena!76615
-
Tadej Novak authored
update geometry to the latest ATLAS-P2-RUN4-04-00-00 See merge request atlas/athena!76571
-
update geometry to the latest ATLAS-P2-RUN4-04-00-00
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Fix pass-by-ref and potential nullptr deref.
-
Frank Winklmeier authored
-
- Dec 11, 2024
-
-
Vakhtang Tsulaia authored
Unused local variables
-
Frank Winklmeier authored
`CMTPATH` is no longer set so we can remove code relying on it.
-
Frank Winklmeier authored
The `CMTPATH` environment variable is not set anymore. So we can remove all (dead) code relying on it.
-
Frank Winklmeier authored
The preprocessor error suppression does not seem to be necessary anymore.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Uninitialized variable and copy in range-based loop.
-