gem-graph-client/include
Adrien Bourmault 30f844370c src/{fsm,widget}/*, include/fsm.h: reworked logging memory management and encapsulated calls
This commit fixes issues with memory management in the logging code of the FSM. It also
optimizes operations by restricting char* pointers, allowing the compiler knowing that they
do not overlap. Finally, it encapsulates calls to fsm_add_log in a macro that allows to
automatically get file and function names.

Signed-off-by: Adrien 'neox' Bourmault <neox@a-lec.org>
2024-11-22 17:07:22 +01:00
..
base.h src/util/* include/base.h makes available util_concat(), util_read_file() 2024-11-21 23:22:37 +01:00
fsm.h src/{fsm,widget}/*, include/fsm.h: reworked logging memory management and encapsulated calls 2024-11-22 17:07:22 +01:00
util.h src/util/* include/base.h makes available util_concat(), util_read_file() 2024-11-21 23:22:37 +01:00
widget.h src/widget/main_window/design.c adding a title and a button in the header_bar 2024-11-22 00:29:39 +01:00