libkc3/list.h


Log

Author Commit Date CI Message
Thomas de Grivel 0c28632b 2025-08-27T16:10:53 implement List.count as cfn
Thomas de Grivel 80eca08f 2025-08-10T00:48:33 fix bugs, align types with marshall_data
Thomas de Grivel d933af02 2025-08-01T14:42:03 add support for basic types in set and implemented set_has__NAME
lyzer-px 2fe26722 2025-07-24T17:15:45 refactor: list_new_copy -> list_new_copy_all; fix: marshall_test expected strings
Thomas de Grivel 6160bff2 2025-07-21T13:03:11 tests pass: refactor p_*
Thomas de Grivel 5aca5640 2025-07-21T03:28:39 refactor p_*
Thomas de Grivel 944c07d2 2025-07-21T02:28:03 wip p_*
Thomas de Grivel db40523c 2025-03-02T16:14:12 Change copyright wording and extend to 2025
Thomas de Grivel 10c0cb40 2025-02-22T14:44:29 List.slice(list, start, end)
Thomas de Grivel b2781d8a 2024-11-26T18:35:26 list_each -> List.each = cfn
Thomas de Grivel 1eec90f4 2024-11-21T22:26:39 list_access and list_at (my_list[3] => # third element)
Thomas de Grivel f201a818 2024-11-19T11:46:20 list_unique => List.unique
Thomas de Grivel ec70b853 2024-11-18T15:09:00 fix tests
Thomas de Grivel 96b055e1 2024-11-14T16:27:55 wip const and s_callable
Thomas de Grivel 62e87224 2024-11-11T15:05:03 List.map = cfn List "list_map" (...)
Thomas de Grivel 935ba3c2 2024-09-07T18:28:35 wip httpd doc
Thomas de Grivel 2544241f 2024-09-05T16:29:08 List.append
Thomas de Grivel 5bfed0bf 2024-09-05T02:36:01 wip Markdown.titles
Thomas de Grivel 37078995 2024-08-23T23:07:59 wip operators
Thomas de Grivel 0125ca4a 2024-08-16T13:42:29 list_has
Thomas de Grivel 1792fa78 2024-08-10T15:32:54 fixed compilation of tests
Baptiste c4eabc01 2024-08-06T19:24:50 httpd: wip: file server
Baptiste 0033716a 2024-07-30T18:00:27 http response: wip
Thomas de Grivel 1ae6ad0e 2024-07-15T19:59:52 rename c3 to kc3, fix update_source, configure, build