William Pascal William
William pushed to master at William/Compound 2024-06-28 13:33:30 +08:00
8c056d1a39 (MOD) Changed returning type of Var_Delete and Array_Delete from "void" to "Status": It requires more plaination when encountering non-alive instances.
William pushed to master at William/Compound 2024-06-27 16:01:32 +08:00
9f2b44bf99 (MOD) Fixed 1 bug in Memory_Reallocate: Now the size of inst is updating with the given size used for reallocation.
William pushed to master at William/Compound 2024-06-26 20:20:36 +08:00
310586ab86 (MOD) Removed Array_GetIdx and Array_SetIdx due to better approach was discovered.
William pushed to master at William/Compound 2024-06-26 17:20:55 +08:00
a63063de42 (MOD) Defined 1 more macro "cast".
William pushed to master at William/Compound 2024-06-26 16:54:39 +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]".
William pushed to master at William/Compound 2024-06-26 16:43:58 +08:00
f5d82983a4 (MOD) Added Array into cmake building list.
bc4be4e295 (MOD) Implemented Array_Create, Array_CopyOf and Array_Delete
Compare 2 commits »
William pushed to master at William/Compound 2024-06-26 11:19:32 +08:00
d19256621b (MOD) Modified several places to adapt the extraction of Report.
8696b89c2e (ADD) Extracted Report from "status.h" into "report.h".
Compare 2 commits »
William pushed to master at William/Compound 2024-06-26 10:11:44 +08:00
75a2b14c07 (MOD) Resumed using -Wall for compiler options.
9f1960e297 (MOD) Refined README.
24cd4a17df (MOD) Refined README
Compare 4 commits »
William pushed to storageonly at William/Conjurer 2024-06-26 09:15:07 +08:00
bc16b23747 (SOC) Storage Only Commit - Wed 26 Jun 09:14:47 CST 2024
William pushed to master at William/Compound 2024-06-25 19:15:21 +08:00
3f0907daa2 (DEL) Deleted github action file.
22db5f0cbc Merge remote-tracking branch 'master/github_action_test'
43afe62ad1 (MOD) Changed default shell from "bash" to "sh" in github action file.
772a79ce03 (MOD) Changed default shell from "bash" to "sh" in github action file.
5e05e24e38 (MOD) Aborted using bash for script executing for scripts modified are now supporting POSIX Shell.
Compare 26 commits »
William pushed to storageonly at William/Compound 2024-06-23 19:49:41 +08:00
010300157e (FEA) Compound is now fully featured with literalisation of Status along with its printting!
William pushed to storageonly at William/Conjurer 2024-06-22 15:05:34 +08:00
6d55003f9b (SOC) Storage Only Commit Sat 22 Jun 15:03:45 CST 2024
William created branch storageonly in William/Conjurer 2024-06-22 15:05:34 +08:00
William created repository William/Conjurer 2024-06-22 15:05:21 +08:00
William pushed to storageonly at William/Compound 2024-06-22 14:56:31 +08:00
2eb66dbc8d (SOC) Storage Only Commit - Sat 22 Jun 14:54:31 CST 2024
William created branch storageonly in William/Compound 2024-06-22 14:56:31 +08:00
William pushed to master at William/Compound 2024-06-08 23:38:52 +08:00
95a49ebefa (FIX) Fixed problem of multiple same output for one Status from PrintStatus.
William pushed to master at William/Compound 2024-06-07 17:17:50 +08:00
8775d75de8 (FEA) More macros for Status
William pushed to master at William/Compound 2024-06-06 02:57:13 +08:00
66c1d57188 (FEA) Now you can compile Compound into a .so file!
William pushed to master at William/Compound 2024-06-06 02:28:12 +08:00
54042cf2cf (FEA) Featured for Location_Literalisation, Status_Literalisation etc.