This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Mar 12, 2017
-
-
Charles Leggett authored
See merge request !366 Former-commit-id: edb88fa7
-
- Mar 11, 2017
-
-
Vakhtang Tsulaia authored
Created AthCondSeq for CondInputLoader and Conditions Algs. Added PixelCalibCondAlg to AthCondSeq. Former-commit-id: 868f4ef6
-
- Mar 10, 2017
-
-
Charles Leggett authored
See merge request !357 Former-commit-id: f6fdb684
-
Charles Leggett authored
See merge request !350 Former-commit-id: fa73ba02
-
Christian Gumpert authored
This fixes some problems with the package and domain mapping. But most importantly it updates the script for running unit tests such that only unit tests for the affected packages are run. The previous ctest command had two issues: - multiple unit test labels were passed as parameters to ctest resulting in overwriting each other - the label pattern was not strict enough so the unrelated unit tests were run in certain cases Former-commit-id: 49254202
-
- Mar 09, 2017
-
-
Charles Leggett authored
Add Property "Sequential" to AthSequences (default=false), which indicates to the Scheduler how to process the Algorithms in it. If Sequential=False, processing is unchanged from current behavior, and only data flow rules will determine the scheduling. If Sequential=True, the Scheduler will enforce strict ordering of the Algorithms, meaning that one must terminate before the next can start. The Algorithms can still execute in different threads, and other Algorithms may be scheduled between them. This Property has no impact in Serial running, and requires the Properties useGraphFlowManagement and DataFlowManagerNext of the ForwardSchduler to be set "True". Former-commit-id: 7782ffe6
-
Charles Leggett authored
See merge request !328 Former-commit-id: 4699bb3f
-
- Mar 08, 2017
-
-
Vakhtang Tsulaia authored
DetDescrConditions/DetCondCFloat.h: changed position of two include statements and moved multi-line comment into Doxygen format DetDescrConditions/DetCondFloat.h: moved multi-line comment into Doxygen format Former-commit-id: 693349ea
-
Vakhtang Tsulaia authored
Otherwise CI failed at CMake step Former-commit-id: 6c34a9bb
-
- Mar 07, 2017
-
-
Charles Leggett authored
See merge request !315 Former-commit-id: e08a1648
-
Charles Leggett authored
Former-commit-id: 10c80590
-
Charles Leggett authored
Former-commit-id: f80442df
-
Charles Leggett authored
See merge request !306 Former-commit-id: 55150143
-
Charles Leggett authored
Package linking fixes (multithreading branch) See merge request !307 Former-commit-id: cda2bbb6
-
Stewart Martin-Haugh authored
Former-commit-id: 530e1e48
-
Charles Leggett authored
# Conflicts: # Projects/Athena/externals.txt Former-commit-id: 173ed361
-
Charles Leggett authored
move implementation of ASCII CondDb from IOVSvc/CondSvc to here use const EventContext& for ICondSvc methods to match v28r1.conditions.005 update jobOpts. Former-commit-id: 7c637b91
-
Charles Leggett authored
See merge request !314 Former-commit-id: c7846cdc
-
Vakhtang Tsulaia authored
This change is a part of the ongoing migration of conditions clients to the new Conditions Access infrastructure. The old callback function of PixelRecoDbTool was transformed into execute() of the new algorithm PixelCalibAlgs/PixelCalibCondAlg. CLASS_DEFs added to DetCondCFloat and PixelOfflineCalibData such that these objects can be accessed through Conditions Handles. InDetRecExample/InDetRecConditionsAccess.py was updated to declare /PIXEL/PixReco conditions folder to CondInputLoader and to configure the PixelCalibCondAlg RecExCommon/RecExCommon_topOptions.py was updated by moving EventInfoCnvAlg and CondInputLoader from Top Sequence to AthBeginSeq because these algorithms need to be executed before other Conditions Algorithms. Former-commit-id: 8ef684d3
-
Charles Leggett authored
remove unnecessary CondSvc methods, update to match ICondSvc signatures Former-commit-id: feb4c28f
-
- Mar 06, 2017
-
-
Charles Leggett authored
Gaudi -> v28r1.conditions.004 Former-commit-id: 0e8171c4
-
Vakhtang Tsulaia authored
Former-commit-id: dd08d394
-
Stewart Martin-Haugh authored
Former-commit-id: 2a42edbd
-
Stewart Martin-Haugh authored
Former-commit-id: c12cd231
-
Charles Leggett authored
See merge request !284 Former-commit-id: 7e1ae9c4
-
Charles Leggett authored
See merge request !288 Former-commit-id: 3d3c6a11
-
Attila Krasznahorkay authored
First of all, introduced an interface library for the headers that the package provides to the outside world. So that client packages could correctly pick up those headers by linking against this interface library. Also updated the component library's configuration to link against the newly created PixelGeoModelLib library. To resolve the missing symbols that showed up with GCC 6.2 in debug mode. Former-commit-id: e448501d
-
Attila Krasznahorkay authored
library. To fix its linking issues with GCC 6.2 in debug mode. Former-commit-id: 0e52482d
-
Stewart Martin-Haugh authored
algorithmic core with the non-MT version. Former-commit-id: 0bedcb6b
-
Attila Krasznahorkay authored
library. To resolve its build error with GCC 6.2 in debug mode. Former-commit-id: b3632142
-
Attila Krasznahorkay authored
many packages that use code from this one. Causing linking failures in those packages. Former-commit-id: 1ce392a4
-
- Mar 04, 2017
-
-
Charles Leggett authored
See merge request !268 Former-commit-id: 2d662371
-
Charles Leggett authored
See merge request !275 Former-commit-id: d6584eba
-
Charles Leggett authored
Porting MT incident support to git See merge request !260 Former-commit-id: 5b996354
-
Charles Leggett authored
update Externals See merge request !277 Former-commit-id: 4665c02e
-
Charles Leggett authored
Merge branch 'copy_rpm_eos_script' into 'multithreading' See merge request !298 Former-commit-id: 36f57288
-
Emil Obreshkov authored
new copy_rpm_eos.sh to be used by the nightly builds See merge request !286 Former-commit-id: 878555a9
-
Vakhtang Tsulaia authored
Former-commit-id: d7078adc
-
- Mar 03, 2017
-
-
Charles Leggett authored
Former-commit-id: d6adc9e0
-
Charles Leggett authored
# Conflicts: # Projects/Athena/externals.txt Former-commit-id: 830d5d7e
-