]> Kevux Git Server - kevux-tools/commit
Update: Change this project from using FLL 0.6.x to FLL 0.7.x/0.8.x.
authorKevin Day <kevin@kevux.org>
Sat, 25 Mar 2023 04:31:03 +0000 (23:31 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 25 Mar 2023 04:31:03 +0000 (23:31 -0500)
commitbd05f99d1f5fb7fa8efeb604cd075d7b7c9831e0
treecccfcc148ed43626fe22c8a673727f58a1fe4488
parent945a3717193d6bc5c04e7c13e42770209a511b3a
Update: Change this project from using FLL 0.6.x to FLL 0.7.x/0.8.x.

Most, if not all, of the practices are now migrated.
If I missed anything, I will likely eventually find out.

Change the file and path structure to match recent design changes.

Update the install.sh script to the latest version.
39 files changed:
data/build/remove/fakefile
data/build/remove/settings
install.sh
sources/c/remove/main/common.c
sources/c/remove/main/common.h
sources/c/remove/main/common/define.c [new file with mode: 0644]
sources/c/remove/main/common/define.h [new file with mode: 0644]
sources/c/remove/main/common/enumeration.c [new file with mode: 0644]
sources/c/remove/main/common/enumeration.h [new file with mode: 0644]
sources/c/remove/main/common/print.c [moved from sources/c/remove/main/common-print.c with 54% similarity]
sources/c/remove/main/common/print.h [moved from sources/c/remove/main/common-print.h with 70% similarity]
sources/c/remove/main/common/string.c [new file with mode: 0644]
sources/c/remove/main/common/string.h [new file with mode: 0644]
sources/c/remove/main/common/type.c [new file with mode: 0644]
sources/c/remove/main/common/type.h [new file with mode: 0644]
sources/c/remove/main/convert.c
sources/c/remove/main/convert.h
sources/c/remove/main/main.c
sources/c/remove/main/main.h
sources/c/remove/main/operate.c
sources/c/remove/main/operate.h
sources/c/remove/main/print.c [deleted file]
sources/c/remove/main/print/error.c [new file with mode: 0644]
sources/c/remove/main/print/error.h [moved from sources/c/remove/main/print.h with 51% similarity]
sources/c/remove/main/print/message.c [new file with mode: 0644]
sources/c/remove/main/print/message.h [new file with mode: 0644]
sources/c/remove/main/print/simulate.c [moved from sources/c/remove/main/simulate.c with 53% similarity]
sources/c/remove/main/print/simulate.h [new file with mode: 0644]
sources/c/remove/main/print/verbose.c [new file with mode: 0644]
sources/c/remove/main/print/verbose.h [new file with mode: 0644]
sources/c/remove/main/print/warning.c [new file with mode: 0644]
sources/c/remove/main/print/warning.h [new file with mode: 0644]
sources/c/remove/main/remove.c
sources/c/remove/main/remove.h
sources/c/remove/main/signal.c
sources/c/remove/main/signal.h
sources/c/remove/main/simulate.h [deleted file]
sources/c/remove/main/thread.c
sources/c/remove/main/thread.h