Skip to content
Snippets Groups Projects
  1. Dec 09, 2021
  2. May 17, 2021
  3. Nov 18, 2020
  4. Jul 28, 2020
  5. Dec 14, 2019
  6. Apr 16, 2019
  7. Feb 01, 2019
  8. Dec 18, 2018
  9. Apr 16, 2018
  10. Dec 18, 2017
  11. Nov 27, 2017
  12. Nov 15, 2017
  13. Sep 26, 2017
  14. Sep 28, 2016
  15. Jul 28, 2016
  16. Jun 27, 2016
  17. Mar 09, 2016
  18. Nov 29, 2015
  19. Nov 11, 2015
  20. Oct 14, 2015
    • Gerhard Raven's avatar
      Modernize HistorySvc · 2db9cdbd
      Gerhard Raven authored
         - pass sink arguments by value, and std::move them
         - prefer nullptr
         - avoid comparing pointers to 0
      2db9cdbd
  21. Oct 13, 2015
  22. Sep 21, 2015
  23. Sep 07, 2015
  24. Aug 30, 2015
    • Gerhard Raven's avatar
      Modernize GaudiMonitor · 43822fb2
      Gerhard Raven authored
         - classify implementations as override instead of virtual
         - explicitly = delete non-implemented constructor/destructor/assignment-op
         - clean up constructors
         - do not duplicate keys of maps
      43822fb2
  25. Aug 29, 2015
  26. Aug 28, 2015
  27. Aug 26, 2015
  28. Aug 21, 2015
  29. Aug 19, 2015
    • Gerhard Raven's avatar
      Modernize GaudiMonitor/ExceptionSvc · cabb8f86
      Gerhard Raven authored
        - simplify constructor
        - replace trivial destructor with = default
        - avoid an 'if' by realizing that std::string::substr(0, std::string::npos) just copies the string
        - remove virtual function implmentation that invokes the implementation of the direct ancestor
      cabb8f86
  30. Aug 10, 2015
  31. Jul 30, 2015
  32. Jul 29, 2015
  33. Jul 28, 2015
    • Benedikt Hegner's avatar
      d0ffd6c4
    • Gerhard Raven's avatar
      Follow up on comments made during review · e8a970e9
      Gerhard Raven authored
         - drop virtual on implementations already flagged override
         - flag more implementations as 'override' instead of 'virtual'
           (note: this is far from complete, and should be continued)
         - whilst doing the above, use covariant return types on 'clone' implementation
         - use std::unordered::map::{at,insert} in the implementation of Map
         - simplify 'sometimes owns' implementation of StreamLogger
         - remove unused member of FileMgr
      e8a970e9
  34. Jul 23, 2015
Loading