Skip to content
Snippets Groups Projects
  1. Sep 13, 2023
  2. Jul 18, 2023
    • Marco Clemencic's avatar
      Reorganize files and refactor code to make GaudiAlg optional · 6babff9b
      Marco Clemencic authored
      - move Gaudi::Funtional to GaudiFunctional subdir
        - headers are now under "Gaudi/Functional"
        - legacy GaudiAlg corresponding header redirect to the new ones
      - replace GaudiAlgorithm with Algorithm wherever possible in tests and
        utilities
      - add Gaudi::Sequencer basic implementation to replace GaudiSequencer
      - move GaudiAlg specific tests, examples, dictionaries and Python modules
        to GaudiAlg subdir
      - add CMake option GAUDI_ENABLE_GAUDIALG to allow skipping GaudiAlg
        (default to true)
      - minor fixes and clean ups
      6babff9b
  3. Jul 14, 2023
  4. Mar 21, 2023
  5. Jan 26, 2023
    • Graeme A Stewart's avatar
      Updates for python3 "native" · 042d4847
      Graeme A Stewart authored
      Change explicit mention of Python binary to python3
      which should be supported by all distributions and
      environments (https://peps.python.org/pep-0394/).
      
      Update hash bangs to python3.
      
      Adapt CMake to search for pytest also as pytest-3; likewise
      for nosetest binary as nosetests3 (with fallback to
      pytest and nosetests, which can be used in some
      virtual environments, even with a Python 3 install).
      
      Remove unnecessary utf-8 encoding lines.
      
      Update test scripts to python3
      042d4847
  6. Mar 23, 2022
  7. Mar 04, 2022
  8. Dec 09, 2021
  9. Nov 30, 2021
  10. Aug 19, 2021
    • Frank Winklmeier's avatar
      Type fixes related to -Wconversion · c43abbd2
      Frank Winklmeier authored
      Fix a few conversion warnings that show up when compiling the code with
      `-Wconversion`. The goal was not to make the code compile without
      warnings, but rather reduce the "noise" as much as possible when
      compiling client code against Gaudi headers.
      c43abbd2
  11. Jun 29, 2021
  12. May 17, 2021
  13. Oct 27, 2020
  14. Oct 26, 2020
  15. Jul 28, 2020
  16. Jul 01, 2020
  17. Feb 26, 2020
  18. Dec 14, 2019
  19. Nov 19, 2019
    • Frank Winklmeier's avatar
      IoComponentMgr: Only release components during finalize · 03fdf5b5
      Frank Winklmeier authored
      Since `io_reinitialize` could be called multiple times in a job (e.g. in
      the ATLAS HLT) we should not `release` the `IIoComponent` during
      `io_reinitialize` but only during `finalize`. Otherwise the refcount
      will decrease each time and eventually lead to a crash of the job.
      03fdf5b5
  20. Sep 20, 2019
  21. Feb 14, 2019
  22. Feb 01, 2019
  23. Jan 07, 2019
  24. Dec 18, 2018
  25. Sep 10, 2018
  26. Sep 07, 2018
  27. May 25, 2018
  28. Apr 16, 2018
  29. Apr 10, 2018
  30. Apr 09, 2018
  31. Mar 16, 2018
  32. Feb 26, 2018
Loading