]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <Kevin@kevux.org>
Sun, 9 Jun 2024 23:46:12 +0000 (18:46 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 10 Jun 2024 02:59:44 +0000 (21:59 -0500)
commit1f0be6b5f80998b5ef8046bcc4786ed3a0375548
tree87553efd00dd4a849120695100e03ed8480e76d3
parent2c46fd487fc9a769a1dcee48c88879e647c7594b
Progress: Continue migrating the project.
71 files changed:
data/build/settings
sources/c/main/controller.h
sources/c/main/entry.c
sources/c/main/entry/preprocess.c
sources/c/main/entry/process.c
sources/c/main/entry/setting.c
sources/c/main/entry/setting.h
sources/c/main/instance/prepare.c
sources/c/main/instance/wait.c
sources/c/main/perform.c
sources/c/main/print/action.c [deleted file]
sources/c/main/print/action.h [deleted file]
sources/c/main/print/debug/perform/control.c [new file with mode: 0644]
sources/c/main/print/debug/perform/control.h [new file with mode: 0644]
sources/c/main/print/debug/perform/pid.c [new file with mode: 0644]
sources/c/main/print/debug/perform/pid.h [new file with mode: 0644]
sources/c/main/print/debug/rule/action.c [new file with mode: 0644]
sources/c/main/print/debug/rule/action.h [new file with mode: 0644]
sources/c/main/print/debug/rule/execute.c [new file with mode: 0644]
sources/c/main/print/debug/rule/execute.h [new file with mode: 0644]
sources/c/main/print/error/entry.c [moved from sources/c/main/print/entry/error.c with 86% similarity]
sources/c/main/print/error/entry.h [moved from sources/c/main/print/entry/error.h with 87% similarity]
sources/c/main/print/error/entry/action.c [new file with mode: 0644]
sources/c/main/print/error/entry/action.h [new file with mode: 0644]
sources/c/main/print/error/entry/item.c [moved from sources/c/main/print/entry/error/item.c with 50% similarity]
sources/c/main/print/error/entry/item.h [moved from sources/c/main/print/entry/error/item.h with 51% similarity]
sources/c/main/print/error/entry/setting.c [moved from sources/c/main/print/entry/error/setting.c with 81% similarity]
sources/c/main/print/error/entry/setting.h [moved from sources/c/main/print/entry/error/setting.h with 84% similarity]
sources/c/main/print/error/lock.c [new file with mode: 0644]
sources/c/main/print/error/lock.h [new file with mode: 0644]
sources/c/main/print/error/perform/pid.c [new file with mode: 0644]
sources/c/main/print/error/perform/pid.h [new file with mode: 0644]
sources/c/main/print/error/rule.c [moved from sources/c/main/print/rule.c with 63% similarity]
sources/c/main/print/error/rule.h [new file with mode: 0644]
sources/c/main/print/error/rule/action.c [moved from sources/c/main/print/rule/action.c with 72% similarity]
sources/c/main/print/error/rule/action.h [moved from sources/c/main/print/rule/action.h with 64% similarity]
sources/c/main/print/error/rule/item.c [moved from sources/c/main/print/rule/item.c with 86% similarity]
sources/c/main/print/error/rule/item.h [moved from sources/c/main/print/rule/item.h with 71% similarity]
sources/c/main/print/error/rule/setting.c [moved from sources/c/main/print/rule/setting.c with 74% similarity]
sources/c/main/print/error/rule/setting.h [moved from sources/c/main/print/rule/setting.h with 67% similarity]
sources/c/main/print/lock.c
sources/c/main/print/lock.h
sources/c/main/print/message/entry.c [moved from sources/c/main/print/entry/message.c with 80% similarity]
sources/c/main/print/message/entry.h [moved from sources/c/main/print/entry/message.h with 85% similarity]
sources/c/main/print/message/entry/action.c [moved from sources/c/main/print/entry/message/action.c with 80% similarity]
sources/c/main/print/message/entry/action.h [moved from sources/c/main/print/entry/message/action.h with 79% similarity]
sources/c/main/print/message/entry/item.c [moved from sources/c/main/print/entry/message/item.c with 84% similarity]
sources/c/main/print/message/entry/item.h [moved from sources/c/main/print/entry/message/item.h with 81% similarity]
sources/c/main/print/output/entry/setting.c [moved from sources/c/main/print/entry/output/setting.c with 98% similarity]
sources/c/main/print/output/entry/setting.h [moved from sources/c/main/print/entry/output/setting.h with 92% similarity]
sources/c/main/print/output/rule/execute.c [new file with mode: 0644]
sources/c/main/print/output/rule/execute.h [new file with mode: 0644]
sources/c/main/print/perform.c [deleted file]
sources/c/main/print/perform.h [deleted file]
sources/c/main/print/rule.h [deleted file]
sources/c/main/print/warning/entry/action.c [moved from sources/c/main/print/entry/warning/action.c with 76% similarity]
sources/c/main/print/warning/entry/action.h [moved from sources/c/main/print/entry/warning/action.h with 74% similarity]
sources/c/main/print/warning/entry/setting.c [moved from sources/c/main/print/entry/warning/setting.c with 80% similarity]
sources/c/main/print/warning/entry/setting.h [moved from sources/c/main/print/entry/warning/setting.h with 86% similarity]
sources/c/main/print/warning/rule/action.c [new file with mode: 0644]
sources/c/main/print/warning/rule/action.h [new file with mode: 0644]
sources/c/main/rule/action.c
sources/c/main/rule/execute.c
sources/c/main/rule/execute.h
sources/c/main/rule/instance.c
sources/c/main/rule/item.c
sources/c/main/rule/read.c
sources/c/main/rule/setting.c
sources/c/main/rule/validate.c
sources/c/main/rule/wait.c
sources/c/main/thread/cleanup.c