]> Kevux Git Server - fll/commit
Update: Restructure f_type files and add missing f_number_signed_t.
authorKevin Day <thekevinday@gmail.com>
Tue, 19 Sep 2023 22:20:42 +0000 (17:20 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 19 Sep 2023 22:33:59 +0000 (17:33 -0500)
commit9e18b3291e6e7351a27b90eb971ed71d34e34db8
tree6efd33bc3cd7cc03d92a31ef138d30b6ba11491e
parente3feca6664626b81551977ace37e8aaebff4147a
Update: Restructure f_type files and add missing f_number_signed_t.

Break apart the f_type headers into multiple header files by major type groups.
This should make navigating the files a little easier.
Some of the header files are order sensitive.

The f_number_signed_t is now implemented.
Added appropriate unit tests.

I manually added the disable defines in the fake stand alone configuration file.
35 files changed:
build/level_0/settings
build/monolithic/settings
build/stand_alone/byte_dump.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.settings
build/stand_alone/utf8.settings
level_0/f_conversion/c/conversion.h
level_0/f_file/c/file.h
level_0/f_print/c/print.h
level_0/f_signal/c/signal.h
level_0/f_type/c/type.h
level_0/f_type/c/type/cell.h [new file with mode: 0644]
level_0/f_type/c/type/file.h [moved from level_0/f_type/c/type_file.h with 100% similarity]
level_0/f_type/c/type/fll.h [new file with mode: 0644]
level_0/f_type/c/type/mode.h [new file with mode: 0644]
level_0/f_type/c/type/number.h [new file with mode: 0644]
level_0/f_type/c/type/state.h [new file with mode: 0644]
level_0/f_type/c/type/status.h [new file with mode: 0644]
level_0/f_type/c/type/time.h [new file with mode: 0644]
level_0/f_type/data/build/settings
level_0/f_type_array/c/type_array.h
level_0/f_type_array/c/type_array/number_signed.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/number_signed.h [new file with mode: 0644]
level_0/f_type_array/c/type_array_file.h
level_0/f_type_array/data/build/settings
level_0/f_type_array/data/build/settings-mocks
level_0/f_type_array/data/build/settings-tests
level_0/f_type_array/tests/unit/c/test-type_array-number_signedss_delete_callback.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-number_signedss_delete_callback.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-number_signedss_destroy_callback.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-number_signedss_destroy_callback.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array.c
level_0/f_type_array/tests/unit/c/test-type_array.h
level_1/fl_print/c/print.h