- Sep 26, 2022
-
-
GeometryJiveXML: Fix cppcheck warnings. Fix cppcheck warnings.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Sep 23, 2022
-
-
JiveXML: Fix cppcheck warnings. Fix cppcheck warnings.
-
- Sep 22, 2022
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
scott snyder authored
Enable thread-safety checking.
-
- Sep 06, 2022
-
-
scott snyder authored
Fix gcc12 false positive warning by moving a function out-of-line.
-
- Aug 30, 2022
-
-
TrackingVolume/TrackingGeometry more const fixes
-
- Aug 29, 2022
-
-
In various places we were declaring TrackingVolumes as const, and then we were manipulating them later on in the call chain. We do no need to create new Tracking Volumes as const as a starting point. Especially if the next step is manipulate/fill them by passing them to relevant tools .... So the proper idea seems to be (done in other MT related migrations) : * Let's create them as non-const * manipulate/ add to them/ glue them together, * when we are done access them later on `as const` via proper `const correct` interfaces. This MR is step 0, the basic prequisite for cleaning up of all the helpers/processors etc etc. It avoids a few `const_cast` and marks back some methods as `THREAD_SAFE` already.
-
- Aug 26, 2022
-
-
Update online event displays configurations
-
- Aug 25, 2022
-
-
use CxxUtils::span for const-correct interfaces. Allow to have const non const methods for a std::vector<T*> field.
-
- Aug 24, 2022
-
-
EventDisplayFilters: enable thread-checker and fixes Remove use of DataHandle.
-
- Jul 22, 2022
-
-
Fix for ATEAM-841. Handle Sun RPC remote address information transparently for IPv4 and IPv6 by using the generic getnameinfo() function. This includes Attila's suggested patch for CMake and the FindRPC.cmake and compiles on both CentOS 7 and 9. Adding the recommended constants to use for the size of result buffers of getnameinfo(). Patch orginally provided by Reiner Hauser.
-
- Jul 19, 2022
-
-
Johannes Elmsheuser authored
Make the package compile if QT_NO_SSL is defined and treat like QSslSocket::supportsSsl() returns false. See ATLASVPONE-553. Patch orginally provided by Reiner Hauser
-
- Jul 18, 2022
-
-
Frank Winklmeier authored
This package defined pre-xAOD retrievers for Jet and MET used in Atlantis. Delete package and references to it.
-
- Jul 15, 2022
-
-
23.0-cppcheck-VP1Systems
-
- Jun 29, 2022
-
-
Frank Winklmeier authored
Fix thread-checker warnings in client packages by using `std::atomic` or `const` for boolean flags.
-
- May 25, 2022
-
-
Frank Winklmeier authored
The "environment" argument to `TriggerConfigGetter` has no real purpose anymore. Remove it and also the automatic fallback to disable the trigger (`rec.doTrigger`) if the input does not have the relevant information. In that case this "Getter" should just not be called.
-
- May 19, 2022
-
-
Liaoshan Shi authored
-
- May 18, 2022
-
-
Riccardo Maria Bianchi authored
-
- May 12, 2022
-
-
EventDisplaysOnline: fix a typo and bump public stream project tag to data22
-
- May 10, 2022
-
-
Tadej Novak authored
-
- May 02, 2022
-
-
- Apr 29, 2022
-
-
- Apr 20, 2022
-
-
- Apr 13, 2022
-
-
- Apr 11, 2022
-
-
Vakhtang Tsulaia authored
-
- Apr 04, 2022
-
-
Christos Anastopoulos authored
-
- Mar 25, 2022
-
-
- Mar 24, 2022
-
-
scott snyder authored
Pointer/shared_ptr compatibility.
-
- Mar 22, 2022
-
-
- Mar 08, 2022
-
-
Liaoshan Shi authored
-
- Mar 04, 2022
-
-
- Feb 09, 2022
-
-
- Feb 08, 2022
-
-
Tadej Novak authored
-