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. Jan 26, 2023
  4. Mar 23, 2022
  5. Dec 09, 2021
  6. Oct 26, 2020
  7. Dec 14, 2019
  8. Apr 01, 2019
  9. Feb 01, 2019
  10. Dec 18, 2018
  11. 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
  12. Sep 10, 2018
  13. May 25, 2018
  14. Apr 16, 2018
  15. Nov 27, 2017
  16. Nov 20, 2017
  17. Sep 26, 2017
  18. Jul 30, 2017
  19. Jul 03, 2017
  20. Mar 27, 2017
  21. Mar 20, 2017
  22. Dec 14, 2016
  23. Nov 08, 2016
  24. Sep 28, 2016
  25. Sep 07, 2016
  26. Jul 28, 2016
  27. Jul 11, 2016
  28. Jun 27, 2016
Loading