Skip to content
Snippets Groups Projects
  1. Sep 19, 2023
  2. Sep 13, 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. Jan 26, 2023
  5. Mar 23, 2022
  6. Dec 09, 2021
  7. Oct 26, 2020
  8. Dec 14, 2019
  9. Apr 01, 2019
  10. Feb 01, 2019
  11. Dec 18, 2018
  12. Oct 17, 2018
    • Gerhard Raven's avatar
      Add Property constructors which accept an updateHandler · 7d714f91
      Gerhard Raven authored
      The updatehandler can either be anything which satisfies
      the `void(PropertyBase&)` signature, or a member function
      with the signature `void()` or `void(PropertyBase&)`.
      In addition, an additonal argument can be passed which specifies
      whether or not the provided handel should be invoked immediately.
      Default is to _not_ invoke it immediately.
      7d714f91
  13. Sep 10, 2018
  14. May 25, 2018
  15. Apr 16, 2018
  16. Nov 27, 2017
  17. Nov 20, 2017
  18. Sep 26, 2017
  19. Jul 30, 2017
  20. Jul 03, 2017
  21. Mar 27, 2017
  22. Mar 20, 2017
  23. Dec 14, 2016
  24. Nov 08, 2016
  25. Sep 28, 2016
  26. Sep 07, 2016
  27. Jul 28, 2016
  28. Jul 11, 2016
Loading