8c056d1a39
(MOD) Changed returning type of Var_Delete and Array_Delete from "void" to "Status": It requires more plaination when encountering non-alive instances.
master
William2024-06-28 13:32:48 +08:00
9f2b44bf99
(MOD) Fixed 1 bug in Memory_Reallocate: Now the size of inst is updating with the given size used for reallocation.
William2024-06-27 16:01:01 +08:00
310586ab86
(MOD) Removed Array_GetIdx and Array_SetIdx due to better approach was discovered.
William2024-06-26 20:20:04 +08:00
a63063de42
(MOD) Defined 1 more macro "cast".
William2024-06-26 17:20:36 +08:00
8870e5e7db
(MOD) Reordered struct member "members" from "Array" from 2nd to 1st for a more convenient accessing to "Var.addr in Array.member[0]".
William2024-06-26 16:54:21 +08:00
f5d82983a4
(MOD) Added Array into cmake building list.
William2024-06-26 16:43:26 +08:00
bc4be4e295
(MOD) Implemented Array_Create, Array_CopyOf and Array_Delete
William2024-06-26 15:20:47 +08:00
d19256621b
(MOD) Modified several places to adapt the extraction of Report.
William2024-06-26 11:19:11 +08:00
8696b89c2e
(ADD) Extracted Report from "status.h" into "report.h".
William2024-06-26 10:51:09 +08:00
75a2b14c07
(MOD) Resumed using -Wall for compiler options.
William
2024-06-26 08:56:11 +08:00
43afe62ad1
(MOD) Changed default shell from "bash" to "sh" in github action file.
William2024-06-25 18:57:30 +08:00
772a79ce03
(MOD) Changed default shell from "bash" to "sh" in github action file.
William2024-06-25 18:57:30 +08:00
5e05e24e38
(MOD) Aborted using bash for script executing for scripts modified are now supporting POSIX Shell.
William2024-06-25 17:51:43 +08:00
b9c5bfbc00
(MOD) Added "bash" before "./preinstall" as well as "./postinstall".
William2024-06-25 15:00:50 +08:00
acaa38099f
(MOD) Added "sudo" before "./preinstall" as well as "./postinstall".
William2024-06-25 14:56:12 +08:00
5026f03692
(MOD) Added a feature where it displays the current user identity once it's not root.
William2024-06-25 14:50:37 +08:00
55d9ddef39
(MOD) Added more steps for project building.
William2024-06-25 14:15:17 +08:00
092dddf6c4
(MOD) Changed effecting branch from "master" to "github_action_test" which is more reasonable since this is testing on branch github_action_test.
William2024-06-25 13:58:54 +08:00
242fcce951
(MOD) Modified github action file for testing for extra step required by project.
William2024-06-25 13:52:54 +08:00
bc3fd9dfad
(MOD) Modified file install that added auto-creating directory in need.
William2024-06-25 13:11:34 +08:00
f88b2b5b02
(MOD) Disabled some parameters for C compiler in order to run github action successfully.
William2024-06-25 13:07:03 +08:00
acad934238
(FEA) Now Compound is featured with indexer displaying while printing.
William2024-06-25 12:27:21 +08:00