]> Kevux Git Server - fll/commit
Cleanup: Improve organization in f_utf, using addtional files.
authorKevin Day <thekevinday@gmail.com>
Fri, 11 Nov 2022 04:57:04 +0000 (22:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 11 Nov 2022 04:57:04 +0000 (22:57 -0600)
commit329a1edd5d0fe5e1f1c2eaf4282fd895eca7669e
tree78d88b4d528f9b2c806d606bc29a93b94eb30809
parent541fecc282751ed96ada64c336796c998431f820
Cleanup: Improve organization in f_utf, using addtional files.

Create more files to better organize structures and their accompanying functions.
Structures like f_utf_string_dynamic_t, f_utf_string_dynamics_t, and f_utf_string_dynamicss_t now each have their own files.
55 files changed:
build/level_0/settings
build/monolithic/settings
level_0/f_utf/c/utf.h
level_0/f_utf/c/utf/dynamic.c
level_0/f_utf/c/utf/dynamic.h
level_0/f_utf/c/utf/dynamics.c [new file with mode: 0644]
level_0/f_utf/c/utf/dynamics.h [new file with mode: 0644]
level_0/f_utf/c/utf/dynamicss.c [new file with mode: 0644]
level_0/f_utf/c/utf/dynamicss.h [new file with mode: 0644]
level_0/f_utf/c/utf/map.c
level_0/f_utf/c/utf/map.h
level_0/f_utf/c/utf/map_multi.c
level_0/f_utf/c/utf/map_multi.h
level_0/f_utf/c/utf/map_multis.c [new file with mode: 0644]
level_0/f_utf/c/utf/map_multis.h [new file with mode: 0644]
level_0/f_utf/c/utf/map_multiss.c [new file with mode: 0644]
level_0/f_utf/c/utf/map_multiss.h [new file with mode: 0644]
level_0/f_utf/c/utf/maps.c [new file with mode: 0644]
level_0/f_utf/c/utf/maps.h [new file with mode: 0644]
level_0/f_utf/c/utf/mapss.c [new file with mode: 0644]
level_0/f_utf/c/utf/mapss.h [new file with mode: 0644]
level_0/f_utf/c/utf/private-dynamic.c
level_0/f_utf/c/utf/private-dynamic.h
level_0/f_utf/c/utf/private-dynamics.c [new file with mode: 0644]
level_0/f_utf/c/utf/private-dynamics.h [new file with mode: 0644]
level_0/f_utf/c/utf/private-dynamicss.c [new file with mode: 0644]
level_0/f_utf/c/utf/private-dynamicss.h [new file with mode: 0644]
level_0/f_utf/c/utf/private-map_multis.c [moved from level_0/f_utf/c/utf/private-map_multi.c with 63% similarity]
level_0/f_utf/c/utf/private-map_multis.h [moved from level_0/f_utf/c/utf/private-map_multi.h with 60% similarity]
level_0/f_utf/c/utf/private-map_multiss.c [new file with mode: 0644]
level_0/f_utf/c/utf/private-map_multiss.h [new file with mode: 0644]
level_0/f_utf/c/utf/private-maps.c [moved from level_0/f_utf/c/utf/private-map.c with 64% similarity]
level_0/f_utf/c/utf/private-maps.h [moved from level_0/f_utf/c/utf/private-map.h with 60% similarity]
level_0/f_utf/c/utf/private-mapss.c [new file with mode: 0644]
level_0/f_utf/c/utf/private-mapss.h [new file with mode: 0644]
level_0/f_utf/c/utf/private-triples.c [moved from level_0/f_utf/c/utf/private-triple.c with 66% similarity]
level_0/f_utf/c/utf/private-triples.h [moved from level_0/f_utf/c/utf/private-triple.h with 60% similarity]
level_0/f_utf/c/utf/private-tripless.c [new file with mode: 0644]
level_0/f_utf/c/utf/private-tripless.h [new file with mode: 0644]
level_0/f_utf/c/utf/static.h
level_0/f_utf/c/utf/statics.c [new file with mode: 0644]
level_0/f_utf/c/utf/statics.h [new file with mode: 0644]
level_0/f_utf/c/utf/staticss.c [new file with mode: 0644]
level_0/f_utf/c/utf/staticss.h [new file with mode: 0644]
level_0/f_utf/c/utf/strings.c [new file with mode: 0644]
level_0/f_utf/c/utf/strings.h [new file with mode: 0644]
level_0/f_utf/c/utf/stringss.c [new file with mode: 0644]
level_0/f_utf/c/utf/stringss.h [new file with mode: 0644]
level_0/f_utf/c/utf/triple.c
level_0/f_utf/c/utf/triple.h
level_0/f_utf/c/utf/triples.c [new file with mode: 0644]
level_0/f_utf/c/utf/triples.h [new file with mode: 0644]
level_0/f_utf/c/utf/tripless.c [new file with mode: 0644]
level_0/f_utf/c/utf/tripless.h [new file with mode: 0644]
level_0/f_utf/data/build/settings