Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
  2. Jan 23, 2023
  3. Dec 09, 2021
  4. Dec 11, 2020
    • Frank Winklmeier's avatar
      Property: Catch all parsing errors · e6b3006a
      Frank Winklmeier authored
      `Property::fromString` was only catching `std::invalid_argument`
      exceptions. However, there can be other exceptions thrown by the parser
      (e.g. from `boost::spirit`) that were not being filtered. Change the
      code to catch all `std::exception`s. In addition:
      
      - Re-throw the exception as `Gaudi::Exception`.
      - Improve the diagnostics to contain the property name and owner type.
      - Add "WARNING/FATAL" keywords to the `stderr` message.
      - Add test case to `PropertyAlg`.
      e6b3006a
  5. Oct 07, 2020
  6. Jul 28, 2020
  7. Sep 20, 2019
  8. Jun 21, 2019
  9. May 15, 2019
  10. Jun 24, 2016
  11. Dec 01, 2015
  12. Jun 28, 2012
  13. Feb 06, 2012
  14. Dec 12, 2011
  15. Aug 26, 2011
  16. Jul 26, 2011
  17. Jun 09, 2011
  18. Mar 01, 2011
  19. Jan 12, 2011
    • Marco Clemencic's avatar
      fixed bug #76395 · 42a30cbe
      Marco Clemencic authored
      Modified MyTrack and MyVertex to print the count of lost instances
      only if different from 0.
      42a30cbe
  20. Oct 22, 2009
Loading