toxcore/other/event_tooling
iphydf b4d8826228
cleanup: Remove old type-ordered event getters.
These are quite expensive, because they go through all events to index
in a typed array that no longer exists. Clients should index in the
union array and find the event they want themselves, or use dispatch.
2024-01-15 17:29:43 +00:00
..
.gitignore add the event impl generation tool 2023-12-20 10:46:59 +01:00
Dockerfile refactor: Make event dispatch ordered by receive time. 2024-01-15 16:32:10 +00:00
generate_event_c.cpp cleanup: Remove old type-ordered event getters. 2024-01-15 17:29:43 +00:00
run refactor: Make event dispatch ordered by receive time. 2024-01-15 16:32:10 +00:00