- Jun 01, 2019
-
-
Paul Gessinger authored
-
- May 29, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- May 28, 2019
-
-
Christos Anastopoulos authored
-
- May 24, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
-
- May 22, 2019
-
-
Anthony Morley authored
-
-
- May 21, 2019
-
-
Christos Anastopoulos authored
-
-
binary_function deprecated / to be removed https://en.cppreference.com/w/cpp/utility/functional/binary_function
-
Original TrackSummary is copied if TrackSummaryTool is not found and TrackSummary is available. if-else style is unified in a part of the code.
-
Add const interfaces to IPRD_AssociationTool; instead of keeping the tool state internally, these pass the state explicitly as an additional argument. The existing interfaces are retained for now for backwards compatibility. This is to allow fixing some violations of ToolHandle constness rules.
-
- May 20, 2019
-
-
Christos Anastopoulos authored
-
scott snyder authored
clang warnings: missing override keywords.
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
-
This reverts commit 9a528fc6. This reverts merge request !23378
-
- May 16, 2019
-
-
Pascal Boeschoten authored
This reverts merge request !23378
-
Edward Moyse authored
-
- May 15, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Edward Moyse authored
Fixes for unchecked SC as mentioned in ATLASRECTS-4931. Also did a bit of cleanup of the code to make it a little more readable.
-
- May 14, 2019
-
-
Anthony Morley authored
-
Stephen Nicholas Swatman authored
This will enable the ATLAS GCC plugin to check for thread safety issues in the GlobalChi2Fitter. As far as I can tell, this should complete without warnings at this time.
-
Stephen Nicholas Swatman authored
I wasn't entirely sure whether the previous solution (an `std::array` of `std::atomic` values) was actually thread safe, so I've replaced it by a more robust explicitly locked solution. In any case, the old implementation was plagued by the lack of move semantics of atomics, which made having them in an array somewhat awkward.
-
- May 13, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
scott snyder authored
Make mergeTrack() non-const, to avoid calling a non-const method through a const ToolHandle.
-
Christos Anastopoulos authored
-
-
-