]> Kevux Git Server - fll/commit
Refactor: Break f_type_array apart into multiple files.
authorKevin Day <thekevinday@gmail.com>
Tue, 15 Feb 2022 00:57:42 +0000 (18:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 15 Feb 2022 03:21:47 +0000 (21:21 -0600)
commit69fddc4cda62a3550407411d354a9d1098c79825
tree9cc1b5687682360e53f728db3afbdacc4f356e47
parent9097ab8008b5d90ea17f8b12eddbcc7b5b64fa4b
Refactor: Break f_type_array apart into multiple files.

This cleans up the structure to make the code more manageable.
48 files changed:
build/level_0/settings
build/level_1/settings
build/level_2/settings
build/monolithic/settings
level_0/f_type_array/c/private-type_array.c [deleted file]
level_0/f_type_array/c/type_array.c [deleted file]
level_0/f_type_array/c/type_array.h
level_0/f_type_array/c/type_array/array_length.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/array_length.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/cell.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/cell.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/fll_id.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/fll_id.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/int128.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/int128.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/int16.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/int16.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/int32.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/int32.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/int64.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/int64.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/int8.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/int8.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-array_length.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-array_length.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-cell.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-cell.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-fll_id.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-fll_id.h [moved from level_0/f_type_array/c/private-type_array.h with 99% similarity]
level_0/f_type_array/c/type_array/private-int128.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int128.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int16.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int16.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int32.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int32.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int64.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int64.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int8.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-int8.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-state.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-state.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-status.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/private-status.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/state.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/state.h [new file with mode: 0644]
level_0/f_type_array/c/type_array/status.c [new file with mode: 0644]
level_0/f_type_array/c/type_array/status.h [new file with mode: 0644]
level_0/f_type_array/data/build/settings