Skip to content
Snippets Groups Projects
  1. Dec 03, 2021
    • Florian Fischer's avatar
      reduce test load when logging · 905fb18b
      Florian Fischer authored
      I suspect some test which scale whith the number of CPUs to timeout
      mostly on jenkins2.
      This patch reduces the load when logging is active and increases the
      load when logging is off.
      Therefore our test build with debugoptimized will do less and hopefully
      only timeout when they actually hung and the release test will do
      more.
      905fb18b
  2. 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
  3. Mar 13, 2021
  4. Feb 19, 2021
  5. Jan 26, 2021
  6. Jan 12, 2021
  7. Dec 18, 2020
  8. Dec 10, 2020
  9. Dec 09, 2020
  10. Nov 27, 2020
  11. Nov 16, 2020
  12. Nov 10, 2020
  13. Nov 05, 2020
  14. Jul 12, 2018
  15. Aug 03, 2017
  16. Jun 19, 2017
  17. 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
  18. Apr 11, 2017
  19. Apr 06, 2017
  20. Apr 04, 2017
Loading