Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e77343fb | 2025-07-22 18:03:58 | wip: NULL marshalling in marshall_heap_pointer | ||
| dd1645b7 | 2025-07-22 13:51:25 | WIP: macro for test on buf and heap | ||
| d4ded9e1 | 2025-07-22 11:19:21 | WIP: marshall_read tests | ||
| 5a694fd1 | 2025-07-21 21:17:52 | stacktrace | ||
| 94797ece | 2025-07-21 19:23:02 | plist_join, plist_reverse | ||
| e8367141 | 2025-07-21 18:18:26 | fix: memory leaks for marshall | ||
| 81001ea4 | 2025-07-21 17:46:35 | wip ws and make marshall_read compile | ||
| 56116921 | 2025-07-21 17:40:22 | ws: 72 columns | ||
| 377523e3 | 2025-07-21 17:48:19 | fix compilation | ||
| 539e2263 | 2025-07-21 17:33:28 | style: changed too long lines | ||
| a444a020 | 2025-07-21 17:32:21 | ws | ||
| 60eb1f01 | 2025-07-21 17:14:50 | WIP: reorganize test case | ||
| a222ebbf | 2025-07-21 17:11:48 | WIP: marshall_read_plist | ||
| 4cddecc3 | 2025-07-21 16:24:23 | fix marshall/marshall_read for p_* pointer types | ||
| 6ab705bf | 2025-07-21 16:12:46 | update sources | ||
| b2d7c095 | 2025-07-21 16:11:59 | fix doc controller | ||
| 3c8a8ce8 | 2025-07-21 15:02:59 | feat: unit test for marshall_plist | ||
| 92e1ee09 | 2025-07-21 14:45:16 | feat: marshall_plist implementation | ||
| 2b1f0353 | 2025-07-18 18:08:45 | wip: marshall_heap_pointer call in marshall_plist | ||
| 3156765f | 2025-07-18 17:48:36 | test: marshall_tag_bool_and_heap | ||
| f2b589f0 | 2025-07-18 17:02:12 | marshall test | ||
| bd3973e6 | 2025-07-18 16:54:29 | test: marshall_tag_bool | ||
| cd0dd0d4 | 2025-07-18 15:45:41 | test: marshall_tag | ||
| a72bc1d9 | 2025-07-18 14:59:40 | wip: marshall_plist calls marshall_list | ||
| 221b29c0 | 2025-07-18 12:10:34 | wip: marshall_plist calls /!\ Segfault because of invalid s_tag providen in marshall_test | ||
| 1198a6ef | 2025-07-17 16:09:59 | feat: marshall_read_p* | ||
| f0beff81 | 2025-07-17 15:04:09 | feat: pointers typedefs | ||
| ef67efb3 | 2025-07-17 05:43:30 | fix indentation | ||
| 2b797263 | 2025-07-17 05:35:03 | fix marshall_read.c function signatures | ||
| bcbd48a1 | 2025-07-16 18:28:58 | fix marshall_read.h protos | ||
| 53c14783 | 2025-07-16 15:47:32 | feat: marshall_read_tag complete | ||
| 4fd55a96 | 2025-07-15 21:18:07 | feat: add comprehensive marshall test coverage for bool and character types - Add MARSHALL_TEST_BUF_BOOL and MARSHALL_TEST_HEAP_BOOL for boolean testing - Add specialized MARSHALL_TEST_CHARACTER macro for UTF-8 encoded character testing - Add MARSHALL_TEST_BUF_CHARACTER and MARSHALL_TEST_HEAP_CHARACTER macros - Fix character test size comparison (uses sizeof(expected) vs sizeof(character)) - Test coverage now includes all basic types: bool, character, s8-s64, sw, u8-u64, uw - All tests support both buffer (heap=false) and heap (heap=true) marshalling modes - Total test count increased from 221 to 223 tests (100% passing) | ||
| 3c62a3da | 2025-07-15 20:47:16 | wip marshall_test and marshall_init | ||
| 5669dfe0 | 2025-07-15 20:33:09 | feat: add MARSHALL_TEST_HEAP_* macros and tests - Add MARSHALL_TEST_HEAP_* macros for testing heap marshalling (heap = true) - Add heap test calls alongside existing buffer tests in all test cases - Provides comprehensive testing of both buffer and heap marshalling modes | ||
| 07f166ae | 2025-07-17 12:10:04 | wip(marshall_read): marshall_read_list | ||
| 784610ec | 2025-07-17 11:20:07 | fix: unused useless code | ||
| d9ff9e2d | 2025-07-17 10:47:22 | feat(marshall_test): marshall_list test | ||
| 79ad5af8 | 2025-07-17 06:08:46 | sort alphabetically | ||
| c2fb36ca | 2025-07-15 20: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 | ||
| 9940c063 | 2025-07-15 18:28:07 | feat: marshall_heap_pointer | ||
| c87b665d | 2025-07-15 18:17:53 | feat: WIP new marshalling functions for non integer types | ||
| 5a755a09 | 2025-07-15 16:47:06 | feat: deleted unmarshall.c and changed to marshall_read.c | ||
| b0f77d65 | 2025-07-15 15:07:21 | update sources | ||
| ae4bce6d | 2025-07-15 15:07:11 | wip types | ||
| f9c1148f | 2025-07-13 20:49:00 | marshall read: proto remove const | ||
| 32feaf01 | 2025-07-13 19:35:51 | add prototypes to libkc3/marshall_read.h | ||
| 5d9703df | 2025-07-13 17:27:49 | MARSHALL_MAGIC | ||
| 9cb77187 | 2025-07-13 16:16:11 | TEST_STR_EQ | ||
| c313631d | 2025-07-13 15:03:35 | cleanup all marshall and marshall_read files | ||
| f7127412 | 2025-07-15 14:43:05 | test: unmarshall | ||
| 86568039 | 2025-07-11 17:38:57 | feat: unmarshalling functions begin | ||
| 94675057 | 2025-07-11 17:16:29 | feat: marshalling save to file and read from file See marshalling.h comments for more details | ||
| 5c4e252c | 2025-07-11 14:11:29 | fix: marshall init test | ||
| 5f4b6266 | 2025-07-10 18:16:20 | feat: header proto marshall | ||
| 294db35c | 2025-07-10 17:56:36 | feat: marshall.h | ||
| 7f3cd5de | 2025-07-10 17:42:47 | feat: marshall character utf8 | ||
| b59d173d | 2025-07-10 17:19:11 | wip | ||
| 0ce9dee2 | 2025-07-10 17:14:28 | wip | ||
| 14e5009d | 2025-07-10 16:33:44 | serialize.c -> marshall.c for real | ||
| 4ebdcd5e | 2025-07-10 16:32:45 | serialize -> marshall.c | ||
| 1211dd9a | 2025-07-10 16:25:57 | wip TODO marshall.kc3 | ||
| bb3dd14a | 2025-07-10 16:10:57 | refactor serialize -> marshall | ||
| ae897203 | 2025-07-10 15:42:42 | chore: TODO.md | ||
| 63891982 | 2025-07-10 14:37:58 | feat: generic serializer | ||
| ed667781 | 2025-07-10 11:39:21 | feat: little endian serialization | ||
| a7469a29 | 2025-07-10 11:07:57 | feat: marshall to buf (incorrect) | ||
| ab1bcf05 | 2025-07-10 15:54:28 | remove deserialize.c deserialize.h | ||
| 7615a080 | 2025-07-09 17:17:44 | feat: marshall serialize (un)signed(8/16/32/64/w) unit tests | ||
| d8f7e1e5 | 2025-07-09 16:35:14 | test: marshall test generic macro | ||
| 1d295b09 | 2025-07-08 19:00:08 | feat: serialize_u32 unit test | ||
| 6fb25afb | 2025-07-08 14:52:44 | feat: marshall.h | ||
| 5bb5257f | 2025-07-08 14:51:18 | feat: marshall_test | ||
| 86bb418a | 2025-07-08 14:50:38 | fix: serializer error cases | ||
| 11d05a36 | 2025-07-07 14:08:19 | doc: install guides missing dependency | ||
| 4a4b5b6d | 2025-07-21 15:33:59 | fix last bugs | ||
| 771ec668 | 2025-07-21 14:04:48 | tag_init_sym -> tag_init_psym | ||
| 6160bff2 | 2025-07-21 13:03:11 | tests pass: refactor p_* | ||
| 5aca5640 | 2025-07-21 03:28:39 | refactor p_* | ||
| 944c07d2 | 2025-07-21 02:28:03 | wip p_* | ||
| 87826002 | 2025-07-21 01:59:24 | refactor types.h p_* types | ||
| d05d821d | 2025-07-20 23:55:00 | split env_eval_equal.c env_eval_quote.c | ||
| 05a5dca9 | 2025-07-20 22:20:38 | add test for while unwind protect | ||
| 09649368 | 2025-07-20 22:20:28 | fix json test | ||
| a1a0a02b | 2025-07-20 17:34:38 | fix env_while unwind protect jmp_buf order on stack | ||
| 7158549a | 2025-07-20 17:11:55 | wip tests, test_asan | ||
| 4826d948 | 2025-07-20 15:35:38 | fix json and add tests for ikc3/while | ||
| bb00d0c3 | 2025-07-20 15:11:03 | fix setjmp clobbering of dest in env_while | ||
| 9c28e6c7 | 2025-07-20 15:06:15 | fix test_ekc3 | ||
| fb7ae9ad | 2025-07-20 14:41:49 | split buf_parse_ident_cast and fix '(Ident) Module.sym' parsing and special operator resolution | ||
| 8398379f | 2025-07-19 23:40:36 | license and while | ||
| baab45a7 | 2025-07-19 19:45:46 | make ikc3 tests pass again, add % operator | ||
| 94d38022 | 2025-07-19 15:14:26 | wip | ||
| 3f0fecd3 | 2025-07-19 11:02:24 | fix while test (while argument needs parens) | ||
| 4ed6b582 | 2025-07-19 10:31:48 | while tests | ||
| 326cb5df | 2025-07-18 21:41:16 | wip | ||
| 1da3e3f5 | 2025-07-18 19:49:13 | Add comprehensive while loop test for KC3 - Test basic while loop with false condition (no execution) - Test counter loop with puts output and variable mutation - Test sum calculation loop demonstrating accumulation - Test while loop with break statement and conditional exit - Test list building with while loop using cons operator - Follow existing ikc3 test patterns with quote/execute structure | ||
| b73bb339 | 2025-07-17 11:20:38 | wip no autoload | ||
| 6a257091 | 2025-07-17 08:25:08 | remove auto loading in env and env_eval | ||
| 37b171b1 | 2025-07-17 08:14:40 | fix require's | ||
| 35420107 | 2025-07-17 07:51:33 | remove module autoloading at struct init |