Commit Graph

12 Commits

Author SHA1 Message Date
2d29713f57 serial: convert b_serial_ctx to a b_object interface 2025-10-28 15:20:57 +00:00
02b6e3e3ad serial: toml: use b_string_replace_all_with_stringstream in refill_linebuf 2025-10-25 00:06:11 +01:00
508cb75ea3 serial: remove json (de)serialiser
this will be replaced with a new (de)serialiser that won't use
another library's data structures as an intermediary.
2025-10-24 12:45:53 +01:00
749bc8bc5b serial: update b_stream usage 2025-10-24 12:45:43 +01:00
f941c470b6 serial: toml: replace b_string usage with b_stringstream in refill_linebuf 2025-10-24 12:44:45 +01:00
6e979579ea serial: update to use new object system 2025-10-19 21:01:27 +01:00
06add543bf Merge branch 'main' into feature/new-object-system 2025-10-15 11:13:00 +01:00
30210d67e0 serial: add toml parser 2025-09-22 10:54:33 +01:00
9fa2168599 serial: json: update b_dict usage 2025-09-22 10:54:11 +01:00
bdf201dedc TEMP: add toml parser 2025-09-19 15:47:59 +01:00
0751ef469f meta: rename legacy object module to 'ds' 2025-08-09 19:57:42 +01:00
c987f34693 meta: add serial module for (de)serialising objects 2025-06-27 21:53:40 +01:00