Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2738d6eb | 2025-09-04 17:26:01 | fix marshall_read_test and env dump size | ||
| bd3bd014 | 2025-09-04 16:37:03 | fix a couple of marshall read tests for refactor of e_tag_type | ||
| d4d05ae7 | 2025-08-22 12:10:01 | fix marshall tests using claude-code | ||
| c8f35404 | 2025-08-17 22:32:44 | Fix build on MacOS, mainly includes for endian.h | ||
| 86039355 | 2025-08-10 12:53:32 | fix marshall/read tests using claude-code | ||
| d72a9ae5 | 2025-08-08 10:28:06 | fix: commented a test | ||
| 1df5b43a | 2025-08-08 09:51:49 | wip: test tag for str | ||
| e90f7a57 | 2025-08-05 08:03:09 | comment all marshall_read tests that fail | ||
| 37305dc8 | 2025-08-05 03:58:26 | wip | ||
| d51d16af | 2025-08-04 15:25:11 | feat: added all types tests | ||
| 5f00909a | 2025-08-04 11:57:20 | fix: err inspect didn't require a pointer | ||
| 261cc860 | 2025-08-03 12:58:47 | dereference arguments to _inspect_* for basic C numeric types. | ||
| b1ee9258 | 2025-07-31 12:34:49 | feat: added marshall_read_ht functions | ||
| 871cd980 | 2025-07-31 11:23:45 | feat: added wide read_tests | ||
| 695eec3e | 2025-07-31 10:53:28 | fix: removed on_heap for marshall_read test | ||
| 29262c6f | 2025-07-30 18:18:00 | fix: heap size on read_tests | ||
| 67246b74 | 2025-07-29 19:38:11 | fix marshall_read_test f64 wrong buf size in header | ||
| c243e768 | 2025-07-29 18:21:23 | feat: removed useless test with preprocessor | ||
| fd1c8de4 | 2025-07-29 18:19:40 | feat: added character tests | ||
| c49fef61 | 2025-07-29 18:15:28 | feat: tests for signed integer types | ||
| ea040bd5 | 2025-07-29 16:13:52 | feat: marshall_read_test indentation | ||
| 7e07e8d3 | 2025-07-29 11:40:52 | fix: replaced broken f128 value by PI | ||
| 1002d09b | 2025-07-28 17:28:28 | bug: last f128 test error | ||
| 3840968a | 2025-07-28 17:06:24 | feat: marshall_read_array | ||
| 57342ad2 | 2025-07-28 15:50:20 | feat: floating point marshall_read_test_tag | ||
| 87d56300 | 2025-07-28 15:13:37 | fix: wrong call type in marshall_read test because the enum changed | ||
| bbd83477 | 2025-07-25 18:02:09 | refactor: TAG_LIST -> TAG_PLIST | ||
| bb0a3fe1 | 2025-07-25 17:17:32 | fix: hexadecimal values for max unsigned tests marshall_read | ||
| bd5aa889 | 2025-07-25 16:35:38 | feat: marshall_read reads bool and u8; changed the enum in types.h to explicit values | ||
| 8edcffdd | 2025-07-25 11:10:09 | update tests | ||
| db05865d | 2025-07-25 09:46:54 | fix marshall_read_test.c for marshall_read_bool | ||
| 14b8fcc1 | 2025-07-25 08:00:43 | wip marshall_read / tests | ||
| 9de46efb | 2025-07-24 17:16:34 | fix: expected strings in marshall_test.c | ||
| cf27722e | 2025-07-24 15:19:40 | wip: resurected marshall_read_plist test | ||
| a0434fc1 | 2025-07-23 15:37:00 | wip: marshall_read_test | ||
| 58b8ab0d | 2025-07-23 13:18:37 | fix: marshall_init -> marshall_read_init; wip: replace duplicated macros There's now a macro to test any type instead of a thousand useless defines | ||
| 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 |