- Apr 13, 2016
-
-
Christian Gumpert authored
-
- Apr 11, 2016
-
-
Christian Gumpert authored
-
Christian Gumpert authored
The stored value of a SimpleProperty is returned by const- reference. To be consistent, PropertyAccessor now returns the property value by const reference as well. This may cause problems for external get-methods which return-by- value as this leads to a "reference to temporary" error.
-
Christian Gumpert authored
-
Christian Gumpert authored
allows to configure a property to which one has only indirect access through set/get methods
-
- Apr 09, 2016
-
-
Charles Leggett authored
in order to not have re-entrant Algorithms stomp on each others' EventContexts, we need to isolate the EventContext from the Algorithm, and move it to the AlgoExecutionTask. We can then pass the EventContext explicitly to the tbb::task, instead of carrying it via the Algorithm, which would fail for re-entrant Algs. This also requires a change to the signature of ForwardSchedulerSvc::promoteToExecuted. We should also make the EventContext* of the Algorithm const, to prevent any modification from inside the Alg. See merge request !147
-
- Apr 07, 2016
-
-
Charles Leggett authored
-
-
Marco Clemencic authored
Fixes GAUDI-1187, Gaudi failing to build against recent releases of Intel TBB. See merge request !132
-
- Mar 31, 2016
-
-
Hadrien Benjamin Grasland authored
-
- Mar 29, 2016
-
-
Charles Leggett authored
-
Charles Leggett authored
-
- Mar 22, 2016
-
-
Charles Leggett authored
Adds an EventIDRange class to GaudiKernel, which holds 2 EventIDBase objects add sort methods to EventIDBase, to sort by Run/Event, Timestamp, and Lumi/Event See merge request !130
-
Benedikt Hegner authored
- added release instructions - updated Jemalloc instructions - fixed issue with duplicated entries - enable automatic Doxygen generation via GitLab-CI See merge request !140
-
Benedikt Hegner authored
See GAUDI-1148. See merge request !78
-
Benedikt Hegner authored
See merge request !144
-
Benedikt Hegner authored
Replaced 'x86_64-slc6-gcc48-opt' with 'x86_64-slc0-gcc99-opt' to avoid possible clashes with real platform strings. See merge request !141
-
Marco Clemencic authored
The error that made it impossible to de-register histograms. With this fix the ATLAS code seems to behave as expected. See merge request !143
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Mar 21, 2016
-
-
Attila Krasznahorkay authored
Fixing a logic error in THistSvc::deReg that makes it impossible to de-register any histograms at the moment
-
- Mar 18, 2016
-
-
Marco Clemencic authored
Replaced 'x86_64-slc6-gcc48-opt' with 'x86_64-slc0-gcc99-opt' to avoid possible clashes with real platform strings.
-
- Mar 16, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Mar 15, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Generate the dependencies during the first configuration, then at build time. If during the build a change is the dependencies is detected, a new configuration will be triggered for the next build to take into account the changes. This should better handle dictionaries using generated headers.
-
Marco Clemencic authored
When not using CMake MAkefile generator, the dependencies of the dictionary generation is computed at configure time with a custom Python script. When one of the dependencies changes, the project is reconfigured to re-cache the dependencies.
-
- Mar 14, 2016
-
-
Marco Clemencic authored
To properly generate doxygen documentation, the project must be built, because the generated headers are taken from the build directory.
-
Marco Clemencic authored
-
- Mar 11, 2016
-
-
Marco Clemencic authored
-
Hadrien Benjamin Grasland authored
-
Marco Clemencic authored
-
Benedikt Hegner authored
See merge request !139
-