Skip to content
Snippets Groups Projects
  1. Sep 13, 2023
  2. Jul 26, 2023
  3. 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
  4. Jun 08, 2023
  5. Jun 02, 2023
  6. May 09, 2023
  7. Mar 21, 2023
  8. Feb 24, 2023
    • Edward Moyse's avatar
      Adds CheckedNamedToolsConfigured functionality · 767e07d4
      Edward Moyse authored and Marco Clemencic's avatar Marco Clemencic committed
      This checks whether an explicitly named tool has had an property configured.
      This is an attempt to detect a category of error where a tool is configured, but not added as a public tool.
      In which case an unconfigured default tool is created, BUT with the expected non-default name, causing confusion.
      767e07d4
  9. Jan 24, 2023
  10. Jan 23, 2023
  11. Jan 20, 2023
  12. Nov 28, 2022
  13. Nov 23, 2022
  14. Nov 16, 2022
  15. Oct 20, 2022
  16. Sep 20, 2022
  17. Aug 08, 2022
  18. Jul 29, 2022
  19. Jul 22, 2022
  20. Jul 04, 2022
  21. Mar 23, 2022
  22. Mar 21, 2022
  23. Feb 16, 2022
  24. Dec 09, 2021
  25. Oct 08, 2021
  26. Aug 23, 2021
  27. 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
  28. Jul 29, 2021
Loading