- May 25, 2010
-
-
marcocle authored
- Patch #3677: Iteration over map-like containers in python Added an empty base class for Map and HashMap to be able to easily pythonize the maps and make them behave as Python dictionaries. https://savannah.cern.ch/patch/?3677 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6206 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- May 17, 2010
-
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6200 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Adepted to work with Xerces-C 3.1.0 (as well as 2.8.0). git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6199 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- May 15, 2010
-
-
marcocle authored
- Fixed a compilation problem on MacOSX 10.6. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6198 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- May 12, 2010
-
-
marcocle authored
- Fixed a compilation problem on MacOSX 10.6. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6197 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- May 11, 2010
-
-
marcocle authored
- Fixed bug #64571: Python 2.6 warnings Removed extra arguments in the call to "object.__new__". git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6196 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 27, 2010
-
-
marcocle authored
- Added the new python modules packages to the list of LHCb extra packages: - pytools - pyanalysis - pygraphics git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6193 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Use the simplejson Python module from LCG instead of shipping it. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6192 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 26, 2010
-
-
marcocle authored
- Re-introduce the usage of the exit handler to finalize the application when exiting from Python. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6191 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 23, 2010
-
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6189 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6188 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6187 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6186 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6185 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6184 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Do not start by default the signal handler and the stalled event monitor. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6183 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6182 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 22, 2010
-
-
marcocle authored
- Added the possibility to choose the test suite to run with QMTest via an environment variable (GAUDI_QMTEST_DEFAULT_SUITE). git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6181 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Added a "ReturnCode" property to the ApplicationMgr, to be used as return code of the application - The return code is set in case of intercepted signal (128+signal number) or when there has been a failure opening a file (2) git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6180 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6179 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Added an algorithm to test the signal handler (GaudiTesting::SignallingAlg) and the QMTest test. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6178 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Changed the messages in StalledEventMonitor to report about memory usage and not stop printing after 3 calls. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6177 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 21, 2010
-
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6176 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 20, 2010
-
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6175 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Fixed a problem in install.py when using shared directories. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6174 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6173 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Moved the EventTimeoutWatchdog thread from the EventLoopMgr to a dedicated service in GaudiUtils. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6172 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 19, 2010
-
-
marcocle authored
- Moved the EventTimeoutWatchdog thread from the EventLoopMgr to a dedicated service in GaudiUtils. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6171 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
Moved the instantiation of Gaudi::Utils::StopSignalHandler from configure to initialize to avoid problems with genconf. git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6170 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Apr 16, 2010
-
-
marcocle authored
- Patch #3943: Good names for StatEntity methods https://savannah.cern.ch/patch/?3943 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6169 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Patch #3989: Tiny (but very important) fix for Gaudi::RangeBase_ https://savannah.cern.ch/patch/?3989 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6168 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Patch #3982: Tiny fix for Gaudi::Utils::GetData https://savannah.cern.ch/patch/?3982 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6167 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Patch #4008: Fix for task #13714: FSRs should be copied as the OpenNewFile incident https://savannah.cern.ch/patch/?4008 https://savannah.cern.ch/task/?13714 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6166 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Patch #3942: Patch to reduce output level in records service (bug #64477) https://savannah.cern.ch/patch/?3942 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6165 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Modified the implementation of the fix to bug #62374 (Handling of signal SIGXCPU). https://savannah.cern.ch/bugs/index.php?62374 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6164 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Mar 17, 2010
-
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6161 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Mar 16, 2010
-
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6154 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6152 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
- Patch #3718: Unchecked StatusCode in GaudiKernel/Algorithm.cpp https://savannah.cern.ch/patch/?3718 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6151 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
marcocle authored
Patch #3840: Fix for bug #59009 https://savannah.cern.ch/patch/?3840 https://savannah.cern.ch/bugs/?59009 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6150 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-