- Mar 23, 2021
-
-
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.
-
- Mar 03, 2021
-
-
Florian Schmaus authored
-
- Dec 09, 2020
-
-
Florian Schmaus authored
In debug builds, the schedule() method is now guarded by an assert(), as due to this change, the schedule() method will no longer work from everywhere. This also improves the worker sleep method.
-
- Nov 10, 2020
-
-
Florian Schmaus authored
-
- Nov 05, 2020
-
-
Florian Schmaus authored
-
Florian Schmaus authored
-
Florian Schmaus authored
-
- Apr 07, 2017
-
-
Florian Schmaus authored
to aid debugging.
-
- Apr 06, 2017
-
-
Florian Schmaus authored
We need to spawn another fiber in fibKickoff
-
- Sep 08, 2016
-
-
Florian Schmaus authored
-