]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <kevin@kevux.org>
Sat, 27 Apr 2024 06:01:38 +0000 (01:01 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 27 Apr 2024 06:01:38 +0000 (01:01 -0500)
commit7ec9977f1e720fba5bfd1e14fc7266bc5e240440
treea9e51439e3168a5b6f935dbb8cec468a4066d782
parent634f6cabdd79bed2f7677d4ff49513cc377d2519
Progress: Continue migrating the project.
39 files changed:
data/build/defines
data/build/settings
sources/c/controller/controller.c
sources/c/controller/controller.h
sources/c/controller/main.c
sources/c/init/init.c
sources/c/init/init.h
sources/c/init/main.c
sources/c/main/common.c
sources/c/main/common.h
sources/c/main/common/enumeration/instance.h [new file with mode: 0644]
sources/c/main/common/enumeration/program.h [moved from sources/c/main/common/enumeration/process.h with 58% similarity]
sources/c/main/common/type/control.c
sources/c/main/common/type/control.h
sources/c/main/common/type/entry.c
sources/c/main/common/type/entry.h
sources/c/main/common/type/global.c [new file with mode: 0644]
sources/c/main/common/type/global.h [new file with mode: 0644]
sources/c/main/common/type/instance.c [new file with mode: 0644]
sources/c/main/common/type/instance.h [new file with mode: 0644]
sources/c/main/common/type/lock.c
sources/c/main/common/type/lock.h
sources/c/main/common/type/process.c [deleted file]
sources/c/main/common/type/program.c [new file with mode: 0644]
sources/c/main/common/type/program.h [moved from sources/c/main/common/type/process.h with 72% similarity]
sources/c/main/common/type/rule.h
sources/c/main/common/type/thread.c
sources/c/main/common/type/thread.h
sources/c/main/controller.h
sources/c/main/print/error.c
sources/c/main/print/error.h
sources/c/main/thread.c
sources/c/main/thread.h
sources/c/main/thread/instance.c [new file with mode: 0644]
sources/c/main/thread/instance.h [new file with mode: 0644]
sources/c/main/thread/is.c [new file with mode: 0644]
sources/c/main/thread/is.h [new file with mode: 0644]
sources/c/main/time.c [new file with mode: 0644]
sources/c/main/time.h [new file with mode: 0644]