Skip to content
Snippets Groups Projects
  1. Oct 26, 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. Jul 20, 2022
    • Rosen Matev's avatar
      Fix check for finding PkgConfig · 7957d578
      Rosen Matev authored
      This is a follow up of !1354. There PkgConfig is only looked up if
      the `pkg_check_modules` macro hasn't been define. The problem is that
      the scope of macros seem to be global, and finding PkgConfig in another
      directory defines that macro. However, variable scope is per directory
      and the cmake of PkgConfig doesn't really work.
      
      This changes the check to use the `PKG_CONFIG_FOUND` variable
      7957d578
  4. Jun 30, 2022
  5. Oct 08, 2021
  6. Mar 27, 2021
  7. Mar 25, 2021
  8. Dec 04, 2020
  9. Nov 23, 2020
  10. Oct 27, 2020
  11. Oct 26, 2020
Loading