]> uap-core.de Git - uwplayer.git/commit
update ucx
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 15 Jul 2025 18:55:24 +0000 (20:55 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 15 Jul 2025 18:55:24 +0000 (20:55 +0200)
commit8c943366cf6039161b154bc2f7d4ba1e03b6a9d3
treef7ba016d97837a5637163814a9fe7ba303592cc0
parentadffa60d352249a2f17328d2e8daf9a9f6680d93
update ucx
47 files changed:
application/Sidebar.c
application/main.c
application/playlist.c
application/properties.c
application/settings.c
ucx/Makefile
ucx/README [deleted file]
ucx/allocator.c
ucx/array_list.c
ucx/basic_mempool.c [deleted file]
ucx/buffer.c
ucx/compare.c
ucx/cx/allocator.h
ucx/cx/array_list.h
ucx/cx/basic_mempool.h [deleted file]
ucx/cx/buffer.h
ucx/cx/collection.h
ucx/cx/common.h
ucx/cx/compare.h
ucx/cx/hash_key.h
ucx/cx/hash_map.h
ucx/cx/iterator.h
ucx/cx/json.h [new file with mode: 0644]
ucx/cx/linked_list.h
ucx/cx/list.h
ucx/cx/map.h
ucx/cx/mempool.h
ucx/cx/printf.h
ucx/cx/properties.h [new file with mode: 0644]
ucx/cx/streams.h [moved from ucx/cx/utils.h with 53% similarity]
ucx/cx/string.h
ucx/cx/test.h [new file with mode: 0644]
ucx/cx/tree.h
ucx/hash_key.c
ucx/hash_map.c
ucx/iterator.c [new file with mode: 0644]
ucx/json.c [new file with mode: 0644]
ucx/linked_list.c
ucx/list.c
ucx/map.c
ucx/mempool.c
ucx/printf.c
ucx/properties.c [new file with mode: 0644]
ucx/streams.c [moved from ucx/utils.c with 93% similarity]
ucx/string.c
ucx/szmul.c
ucx/tree.c [new file with mode: 0644]