- Mar 04, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
See @graven comment on GAUDI-1176 https://its.cern.ch/jira/browse/GAUDI-1176?focusedCommentId=978975
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Feb 24, 2016
-
-
Marco Clemencic authored
Building the target `apply-coding-conventions` runs clang-format on any source file in the project.
-
- Feb 23, 2016
-
-
Ben Couturier authored
minor reorganization of qmt test runner arguments Reorganized command line arguments of test runner for .qmt files to simplify finding relevant informations in a call to `ctest -V`, e.g. to run a test by hand. See merge request !119
-
- Feb 22, 2016
-
-
Marco Clemencic authored
Reorganized command line arguments of test runner for .qmt files to simplify finding relevant informations in a call to `ctest -V`, e.g. to run a test by hand.
-
Marco Clemencic authored
Fixes GAUDI-1185 See merge request !118
-
Marco Clemencic authored
-
Marco Clemencic authored
If the insteance does not have a MsgStream associated, at the first call to CommonMessaging::msgLevel(), the MsgStream is created to ensure that m_level is initialized to the most appropriate value.
-
Marco Clemencic authored
If the OutputLevel option is not explicitly set, the msgLevel must be inherited from that of the created MsgStream (which takes it from the MessageSvc settings).
-
Marco Clemencic authored
-
- Feb 17, 2016
-
-
Marco Clemencic authored
Fixes GAUDI-1182 See merge request !116
-
Marco Clemencic authored
See GAUDI-1182
-
Marco Clemencic authored
* protect PATH from local directories * restore `outputLevel()` method removed with mr !76 (b0618f78) Fixes GAUDI-1181 See merge request !115
-
Attila Krasznahorkay authored
-
- Feb 16, 2016
-
-
Attila Krasznahorkay authored
This change was necessary after a recent update in the ATLAS build setup, that pulled in some externals from local directories. Where adding /usr/bin to PATH broke the execution of the dictionary generators.
-
- Feb 15, 2016
-
-
Marco Clemencic authored
See merge request !113 and !109
-
Marco Clemencic authored
-
Marco Clemencic authored
Fixes GAUDI-1179 See merge request !112
-
Marco Clemencic authored
-
Marco Clemencic authored
extended the test to also check handling of multiline strings
-
Marco Clemencic authored
-
Marco Clemencic authored
Fixes GAUDI-1178. This reverts commit 0e7074f1. See merge request !111
-
Marco Clemencic authored
Comparing standard output to reference files, a regular expression is used to find histogram summaries, but it was failing when color output was enabled. Fixes GAUDI-1177 See merge request !110
-
Marco Clemencic authored
See GAUDI-1178. This reverts commit 0e7074f1.
-
Marco Clemencic authored
Comparing standard output to reference files, a regular expression is used to find histogram summaries, but it was failing when color output was enabled. See GAUDI-1177
-
- Feb 12, 2016
-
-
Marco Clemencic authored
Fixes GAUDI-1171 See merge request !109
-
Marco Clemencic authored
- add `LCG_platform` to `manifest.xml` (fixes LBCORE-1048) - allow empty environment variable `HEPTOOLS_VERSION` See merge request !108
-
Marco Clemencic authored
-
Marco Clemencic authored
Treat empty HEPTOOLS_VERSION (override version specified in toolchain.cmake) as not set, instead of requiring that it is really not set.
-
Marco Clemencic authored
-
- Feb 11, 2016
-
-
Marco Clemencic authored
This test confuses interpolation and extrapolation. These have historically been the same in GSL, but haven't been for a while now. If you want to extrapolate, you have to tell GSL to do so explicitly. The test is modified to solely do interpolation. See merge request !107
-
Marco Clemencic authored
Implementation of GAUDI-1146: Improve CommonMessaging and use it in more places. See merge request !76 Conflicts: GaudiExamples/tests/qmtest/refs/AlgTools2.ref GaudiExamples/tests/qmtest/refs/MultiInput/Read.ref GaudiExamples/tests/qmtest/refs/conditional_output/write.ref GaudiKernel/GaudiKernel/AlgTool.h GaudiKernel/GaudiKernel/Algorithm.h GaudiKernel/GaudiKernel/Service.h GaudiKernel/src/Lib/AlgTool.cpp GaudiKernel/src/Lib/Algorithm.cpp
-
Hadrien Benjamin Grasland authored
This test confuses interpolation and extrapolation. These have historically been the same in GSL, but haven't been for a while now. If you want to extrapolate, you have to tell GSL explicitly. Relevant GSL commit from 2010 which makes extrapolation using interpolation routines an error : http://bzr.savannah.gnu.org/lh/gsl/trunk/revision/4704 .
-
Marco Clemencic authored
GaudiCommon adds a property GlobalTimeOffset and a corresponding getter globalTimeOffset to every algorithm/tool which uses GaudiCommon, regardless on whether this property is used. As there is no code anymore that actually uses globalTimeOffset, this patch removes this accessor and the corresponding property. Fixes GAUDI-1122. See merge request !61
-
Marco Clemencic authored
The version of ToolHandle.h before fa29ed33 included some improvements, as well as the fixes for https://sft.its.cern.ch/jira/browse/CFHEP-177 and GAUDI-1127. The version introduced with fa29ed33 does not work because of GAUDI-1127. See merge request !106
-
Marco Clemencic authored
-
Marco Clemencic authored
The version of ToolHandle.h before fa29ed33 included some improvements, as well as the fix for https://sft.its.cern.ch/jira/browse/CFHEP-177.
-
- Feb 09, 2016
-
-
Marco Clemencic authored
See merge request !105
-