]> Kevux Git Server - fll/commit
Update: Remove f_thread_set_t and related.
authorKevin Day <Kevin@kevux.org>
Tue, 2 Sep 2025 00:09:00 +0000 (19:09 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 2 Sep 2025 00:25:54 +0000 (19:25 -0500)
commit934e5bdb4f2f56d497f6d45dc39485cc3d2f4907
treead6aabfbba51332b9cd2d5f4128c297d6582bbac
parent146e056e0c45294d22e857d656e380049752b6d8
Update: Remove f_thread_set_t and related.

This structure is no longer planned to be used and supported.
The path that I am taking is now different and does not need this particular structure.
34 files changed:
build/disable/level_0/f_thread.h
build/level_0/settings
build/monolithic/settings
build/stand_alone/byte_dump.config.h
build/stand_alone/byte_dump.settings
build/stand_alone/example.config.h
build/stand_alone/example.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.config.h
build/stand_alone/firewall.settings
build/stand_alone/utf8.config.h
build/stand_alone/utf8.settings
build/tags/ctags/fll.c.tags
level_0/f_thread/c/thread.h
level_0/f_thread/c/thread/set.c [deleted file]
level_0/f_thread/c/thread/set.h [deleted file]
level_0/f_thread/c/thread/sets.c [deleted file]
level_0/f_thread/c/thread/sets.h [deleted file]
level_0/f_thread/c/thread/setss.c [deleted file]
level_0/f_thread/c/thread/setss.h [deleted file]
level_0/f_thread/data/build/settings
level_0/f_thread/data/build/settings-mocks
level_0/f_thread/data/build/settings-tests
level_0/f_thread/tests/unit/c/test-thread-sets_delete_callback.c [deleted file]
level_0/f_thread/tests/unit/c/test-thread-sets_delete_callback.h [deleted file]
level_0/f_thread/tests/unit/c/test-thread-sets_destroy_callback.c [deleted file]
level_0/f_thread/tests/unit/c/test-thread-sets_destroy_callback.h [deleted file]
level_0/f_thread/tests/unit/c/test-thread-setss_delete_callback.c [deleted file]
level_0/f_thread/tests/unit/c/test-thread-setss_delete_callback.h [deleted file]
level_0/f_thread/tests/unit/c/test-thread-setss_destroy_callback.c [deleted file]
level_0/f_thread/tests/unit/c/test-thread-setss_destroy_callback.h [deleted file]
level_0/f_thread/tests/unit/c/test-thread.c
level_0/f_thread/tests/unit/c/test-thread.h