libkc3/marshall.h

Branch


Log

Author Commit Date CI Message
Thomas de Grivel d5792817 2025-09-12T21:32:14 wip
Thomas de Grivel a1f129b6 2025-09-12T19:31:19 make test_httpd
Thomas de Grivel a9077c87 2025-09-04T01:19:32 wip memory corruption or bug in facts_remove_fact
Perle cac787da 2025-08-22T15:49:40 feat: added headers for pointer.h
Thomas de Grivel f7200b12 2025-08-19T21:41:36 refactor file_open to accept s_str
Thomas de Grivel 0af87973 2025-08-18T23:51:08 wip pfacts
Thomas de Grivel f5ec849d 2025-08-15T11:37:20 fix marshall ikc3 tests
Thomas de Grivel 32d162e3 2025-08-14T22:48:00 wip dump/restore env
Thomas de Grivel dfa0bce9 2025-08-14T14:58:31 dump and restore env
Thomas de Grivel cd368cb7 2025-08-13T18:13:54 stub env marshall functions
Thomas de Grivel 8493abcd 2025-08-11T14:46:44 marshall_size
Thomas de Grivel 4f79fbba 2025-08-11T12:26:20 wip marshall facts db
Thomas de Grivel c1163b18 2025-08-10T00:27:05 align prototypes on marshall_data, add many error messages
Google Search Manual 7827ce4b 2025-08-04T16:45:55 feat: marshall_struct, marshall_(p)struct_type
Google Search Manual 7142b22b 2025-08-04T12:44:00 wip: marshall_struct
Google Search Manual cd742277 2025-08-01T15:40:19 feat: marshall_ratio, marshall_quote, marshall_var, marshall_pvar, marshall_complex
Google Search Manual 753c0fa3 2025-07-31T16:41:57 feat: marshall_heap_pointer now takes a const pointer + marshall_(p)frame prototype
Thomas de Grivel 942099c5 2025-07-26T20:14:43 fix compilation
Thomas de Grivel 979b3eef 2025-07-26T19:48:21 refactor types.h
Google Search Manual 2b1f0353 2025-07-18T18:08:45 wip: marshall_heap_pointer call in marshall_plist
Google Search Manual 221b29c0 2025-07-18T12:10:34 wip: marshall_plist calls /!\ Segfault because of invalid s_tag providen in marshall_test
Thomas de Grivel c2fb36ca 2025-07-15T20:19:01 fix: marshall function parameter mismatches - Add missing heap parameter to marshall_tag call in kc3.c:718 - Add missing heap parameter to marshall_uw call in marshall.c:278 - Add missing heap parameter to marshall_tag call in marshall.c:282 - Fix marshall_heap_pointer function signature to match header declaration - Fix marshall_list parameter to be const s_list * to match header - Update test macros to include heap parameter and rename to MARSHALL_TEST_BUF_* - Fix direct marshall_u32 calls in test functions to include heap parameter
Google Search Manual 9940c063 2025-07-15T18:28:07 feat: marshall_heap_pointer
Thomas de Grivel 5d9703df 2025-07-13T17:27:49 MARSHALL_MAGIC
Thomas de Grivel c313631d 2025-07-13T15:03:35 cleanup all marshall and marshall_read files
Google Search Manual 94675057 2025-07-11T17:16:29 feat: marshalling save to file and read from file See marshalling.h comments for more details
Google Search Manual 5f4b6266 2025-07-10T18:16:20 feat: header proto marshall
Google Search Manual 294db35c 2025-07-10T17:56:36 feat: marshall.h
Thomas de Grivel bb3dd14a 2025-07-10T16:10:57 refactor serialize -> marshall
Google Search Manual 6fb25afb 2025-07-08T14:52:44 feat: marshall.h