Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
  2. Sep 23, 2020
  3. Sep 08, 2020
  4. Sep 07, 2020
    • Christoph Kampmeyer's avatar
      ConfigReader: · 8080bba9
      Christoph Kampmeyer authored
        - Removed extra call to registerModule which caused multiple creation
          of the same module on a tree node
        - Made addChildNode private
      8080bba9
  5. Sep 04, 2020
  6. Jul 31, 2020
  7. Jul 30, 2020
  8. Jul 29, 2020
  9. May 04, 2020
  10. Apr 29, 2020
  11. Apr 27, 2020
  12. Apr 24, 2020
  13. Apr 23, 2020
  14. Apr 22, 2020
  15. Apr 21, 2020
    • zenker's avatar
      Handle write calls without a message · 8e2eaadb
      zenker authored
      If someone includes the Logger into an ApplcationModule and calls writeAll() the Logger variable message will be written. To catch that cases set message empty after calling sendMessage and ignore empty messages in the LoggingModule.
      Unverified
      8e2eaadb
  16. Apr 17, 2020
  17. Mar 26, 2020
  18. Mar 20, 2020
  19. Feb 27, 2020
  20. Feb 05, 2020
  21. Jan 24, 2020
    • Christoph Kampmeyer's avatar
      Add StatusAggregator (#14): · cba96457
      Christoph Kampmeyer authored
          - Basic structure of test application
          - Added modules
          - Refactoring of StatusMonitor to provide a non-templated base class
          - Needs follow-up, for status see issue #14 and the linked follow-up
            ticket
      cba96457
  22. Jan 17, 2020
  23. Jan 13, 2020
    • Martin Killenberg's avatar
      Solved some recursive inclusion of headers · 53d9ee23
      Martin Killenberg authored
      - ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself
      - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
      53d9ee23
  24. Jan 09, 2020
Loading