- Apr 17, 2021
-
-
Christoph Hasse authored
-
- Apr 15, 2021
-
-
Marco Clemencic authored
Added a cardinality setting for AtlasMCRecoScenario See merge request !1201
-
-
- Apr 06, 2021
-
-
Marco Clemencic authored
Fix handling of properties for tuples and arrays of size 1 Closes #21 See merge request !1197
-
Marco Clemencic authored
Remove serial task queue See merge request !1195
-
-
Marco Clemencic authored
Switch to latest ATLAS task precedence scenario in a test See merge request !1190
-
Marco Clemencic authored
Change DevBuildType to also enable Wsuggest-override on clang if version >= 11 See merge request !1191
-
Marco Clemencic authored
Extend the task precedence tracer for dumping dynamic graphs (video demo) See merge request !1189
-
- Apr 01, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
making `[1,2,3,]` parse as `[1,2,3]` and `(1,2,)` as `(1,2)`, which implies that `(1,)` is correctly parsed as a tuple with one element
-
This is actually failing for now
-
- Mar 15, 2021
-
-
Christoph Hasse authored
-
- Mar 12, 2021
-
-
Illya Shapoval authored
-
- Mar 11, 2021
-
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Gitlab CI authored
patch generated by https://gitlab.cern.ch/ishapova/Gaudi/-/jobs/12600426
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-
- Mar 10, 2021
-
-
Marco Clemencic authored
See merge request !1188
-
Marco Clemencic authored
-
- Mar 09, 2021
-
-
Marco Clemencic authored
Closes #152 See merge request !1183
-
- Mar 08, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1186
-
Marco Clemencic authored
See merge request !1185
-
Marco Clemencic authored
See merge request !1182
-
Marco Clemencic authored
See merge request !1180
-
add custom pythonization callback to smartrefvector to avoid mapping of C++ operator() to python __getitem__
-
- Mar 07, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
so for the type "category:subtype:precision" we look in the registry of formats for "category:subtype:precision", "category:subtype" and "category"
-
- Mar 06, 2021
-
-
This only calls the underlying reset of the associated content, typically counter or histogram. Note that there is no thread safety implemented. It is all relying on the thread safety of the associated content
-
- Mar 05, 2021
-
-
Marco Clemencic authored
Optionally (if GAUDI_PREFER_LOCAL_TARGETS is TRUE) imported targets are overridden by local targets with the same name.
-
- Feb 25, 2021
-
-
Sebastien Ponce authored
2 main points : - the ptr internal data of Entity is now private - the string type of some accumulators (counters and histograms mostly) has been extended with an extra ':' and a string after it describing the precision of the internal data, using the typeid of the type that should be used when deserializing it from json
-
- Feb 22, 2021
-
-
Christoph Hasse authored
gaudi_add_dictionary: if ROOT 6.22 then add -Wno-unknown-attributes to supppress warning about nodiscard in c++ library headers
-