Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 30, 2021
  2. Mar 29, 2021
  3. Mar 27, 2021
    • scott snyder's avatar
      CxxUtils: Make exctrace properly MT-safe. · 658bf04d
      scott snyder authored
      Update the exctrace collector to work properly in a MT environment.
      Change the static variables holding the trace to be thread_local.
      Further, retrieve the saved trace via calling a function, rather
      than accessing the variables directly.
      658bf04d
  4. Mar 26, 2021
  5. Mar 25, 2021
  6. Mar 24, 2021
  7. Mar 23, 2021
  8. Mar 22, 2021
  9. Mar 21, 2021
  10. Mar 20, 2021
  11. Mar 18, 2021
  12. Mar 17, 2021
  13. Mar 16, 2021
  14. Mar 15, 2021
  15. Mar 14, 2021
  16. Mar 13, 2021
  17. Mar 12, 2021
  18. Mar 11, 2021
    • scott snyder's avatar
      CxxUtils: Fix cppcheck warnings. · 286ac65c
      scott snyder authored
      Suppress cppcheck false positives.
      286ac65c
    • scott snyder's avatar
      RootUtils: Add WithRootErrorHandler. · 6618684d
      scott snyder authored
      In a couple places, we want to run a piece of code with an overridden root error handler.
      Since the root error handler is simply a global pointer, this is not MT safe.
      Introduce WithRootErrorHandler to try to allow doing this in a thread-safe manner.
      
      See ATEAM-715.
      6618684d
    • Marcin Nowak's avatar
      Read IOV Conditions objects using dedicated PersSvc instance · 4ec987cd
      Marcin Nowak authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      IOVSvc is requesting reading of its IOV Conditions objects into a
      dedicated PersistencySvc instance (context), so all conditions files can
      be closed by simply deleting this instance. This was up to now ignored
      by PoolSvc/ConversionSvc (by mistake). Here I am fixing this mistake and
      adding context-awarness to 2 converters that read objects containing
      POOL Refs to other object (DataHeaderCnv and CoolMultChanCnv).
      I also add EndProcessing incident trigger to IOVDbSvc because in
      AthenaMT the StoreCleared incident is not fired (this is to trigger
      Condition files closing after the first Event)
      4ec987cd
Loading