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 03, 2021
  3. Dec 09, 2020
  4. Nov 10, 2020
  5. Nov 05, 2020
  6. Apr 07, 2017
  7. Apr 06, 2017
  8. Sep 08, 2016
Loading