Skip to content
Snippets Groups Projects
  1. Oct 02, 2023
  2. Aug 19, 2023
    • Scott Snyder's avatar
      BPhysTools: Fix cppcheck warnings. · 5f33d6c7
      Scott Snyder authored and Tadej Novak's avatar Tadej Novak committed
      BPhysTools: Fix cppcheck warnings.
      
      Pass strings by const reference, not by value.
      Use a union to see a value as a different type, not pointer casts.
      Suppress warnings from boost::format.  (Should change this to C++20 format
      once that's available.)
      5f33d6c7
  3. Jun 15, 2022
  4. Jan 04, 2021
  5. Dec 16, 2020
  6. Nov 10, 2020
  7. Jul 20, 2018
    • charles leggett's avatar
      Updates for Gaudi PluginSvc V2 · c7a3429d
      charles leggett authored
      The Gaudi PluginSvc has been refactored and modernizes.
      See gaudi/Gaudi!709
      
      As well as some changes to macros that directly call on
      certain features of the PluginSvc itself, other code that
      has been impacted is as follows:
      
       - destructors of Converters must be public
       - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included
      
      
      Former-commit-id: 83042516
      c7a3429d
  8. Dec 11, 2017
  9. Dec 08, 2017
  10. Nov 20, 2017
  11. Oct 30, 2017
  12. Jul 13, 2017
  13. Feb 07, 2017
  14. Feb 07, 2015
  15. Sep 19, 2014
Loading