Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 19, 2023
  3. May 30, 2023
  4. Apr 04, 2023
    • Marco Clemencic's avatar
      Add CMake function gaudi_add_pytest · a659a011
      Marco Clemencic authored
      gaudi_add_pytest is used to declare pytest tests. Each of the test
      files discovered by pytest are mapped to one ctest test, to be able to
      run them in parallel.
      
      Tests are collected when ctest is invoked and/or at build time, and only
      in case changes are detected in scanned files.
      a659a011
  5. Mar 20, 2023
  6. Feb 27, 2023
  7. Feb 14, 2023
  8. Feb 03, 2023
  9. Nov 21, 2022
  10. Nov 10, 2022
  11. Oct 12, 2022
  12. Oct 08, 2022
  13. Jul 29, 2022
  14. Jul 11, 2022
  15. Jan 20, 2022
  16. Dec 09, 2021
  17. Oct 08, 2021
  18. Oct 04, 2021
  19. Sep 20, 2021
  20. Sep 13, 2021
  21. May 08, 2021
  22. Apr 20, 2021
  23. Apr 17, 2021
  24. Mar 25, 2021
  25. Mar 07, 2021
  26. Feb 19, 2021
  27. Feb 12, 2021
  28. Jan 28, 2021
  29. Nov 23, 2020
  30. Oct 26, 2020
  31. Oct 15, 2020
  32. Oct 08, 2020
  33. Jul 24, 2020
  34. Jun 19, 2020
  35. Jun 12, 2020
Loading