]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <Kevin@kevux.org>
Tue, 4 Jun 2024 05:35:02 +0000 (00:35 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 4 Jun 2024 05:35:02 +0000 (00:35 -0500)
commit769f3f92b276f5cdc455c19f2f299803edac7041
treecbe3fd600ddb010e3b7343e54f2330f187114476
parentf4d5d97a617cb6091071254b8a394d0903028a52
Progress: Continue migrating the project.
43 files changed:
data/build/settings
sources/c/main/common/print.c
sources/c/main/common/print.h
sources/c/main/controller.h
sources/c/main/convert.c
sources/c/main/convert.h
sources/c/main/entry.c [new file with mode: 0644]
sources/c/main/entry.h [new file with mode: 0644]
sources/c/main/entry/action.c [new file with mode: 0644]
sources/c/main/entry/action.h [new file with mode: 0644]
sources/c/main/entry/preprocess.c [new file with mode: 0644]
sources/c/main/entry/preprocess.h [new file with mode: 0644]
sources/c/main/entry/process.c [new file with mode: 0644]
sources/c/main/entry/process.h [new file with mode: 0644]
sources/c/main/entry/setting.c [new file with mode: 0644]
sources/c/main/entry/setting.h [new file with mode: 0644]
sources/c/main/perform.c [new file with mode: 0644]
sources/c/main/perform.h [new file with mode: 0644]
sources/c/main/print/entry.c [new file with mode: 0644]
sources/c/main/print/entry.h [new file with mode: 0644]
sources/c/main/print/entry/setting.c [new file with mode: 0644]
sources/c/main/print/entry/setting.h [new file with mode: 0644]
sources/c/main/print/entry/simulate.c [new file with mode: 0644]
sources/c/main/print/entry/simulate.h [new file with mode: 0644]
sources/c/main/print/entry/validate.c [new file with mode: 0644]
sources/c/main/print/entry/validate.h [new file with mode: 0644]
sources/c/main/print/perform.c [new file with mode: 0644]
sources/c/main/print/perform.h [new file with mode: 0644]
sources/c/main/print/rule/setting.c
sources/c/main/print/rule/setting.h
sources/c/main/rule/action.c
sources/c/main/rule/action.h
sources/c/main/rule/instance.c
sources/c/main/rule/instance.h
sources/c/main/rule/item.c
sources/c/main/rule/item.h
sources/c/main/rule/read.c
sources/c/main/rule/read.h
sources/c/main/rule/setting.c
sources/c/main/rule/setting.h
sources/c/main/rule/validate.c
sources/c/main/rule/validate.h
sources/c/main/thread/entry.c