doompanning/src
oxmox 3ab1f6eee3 get rid of the doomId concept, use the pid instead
The internal unique id should not be needed, the pid is unique enough :)

Also this can allow starting dooms externally without having to pass an id
parameter that's not already in use. The externally started doom sends its
pid with the DoomReady message and the controller can add a new entry if it
needs to. Of course the controller will not be able to kill() these
externally started dooms.
2023-02-18 22:28:15 +01:00
..
CMakeLists.txt make logc an OBJECT library and enable clang-tidy for my code 2023-02-18 12:30:53 +01:00
doompanning.cc get rid of the doomId concept, use the pid instead 2023-02-18 22:28:15 +01:00
doomsim.cc get rid of the doomId concept, use the pid instead 2023-02-18 22:28:15 +01:00
dp_common.c build tiny messaging infrastructure, refactor, hack till it sort of works 2023-02-18 22:08:12 +01:00
dp_common.h get rid of the doomId concept, use the pid instead 2023-02-18 22:28:15 +01:00
dp_common_c_test.c build tiny messaging infrastructure, refactor, hack till it sort of works 2023-02-18 22:08:12 +01:00
dp_imgui_demo.cc add an imgui demo app + cmake cleanup 2023-02-12 13:39:48 +01:00
dp_types.h add my standard typedefs for integrals 2023-02-12 13:38:54 +01:00
dp_util.hpp posix_spawn() doomsims 2023-02-18 12:30:53 +01:00
log.c refactoring all the things 2023-02-08 06:39:23 +01:00
log.h refactoring all the things 2023-02-08 06:39:23 +01:00