ucx update
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 4 Apr 2023 20:33:28 +0000 (22:33 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 4 Apr 2023 20:33:28 +0000 (22:33 +0200)
commit848befbcc166fff6fdde6a635cf7a31f9f9185e0
tree9131b9ec0982ab3d156b69bd9270ab0438cc0bd3
parent83d9f3aaf8206aa081ead0ff630a1c33ed670d71
ucx update
63 files changed:
application/Makefile
application/Sidebar.c
application/SidebarP.h
application/main.c
application/playlist.c
application/properties.c [moved from ucx/properties.c with 86% similarity]
application/properties.h [moved from ucx/ucx/properties.h with 91% similarity]
application/settings.c
application/utils.c
application/utils.h
application/window.h
ucx/Makefile
ucx/allocator.c
ucx/array.c [deleted file]
ucx/array_list.c [new file with mode: 0644]
ucx/avl.c [deleted file]
ucx/basic_mempool.c [new file with mode: 0644]
ucx/buffer.c
ucx/compare.c [new file with mode: 0644]
ucx/cx/allocator.h [new file with mode: 0644]
ucx/cx/array_list.h [new file with mode: 0644]
ucx/cx/basic_mempool.h [new file with mode: 0644]
ucx/cx/buffer.h [new file with mode: 0644]
ucx/cx/common.h [new file with mode: 0644]
ucx/cx/compare.h [new file with mode: 0644]
ucx/cx/hash_key.h [new file with mode: 0644]
ucx/cx/hash_map.h [new file with mode: 0644]
ucx/cx/iterator.h [new file with mode: 0644]
ucx/cx/linked_list.h [new file with mode: 0644]
ucx/cx/list.h [new file with mode: 0644]
ucx/cx/map.h [new file with mode: 0644]
ucx/cx/mempool.h [new file with mode: 0644]
ucx/cx/printf.h [new file with mode: 0644]
ucx/cx/string.h [new file with mode: 0644]
ucx/cx/tree.h [new file with mode: 0644]
ucx/cx/utils.h [new file with mode: 0644]
ucx/hash_key.c [new file with mode: 0644]
ucx/hash_map.c [new file with mode: 0644]
ucx/linked_list.c [new file with mode: 0644]
ucx/list.c
ucx/logging.c [deleted file]
ucx/map.c [deleted file]
ucx/mempool.c [deleted file]
ucx/printf.c [new file with mode: 0644]
ucx/stack.c [deleted file]
ucx/string.c
ucx/szmul.c [moved from ucx/ucx.c with 67% similarity]
ucx/test.c [deleted file]
ucx/tree.c [new file with mode: 0644]
ucx/ucx/allocator.h [deleted file]
ucx/ucx/array.h [deleted file]
ucx/ucx/avl.h [deleted file]
ucx/ucx/buffer.h [deleted file]
ucx/ucx/list.h [deleted file]
ucx/ucx/logging.h [deleted file]
ucx/ucx/map.h [deleted file]
ucx/ucx/mempool.h [deleted file]
ucx/ucx/stack.h [deleted file]
ucx/ucx/string.h [deleted file]
ucx/ucx/test.h [deleted file]
ucx/ucx/ucx.h [deleted file]
ucx/ucx/utils.h [deleted file]
ucx/utils.c