Skip to content
Snippets Groups Projects
  1. May 04, 2020
  2. Apr 29, 2020
  3. Apr 27, 2020
  4. Apr 24, 2020
  5. Apr 23, 2020
  6. Apr 22, 2020
  7. 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
  8. Apr 17, 2020
  9. Mar 26, 2020
  10. Mar 20, 2020
  11. Feb 27, 2020
  12. Feb 05, 2020
  13. 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
  14. Jan 17, 2020
  15. 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
  16. Jan 09, 2020
  17. Jan 08, 2020
  18. Dec 13, 2019
  19. Dec 12, 2019
  20. Nov 21, 2019
  21. Nov 20, 2019
  22. Nov 19, 2019
  23. Nov 14, 2019
    • Martin Killenberg's avatar
      StatusMonitor: · 50dd62e3
      Martin Killenberg authored
      - removed sleep
      - put reading to end of loop (process initial value before blocking)
      50dd62e3
  24. Nov 13, 2019
  25. Oct 02, 2019
Loading