The Gaudi Project

Gaudi v22r5

Package Versions

GaudiN/AGaudiObjDescN/AHbookCnvv15r0
GAUDI_v22r5v22r5GaudiPIN/ALCGEnvN/A
GaudiAlgv13r8 GaudiPolicyv11r5 RootHistCnvv10r7
GaudiAudv9r4 GaudiPoolDbv5r12 GaudiReleaseN/A
GaudiExamplesv22r5 GaudiPythonv11r1 GaudiGridSvcN/A
GaudiGSLv7r10 GaudiSiteSvcN/AGaudiMonitorv2r9
GaudiHistoryN/AGaudiSvcv18r17
GaudiKernelv27r17 GaudiSysv22r5

Release Notes

Externals version: LCGCMT_61b

General Changes

  • Minor changes to support C++0x/11.
    (Marco Clemencic)

Packages Changes

  • GaudiPolicy (v11r5):
    • Fixed bug #86424: Problem with patch #5025
      Remove the added option for ICC (produces a warning).
      (Marco Clemencic)
    • added the -we1011 and -we117 for the icc compiler. This is to mimic the behavior of gcc's -Werror=return-type
      (Hubert Degaudenzi)
  • GaudiKernel (v27r17):
    • Fixed bug #87340: code bloat because of MessageStream operator<<
      Added (as suggested) an explicit implementation of operator<< for "const char *"
      (Marco Clemencic)
    • Fixed bug #87341: performance problem in ChronoEntity
      (Marco Clemencic)
  • GaudiSvc (v18r17):
    • THistSvc: call Reset() on all TTrees and THNs in io_reinit when copying to worker directory.
      (Charles Leggett)
    • Fixed bug #87253: Don't override exception type when re-throwing
      (Charles Leggett)
    • Fixed bug #86086: print warning message when an AlgTool fails to finalize
      (Charles Leggett)
  • GaudiProfiling (v1r2):
    • added cstddef include for the size_t type definition which apparently has been moved in Gcc 4.6
      (Hubert Degaudenzi)
  • Gaudi (v22r5):
    • Fixed bug #86980: gaudirun.py should prevent the import of GaudiPython
      (Marco Clemencic)
    • Introduced a hook to override the default gaudirun main loop
      (Marco Clemencic)