Skip to content
Snippets Groups Projects
  1. Mar 23, 2021
    • Florian Fischer's avatar
      [Debug] s/WDBG/DBG and always terminate a log messager with a new line · 28028fac
      Florian Fischer authored
      Rename the macro used to build up the debug message, to better reflect
      its generality.
      It can be used anywhere to build a string with C++ stream formatting.
      std::string s = EMPER_BUILD_STR("foo = " << 1 " , bar = " << bar(42));
      
      Since WDBG was the only log macro without a terminating newline, which
      was in fact broken according to flow, we can remove it and the new line
      handling code in the LOG macro.
      28028fac
  2. Mar 13, 2021
  3. Feb 19, 2021
  4. Jan 26, 2021
  5. Jan 12, 2021
  6. Dec 18, 2020
  7. Dec 10, 2020
  8. Dec 09, 2020
  9. Nov 27, 2020
  10. Nov 16, 2020
  11. Nov 10, 2020
  12. Nov 05, 2020
  13. Jul 12, 2018
  14. Aug 03, 2017
  15. Jun 19, 2017
  16. Jun 18, 2017
    • Florian Schmaus's avatar
      Fix SimpleActorTest · 4e3c18f0
      Florian Schmaus authored
      The CPS already gets incremented by the
      SynchronizedFiber. Initializing the CPS with FIBER_COUNT means that
      the CPS will never become ready.
      4e3c18f0
  17. Apr 11, 2017
  18. Apr 06, 2017
  19. Apr 04, 2017
Loading