]> Kevux Git Server - fll/commit
Refactor: The f_string_quantity_t into f_quantity_t.
authorKevin Day <kevin@kevux.org>
Sat, 3 Feb 2024 23:45:31 +0000 (17:45 -0600)
committerKevin Day <kevin@kevux.org>
Sat, 3 Feb 2024 23:45:31 +0000 (17:45 -0600)
commit54b8515c34d89410bd33c88885825ca056ecbfec
tree65111109c78f14b17a7f0ed17f2944a302756338
parentd03bd274057e35ead82a7ed324aaf60f801519f9
Refactor: The f_string_quantity_t into f_quantity_t.

This makes the f_string_quantity_t consistent similar to how f_string_range_t was refactored into f_range_t.
This is done because there is no actual string value in f_string_quantity_t.
There are only numeric values.
72 files changed:
build/disable/level_0/f_console.h
build/disable/level_0/f_fss.h
build/disable/level_0/f_iki.h
build/disable/level_0/f_random.h [new file with mode: 0644]
build/disable/level_0/f_socket.h
build/disable/level_0/f_string.h
build/disable/level_0/f_type.h
build/disable/level_0/f_type_array.h
build/disable/level_1/fl_fss.h
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_abstruse/c/abstruse/enum.h
level_0/f_abstruse/c/abstruse/private-abstruse.c
level_0/f_abstruse/c/abstruse/type.h
level_0/f_string/c/string.h
level_0/f_string/c/string/quantity.c [deleted file]
level_0/f_string/c/string/quantity.h [deleted file]
level_0/f_string/c/string/quantitys.h [deleted file]
level_0/f_string/data/build/settings
level_0/f_string/data/build/settings-mocks
level_0/f_string/data/build/settings-tests
level_0/f_string/tests/unit/c/test-string-quantitys_append.c [deleted file]
level_0/f_string/tests/unit/c/test-string-quantitys_append.h [deleted file]
level_0/f_string/tests/unit/c/test-string-quantitys_append_all.c [deleted file]
level_0/f_string/tests/unit/c/test-string-quantitys_append_all.h [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_append.c [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_append.h [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_append_all.c [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_append_all.h [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_delete_callback.c [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_delete_callback.h [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_destroy_callback.c [deleted file]
level_0/f_string/tests/unit/c/test-string-quantityss_destroy_callback.h [deleted file]
level_0/f_string/tests/unit/c/test-string.c
level_0/f_string/tests/unit/c/test-string.h
level_0/f_type/c/type.h
level_0/f_type/c/type/quantity.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/quantity.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/quantity.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/quantitys.c [moved from level_0/f_string/c/string/quantitys.c with 52% similarity]
level_0/f_type_array/c/type_array/quantitys.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/quantityss.c [moved from level_0/f_string/c/string/quantityss.c with 55% similarity]
level_0/f_type_array/c/type_array/quantityss.h [moved from level_0/f_string/c/string/quantityss.h with 53% similarity]
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-quantitys_append.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantitys_append.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantitys_append_all.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantitys_append_all.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_append.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_append.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_append_all.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_append_all.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_delete_callback.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_delete_callback.h [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_destroy_callback.c [new file with mode: 0644]
level_0/f_type_array/tests/unit/c/test-type_array-quantityss_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_status_string/data/build/dependencies
level_1/fl_status_string/data/build/settings
level_1/fl_status_string/data/build/settings-tests
level_3/fss_read/c/main/process_normal.c
level_3/fss_read/c/payload/fss_read.c