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. Apr 24, 2023
  4. Jan 10, 2023
  5. Nov 10, 2022
  6. Nov 08, 2022
  7. Jun 30, 2022
  8. Mar 23, 2022
  9. Mar 04, 2022
  10. Dec 09, 2021
  11. Dec 07, 2021
  12. Nov 11, 2020
  13. Oct 26, 2020
  14. Dec 14, 2019
  15. Dec 06, 2019
    • Frank Winklmeier's avatar
      Remove begin/endRun methods · b87d122f
      Frank Winklmeier authored
      Delete the previously deprecated begin/endRun methods for Algorithm,
      Sequence and auditors. Also remove the `AuditBeginRun` and `AuditEndRun`
      properties of Algorithm.
      b87d122f
  16. Oct 21, 2019
  17. Sep 20, 2019
  18. Jun 20, 2019
  19. May 15, 2019
  20. Feb 14, 2019
  21. Feb 01, 2019
  22. Dec 18, 2018
  23. Nov 13, 2018
  24. Nov 05, 2018
  25. Oct 23, 2018
    • Frank Winklmeier's avatar
      Fix some gcc8 warnings · d89940bd
      Frank Winklmeier authored
      GaudiHive:
      - catch polymorphic exceptions by reference
      
      GaudiProfiling:
      - Avoid using `sprintf` with the same source and destination buffers
      - Replace `strncpy` with `memcpy`
      - Use `sa_sigaction` instead of `sa_handler` for the signal handler to avoid
        function pointer type mismatch
      d89940bd
  26. Sep 24, 2018
  27. Sep 10, 2018
  28. Jun 27, 2018
  29. Apr 16, 2018
  30. Mar 16, 2018
  31. Dec 18, 2017
  32. Nov 27, 2017
  33. Nov 26, 2017
Loading