Jean Sirmai jean
  • Joined on 2023-10-16
jean pushed to devel at gem-graph/gem-graph-client 2024-11-21 14:57:46 +01:00
aad9586ee4 src/util/* include/base.h makes available util_concat(), util_read_file()
jean pushed to devel at gem-graph/gem-graph-client 2024-11-20 18:04:01 +01:00
f3564d0462 docs/rtfm/manual WIP: redaction
fcc2dd1c6e include/fsm.h, src/fsm/*: reworked memory management of the logging system
4c375c5405 src/widget/*, src/main.c: catching window::close-request signal, and a few renames
e32427912d src/fsm/log/oper.c fsm_add_log_event() fixing a bug
05bb7c4ec2 src/widget/main_window/design First visible window (with memory leaks)
Compare 16 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-11-20 17:21:33 +01:00
d6c2a8b121 include/fsm.h, src/fsm/*: reworked memory management of the logging system
jean pushed to devel at gem-graph/gem-graph-client 2024-11-20 17:15:55 +01:00
cb5e3137da include/fsm.h, src/fsm/*: reworked memory management of the logging system
a0e0ab4baa docs/rtfm/manual WIP: redaction
917886ee6b WIP: src/fsm/log/oper.c fsm_publish_log() studying memory leaks with Valgrind
4df832f342 src/widget/*, src/main.c: catching window::close-request signal, and a few renames
bb89a2f03c src/fsm/log/oper.c fsm_add_log_event() fixing a bug
Compare 11 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-11-13 17:27:48 +01:00
b2bccc8da4 src/fsm/log/oper.c fsm_add_log_event() fixing a bug
jean pushed to devel at gem-graph/gem-graph-client 2024-11-13 13:13:20 +01:00
faba304ba4 src/widget/main_window/design First visible window (with memory leaks)
dc74605850 docs/rtfm/intro writing + cleaning details in src/
de9b28520a rtfm/intro (writing the manual) + cleaning doc
Compare 3 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-11-11 16:40:54 +01:00
7b51248aa5 * modifies several names:
jean pushed to devel at gem-graph/gem-graph-client 2024-11-10 20:17:15 +01:00
74894b5253 rtfm/intro Manual Introduction - a first version.
4d97b5328e src/fsm/control.c fsm_init() and fsm_close() can be now triggered from main().
4ce6443e39 /src/fsm/log/* adds the three files:
Compare 3 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-11-08 16:56:02 +01:00
3edeb139bb /src/fsm/log/* adds the three files:
jean pushed to devel at gem-graph/gem-graph-client 2024-11-08 16:24:48 +01:00
a64c960548 /src/fsm/log/* introduces the functions that the log needs.
jean pushed to devel at gem-graph/gem-graph-client 2024-11-08 13:26:28 +01:00
331fa3915f src/fsm/log/* three files created in this dir: manager.c, oper.c and appendix.c
56b539e9c0 include/fsm.h: prepares the building of a log and create src/readme.doc
Compare 2 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-11-06 19:47:31 +01:00
9dda3327e0 include/fsm.h: prepares the building of a log and create src/readme.doc
jean pushed to devel at gem-graph/gem-graph-client 2024-11-06 19:41:44 +01:00
jean pushed to devel at gem-graph/gem-graph-client 2024-11-06 18:48:07 +01:00
ce6a46b6d3 include/fsm.h: prepares the building of a log; create src/readme.doc
jean pushed to devel at gem-graph/gem-graph-client 2024-11-04 06:44:09 +01:00
e3e1a2006d src/fsm/log/* functional log prototype
jean pushed to devel at gem-graph/gem-graph-client 2024-11-01 21:57:53 +01:00
jean pushed to devel at gem-graph/gem-graph-client 2024-11-01 18:25:40 +01:00
8003509a72 src/parse.c devel branch commit 79cae535258d557e29592a45fbdf426149505738
354a53eefb docs/*: integrate doxygen, create a documentation zone, adds notes
34e445b845 scripts/*: add a script that can list every function name
ca5640fa9f Makefile: fixes and parallel by default
3ad9a33319 src/*, simple Gtk application
Compare 5 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-10-28 14:24:20 +01:00
864e06618f src/*: add proper LICENSE notices
73c474b765 docs/doxyfile,html,rtfm/man3/*, Makefile: integrate doxygen for documentation
43ddfad3af docs/*notes*: add personal notes (TODO refactor)
60f5b7a00d docs/*: create a documentation zone, with different ressources that help development
549431196b scripts/*: add a script that can list every function name
Compare 7 commits »
jean pushed to devel at gem-graph/gem-graph-client 2024-10-28 11:40:12 +01:00
e40cb98849 doxygen main.c include dependency graph & doc cleaned 😇
jean pushed to devel at gem-graph/gem-graph-client 2024-10-28 09:45:24 +01:00
68ba797f3f doxygen main() cleaned