]> Kevux Git Server - fll/commit
Cleanup: Improve organization in f_string, using addtional files.
authorKevin Day <thekevinday@gmail.com>
Fri, 11 Nov 2022 03:25:05 +0000 (21:25 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 11 Nov 2022 03:25:05 +0000 (21:25 -0600)
commit541fecc282751ed96ada64c336796c998431f820
tree5782d0958b701f2f80d349545ccb9f9a5c75e732
parent453a803131affaed3c36fdd35a47a8f661f7c383
Cleanup: Improve organization in f_string, using addtional files.

Create more files to better organize structures and their accompanying functions.
Structures like f_string_dynamic_t, f_string_dynamics_t, and f_string_dynamicss_t now each have their own files.
73 files changed:
build/level_0/settings
build/monolithic/settings
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string.h
level_0/f_string/c/string/dynamic.c
level_0/f_string/c/string/dynamic.h
level_0/f_string/c/string/dynamics.c [new file with mode: 0644]
level_0/f_string/c/string/dynamics.h [new file with mode: 0644]
level_0/f_string/c/string/dynamicss.c [new file with mode: 0644]
level_0/f_string/c/string/dynamicss.h [new file with mode: 0644]
level_0/f_string/c/string/map.c
level_0/f_string/c/string/map.h
level_0/f_string/c/string/map_multi.c
level_0/f_string/c/string/map_multi.h
level_0/f_string/c/string/map_multis.c [new file with mode: 0644]
level_0/f_string/c/string/map_multis.h [new file with mode: 0644]
level_0/f_string/c/string/map_multiss.c [new file with mode: 0644]
level_0/f_string/c/string/map_multiss.h [new file with mode: 0644]
level_0/f_string/c/string/maps.c [new file with mode: 0644]
level_0/f_string/c/string/maps.h [new file with mode: 0644]
level_0/f_string/c/string/mapss.c [new file with mode: 0644]
level_0/f_string/c/string/mapss.h [new file with mode: 0644]
level_0/f_string/c/string/private-dynamic.c
level_0/f_string/c/string/private-dynamic.h
level_0/f_string/c/string/private-dynamics.c [new file with mode: 0644]
level_0/f_string/c/string/private-dynamics.h [new file with mode: 0644]
level_0/f_string/c/string/private-dynamicss.c [new file with mode: 0644]
level_0/f_string/c/string/private-dynamicss.h [new file with mode: 0644]
level_0/f_string/c/string/private-map_multis.c [moved from level_0/f_string/c/string/private-map_multi.c with 63% similarity]
level_0/f_string/c/string/private-map_multis.h [moved from level_0/f_string/c/string/private-map_multi.h with 60% similarity]
level_0/f_string/c/string/private-map_multiss.c [new file with mode: 0644]
level_0/f_string/c/string/private-map_multiss.h [new file with mode: 0644]
level_0/f_string/c/string/private-maps.c [moved from level_0/f_string/c/string/private-map.c with 64% similarity]
level_0/f_string/c/string/private-maps.h [moved from level_0/f_string/c/string/private-map.h with 60% similarity]
level_0/f_string/c/string/private-mapss.c [new file with mode: 0644]
level_0/f_string/c/string/private-mapss.h [new file with mode: 0644]
level_0/f_string/c/string/private-quantitys.c [moved from level_0/f_string/c/string/private-quantity.c with 54% similarity]
level_0/f_string/c/string/private-quantitys.h [moved from level_0/f_string/c/string/private-quantity.h with 60% similarity]
level_0/f_string/c/string/private-quantityss.c [new file with mode: 0644]
level_0/f_string/c/string/private-quantityss.h [new file with mode: 0644]
level_0/f_string/c/string/private-ranges.c [moved from level_0/f_string/c/string/private-range.c with 55% similarity]
level_0/f_string/c/string/private-ranges.h [moved from level_0/f_string/c/string/private-range.h with 60% similarity]
level_0/f_string/c/string/private-rangess.c [new file with mode: 0644]
level_0/f_string/c/string/private-rangess.h [new file with mode: 0644]
level_0/f_string/c/string/private-triples.c [moved from level_0/f_string/c/string/private-triple.c with 66% similarity]
level_0/f_string/c/string/private-triples.h [moved from level_0/f_string/c/string/private-triple.h with 100% similarity]
level_0/f_string/c/string/private-tripless.c [new file with mode: 0644]
level_0/f_string/c/string/private-tripless.h [new file with mode: 0644]
level_0/f_string/c/string/quantity.c
level_0/f_string/c/string/quantity.h
level_0/f_string/c/string/quantitys.c [new file with mode: 0644]
level_0/f_string/c/string/quantitys.h [new file with mode: 0644]
level_0/f_string/c/string/quantityss.c [new file with mode: 0644]
level_0/f_string/c/string/quantityss.h [new file with mode: 0644]
level_0/f_string/c/string/range.c
level_0/f_string/c/string/range.h
level_0/f_string/c/string/ranges.c [new file with mode: 0644]
level_0/f_string/c/string/ranges.h [new file with mode: 0644]
level_0/f_string/c/string/rangess.c [new file with mode: 0644]
level_0/f_string/c/string/rangess.h [new file with mode: 0644]
level_0/f_string/c/string/static.h
level_0/f_string/c/string/statics.c [new file with mode: 0644]
level_0/f_string/c/string/statics.h [new file with mode: 0644]
level_0/f_string/c/string/staticss.c [new file with mode: 0644]
level_0/f_string/c/string/staticss.h [new file with mode: 0644]
level_0/f_string/c/string/triple.c
level_0/f_string/c/string/triple.h
level_0/f_string/c/string/triples.c [new file with mode: 0644]
level_0/f_string/c/string/triples.h [new file with mode: 0644]
level_0/f_string/c/string/tripless.c [new file with mode: 0644]
level_0/f_string/c/string/tripless.h [new file with mode: 0644]
level_0/f_string/data/build/settings