]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <kevin@kevux.org>
Thu, 11 Apr 2024 03:46:56 +0000 (22:46 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 11 Apr 2024 03:46:56 +0000 (22:46 -0500)
commite9ab2ac39e0504bddda36264ce5d9fc995e42375
tree113e18f3e366a22d844498b3a480caa423eeafdf
parente7db8fb119d02775f6c2897e61b4f7a11662dc27
Progress: Continue migrating the project.

Start brining in the enumerations and types.
There is still a lot of inconsistency in the type delete functions to deal with.
Many of the "delete" functions may end up being replaced with a "resize" method.

This removes the "--init" parameter.
I figure I might as well simplify the design a little and have the init and controller be more separate.
24 files changed:
data/build/settings
sources/c/controller/controller.h
sources/c/init/init.h
sources/c/main/common/enumeration.h
sources/c/main/common/enumeration/control.h [new file with mode: 0644]
sources/c/main/common/enumeration/entry.h [new file with mode: 0644]
sources/c/main/common/enumeration/process.h [new file with mode: 0644]
sources/c/main/common/enumeration/rule.h [new file with mode: 0644]
sources/c/main/common/string.c
sources/c/main/common/string.h
sources/c/main/common/type.c
sources/c/main/common/type.h
sources/c/main/common/type/cache.c [new file with mode: 0644]
sources/c/main/common/type/cache.h [new file with mode: 0644]
sources/c/main/common/type/control.c [new file with mode: 0644]
sources/c/main/common/type/control.h [new file with mode: 0644]
sources/c/main/common/type/entry.c [new file with mode: 0644]
sources/c/main/common/type/entry.h [new file with mode: 0644]
sources/c/main/common/type/process.c [new file with mode: 0644]
sources/c/main/common/type/process.h [new file with mode: 0644]
sources/c/main/common/type/rule.c [new file with mode: 0644]
sources/c/main/common/type/rule.h [new file with mode: 0644]
sources/c/main/controller.h
sources/c/main/print/message.c