Skip to content
Snippets Groups Projects
  1. Dec 19, 2023
  2. Oct 17, 2023
  3. Sep 13, 2023
  4. 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
  5. Apr 24, 2023
  6. Jan 10, 2023
  7. Nov 10, 2022
  8. Nov 08, 2022
  9. Jun 30, 2022
  10. Mar 23, 2022
  11. Mar 04, 2022
  12. Dec 09, 2021
  13. Dec 07, 2021
  14. Nov 11, 2020
  15. Oct 26, 2020
  16. Dec 14, 2019
  17. 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
  18. Oct 21, 2019
  19. Sep 20, 2019
  20. Jun 20, 2019
  21. May 15, 2019
  22. Feb 14, 2019
  23. Feb 01, 2019
  24. Dec 18, 2018
  25. Nov 13, 2018
  26. Nov 05, 2018
  27. 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
  28. Sep 24, 2018
  29. Sep 10, 2018
  30. Jun 27, 2018
  31. Apr 16, 2018
  32. Mar 16, 2018
  33. Dec 18, 2017
Loading