Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
  2. Feb 24, 2024
  3. Feb 22, 2024
  4. Feb 21, 2024
  5. Feb 20, 2024
  6. Feb 19, 2024
  7. Feb 15, 2024
  8. Feb 14, 2024
  9. Feb 08, 2024
  10. Feb 07, 2024
  11. Feb 05, 2024
  12. Jan 31, 2024
  13. Jan 26, 2024
  14. Jan 23, 2024
  15. Jan 22, 2024
  16. Jan 05, 2024
  17. Dec 13, 2023
  18. Dec 08, 2023
  19. Dec 07, 2023
  20. Dec 06, 2023
  21. Nov 30, 2023
    • scott snyder's avatar
      VP1AODSystems: slots -> Q_SLOTS · ab72f937
      scott snyder authored
      Rename the Qt slots 'keyword' to Q_SLOTS.
      
      Having this in the source confuses cppcheck, which reports syntax errors.
      We can define slots as a macro expanding to nothing in the cppcheck
      configuration, but if we do that globally, there are other packages that
      break because they use slots as an identifier.  Using Q_SLOTS instead
      prevents this name collision.
      ab72f937
  22. Nov 27, 2023
    • scott snyder's avatar
      VP1SimHitSystems: Fix cppcheck warnings. · e805b75c
      scott snyder authored
      Uninitialized variables
      Prefer range-for.
      e805b75c
    • scott snyder's avatar
      VP1CaloReadoutSystems: slots -> Q_SLOTS · c618872c
      scott snyder authored
      Rename the Qt slots 'keyword' to Q_SLOTS.
      
      Having this in the source confuses cppcheck, which reports syntax errors.
      We can define slots as a macro expanding to nothing in the cppcheck
      configuration, but if we do that globally, there are other packages that
      break because they use slots as an identifier.  Using Q_SLOTS instead
      prevents this name collision.
      c618872c
Loading