log th_datastruct.h @ 751:3091fd1987e9

age author description
Mon, 09 Jan 2023 09:49:13 +0200 Matti Hamalainen Rename function argument.
Wed, 07 Dec 2022 15:03:09 +0200 Matti Hamalainen Add simple growing pointerlist data stucture implementation.
Wed, 07 Dec 2022 12:14:39 +0200 Matti Hamalainen Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
Wed, 07 Dec 2022 11:58:54 +0200 Matti Hamalainen Improve documentation.
Wed, 07 Dec 2022 11:57:43 +0200 Matti Hamalainen Rename "allocated" field to "is_allocated" in some structures.
Wed, 07 Dec 2022 00:15:38 +0200 Matti Hamalainen Change th_ringbuf_new() API.
Sat, 01 Jan 2022 16:17:31 +0200 Matti Hamalainen Bump copyrights.
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Mon, 09 Mar 2020 15:20:49 +0200 Matti Hamalainen Remove th_llist_delete() and th_llist_delete_node() and rename
Fri, 17 Jan 2020 20:08:55 +0200 Matti Hamalainen Return a THERR_* error value from th_ringbuf_grow() instead of BOOL. This
Fri, 17 Jan 2020 20:07:25 +0200 Matti Hamalainen Add new function th_ringbuf_init() and add "allocated" field to th_ringbuf_t
Fri, 17 Jan 2020 19:32:28 +0200 Matti Hamalainen Doxygen improvements.
Fri, 17 Jan 2020 19:32:13 +0200 Matti Hamalainen Change ringbuffer data type from (char *) to (void *).
Fri, 17 Jan 2020 19:14:36 +0200 Matti Hamalainen Indentation cosmetics.
Fri, 17 Jan 2020 19:13:57 +0200 Matti Hamalainen Fix ringbuf size and n types.
Sat, 11 Jan 2020 20:35:40 +0200 Matti Hamalainen Change 'ch' argument of th_strbuf_putch from char to uint8_t.
Sun, 05 Jan 2020 20:47:21 +0200 Matti Hamalainen Rename th_llist_free_func() to th_llist_free_func_data() to make it a bit more clear what this function does.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Sat, 17 Feb 2018 23:35:20 +0200 Matti Hamalainen Oops, fix C++ guards in headers.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Thu, 19 Oct 2017 17:37:04 +0300 Matti Hamalainen Add new function th_strbuf_putsn().
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Thu, 25 Feb 2016 08:54:40 +0200 Matti Hamalainen Add few comments.
Wed, 17 Feb 2016 14:20:36 +0200 Matti Hamalainen Split data structures (linked lists, growbufs, ringbufs, etc.) code into th_datastruct.[ch] module.