Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
  2. Jul 28, 2022
  3. Jul 27, 2022
  4. Jul 25, 2022
  5. Jul 22, 2022
  6. 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
  7. Jul 19, 2022
  8. Jul 13, 2022
  9. Jul 11, 2022
  10. Jul 09, 2022
  11. Jul 08, 2022
  12. Jul 06, 2022
  13. Jul 04, 2022
  14. Jul 01, 2022
    • Rosen Matev's avatar
      Allow histograms to be saved in custom directories · 68b793d4
      Rosen Matev authored
      Before this change, RootHistogramSink always puts a histogram
      in a top level directory named according to the component name.
      This change allows a histogram to be saved in a custom directory
      by naming it with a leading slash. In that case, the component
      name is ignored.
      68b793d4
  15. Jun 30, 2022
Loading