Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 40d3caf6 | 2025-08-06 10:52:18 | add marshall_integer test | ||
| 15ce7221 | 2025-08-06 10:21:13 | feat: tests for marshall_struct (via marshall_tag) | ||
| 7169b221 | 2025-08-06 00:02:20 | fix data for buf_inspect_list -> plist and _size functions, also work on ekc3 | ||
| 85452a49 | 2025-08-05 10:33:29 | ekc3 tests | ||
| e90f7a57 | 2025-08-05 08:03:09 | comment all marshall_read tests that fail | ||
| 083beb35 | 2025-08-05 07:46:21 | make | ||
| a27dc418 | 2025-08-05 07:38:39 | embed_parse_template_str | ||
| 63d336a7 | 2025-08-05 07:17:13 | wip embed | ||
| eb06917b | 2025-08-05 05:26:14 | embed test | ||
| f8317f48 | 2025-08-05 05:07:47 | wip | ||
| 37305dc8 | 2025-08-05 03:58:26 | wip | ||
| d51d16af | 2025-08-04 15:25:11 | feat: added all types tests | ||
| 739bf65d | 2025-08-04 12:43:39 | fix: indentation | ||
| 5f00909a | 2025-08-04 11:57:20 | fix: err inspect didn't require a pointer | ||
| 7fd229db | 2025-08-03 14:32:59 | update string formatting to follow C std | ||
| 98a85d9d | 2025-08-03 13:39:27 | update test vector to use new formatting (inspect_str_hex) | ||
| 261cc860 | 2025-08-03 12:58:47 | dereference arguments to _inspect_* for basic C numeric types. | ||
| b432845c | 2025-08-03 12:56:00 | dereference arguments to inspect for numeric types | ||
| 2d20dcd1 | 2025-08-02 19:08:26 | feat: KC3 uptime and pcallable and pvar names | ||
| aa614ac0 | 2025-08-02 15:42:20 | move KC3.uptime() to Time.uptime() | ||
| 23157d69 | 2025-08-02 13:32:32 | add uptime to test_httpd in /system | ||
| d933af02 | 2025-08-01 14:42:03 | add support for basic types in set and implemented set_has__NAME | ||
| 4c6b7321 | 2025-08-01 19:37:07 | fact_init_1 | ||
| 2ff8c43f | 2025-08-01 17:59:35 | feat: marshall_fact misc func | ||
| b96fed9d | 2025-08-01 17:15:30 | fix: missing comment | ||
| 1339f017 | 2025-08-01 17:14:31 | feat: marshall_ptr, marshall_ptr_free + tests | ||
| 1b47a3b8 | 2025-08-01 16:34:37 | wip: marshall_time | ||
| cd742277 | 2025-08-01 15:40:19 | feat: marshall_ratio, marshall_quote, marshall_var, marshall_pvar, marshall_complex | ||
| 57641de6 | 2025-08-01 11:58:18 | feat: marshall_fn test | ||
| c9556740 | 2025-07-31 16:54:33 | feat: unit tests (100% passing !!) | ||
| dca46f15 | 2025-07-31 14:23:17 | feat: marshall_map tag test | ||
| 998ce18d | 2025-07-31 14:23:07 | feat: use of memcmp instead of strcmp for tests | ||
| 1edc05ec | 2025-07-31 14:22:21 | feat: buf inspect string oct->hex format | ||
| 3e00837e | 2025-07-31 13:27:26 | feat: marshall_float32/64/128 | ||
| 22084086 | 2025-07-31 12:36:51 | fix: marshall_plist test | ||
| b1ee9258 | 2025-07-31 12:34:49 | feat: added marshall_read_ht functions | ||
| 92518898 | 2025-07-31 11:47:54 | fix: unit tests indentation | ||
| 1e7e0b09 | 2025-07-31 11:40:45 | refactor: unit tests | ||
| 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 | ||
| f30eeefe | 2025-07-31 10:35:04 | fix test marshall_test.c | ||
| 7b0a452b | 2025-07-31 10:32:17 | remove _HEAP tests from marshall_test | ||
| 29262c6f | 2025-07-30 18:18:00 | fix: heap size on read_tests | ||
| feedeed0 | 2025-07-29 21:59:58 | reorder and add tests for marshall_test_tag | ||
| 67246b74 | 2025-07-29 19:38:11 | fix marshall_read_test f64 wrong buf size in header | ||
| 49a7a2aa | 2025-07-29 19:18:55 | reorder marshall tag tests | ||
| 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 | ||
| b2477ae8 | 2025-07-29 16:27:23 | chore: uncommented not implemented tests | ||
| 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 | ||
| be59a757 | 2025-07-29 10:57:05 | feat: marshall_tag integer test | ||
| bb9dea2b | 2025-07-29 10:40:01 | fix: marshall_tag(integer) test failed | ||
| 1002d09b | 2025-07-28 17:28:28 | bug: last f128 test error | ||
| 3840968a | 2025-07-28 17:06:24 | feat: marshall_read_array | ||
| 1ee8a052 | 2025-07-28 16:50:50 | refactor(test/marshall): better reading for bytes, new macro to read tag | ||
| 57342ad2 | 2025-07-28 15:50:20 | feat: floating point marshall_read_test_tag | ||
| 805a5962 | 2025-07-28 15:20:33 | fix: new enum for types failed unit tests | ||
| 87d56300 | 2025-07-28 15:13:37 | fix: wrong call type in marshall_read test because the enum changed | ||
| 396e0fa0 | 2025-07-26 20:29:41 | wip marshall | ||
| 942099c5 | 2025-07-26 20:14:43 | fix compilation | ||
| 979b3eef | 2025-07-26 19:48:21 | refactor types.h | ||
| 149d841f | 2025-07-26 18:15:54 | wip marshall_test | ||
| 09ad1fae | 2025-07-25 18:29:05 | feat: call of marshall_tag | ||
| 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 | ||
| ddb3e80a | 2025-07-22 17:24:27 | portable endian.h | ||
| 37b05be9 | 2025-07-22 06:07:54 | ws: 72 columns | ||
| 6318b603 | 2025-07-22 05:26:14 | ws: 72 columns | ||
| 509b3b52 | 2025-07-22 03:30:07 | remove failing checks for asan targets | ||
| 7ad003df | 2025-07-24 18:39:37 | fix marshall_str | ||
| 6479e374 | 2025-07-24 17:16:50 | tests for marshall_s8/16/32/64/w | ||
| 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 | ||
| 7babf59e | 2025-07-24 14:29:21 | typo | ||
| 80739ad9 | 2025-07-24 14:27:47 | buf.c: fix buf_ignore on non utf-8 bytes | ||
| 014a50d3 | 2025-07-24 13:24:17 | wip: marshall_test refactor | ||
| e34005a0 | 2025-07-24 13:00:23 | fix buf_inspect_str_reserved and _size | ||
| 057edffc | 2025-07-24 10:45:58 | wip: patched displayed marshall unit test errors | ||
| 21305312 | 2025-07-23 17:40:36 | bug: inspect str xFF | ||
| 5b1b59e4 | 2025-07-23 17:21:34 | fix marshall_test | ||
| f087f4de | 2025-07-23 17:08:37 | WIP: change TEST_STR_EQ variables for no conflicts | ||
| bf6c6ddc | 2025-07-23 16:04:05 | feat: added STR_1 macro to easily make raw strings | ||
| 76c7ae59 | 2025-07-23 15:44:43 | update tests to run marshall_read tests | ||
| a0434fc1 | 2025-07-23 15:37:00 | wip: marshall_read_test | ||
| dc7d76a9 | 2025-07-23 13:23:44 | fix: typo | ||
| 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 | ||
| b58e17e4 | 2025-07-23 12:00:54 | WIP: marco for stack and heap | ||
| 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 | ||
| e8367141 | 2025-07-21 18:18:26 | fix: memory leaks for marshall | ||
| 60eb1f01 | 2025-07-21 17:14:50 | WIP: reorganize test case | ||
| 6ab705bf | 2025-07-21 16:12:46 | update sources | ||
| b2d7c095 | 2025-07-21 16:11:59 | fix doc controller |