Commits on Source (6)
-
a8e73191
-
The includes are missing when including this file into another.
52adca10 -
es_out_sys_t is the name used in es_out.c for the main es_out. By providing a dedicated name, we gain more clarity and better integration with tooling.
8363d6c3 -
es_out_sys_t is the name used in es_out.c for the main es_out. By providing a dedicated name, we gain more clarity and better integration with tooling.
212ed3d8 -
The upper class was used everywhere, leading to the pointer being downcasted at the beginning of every function. By using the downcast class everywhere, we don't introduce explicit downcast in most places. This commit also reduces the usage of the es_out_t type as parameter, which will be moved to another downclass in follow-up MR.
5689fcde -
The upper class was used everywhere, leading to the pointer being downcasted at the beginning of every function. By using the downcast class everywhere, we don't introduce explicit downcast in most places. This commit also reduces the usage of the es_out_t type as parameter, which will be moved to another downclass in follow-up MR.
d56e9c1e
Showing
This diff is collapsed.