Commit Graph

12 Commits

Author SHA1 Message Date
bc4be4e295 (MOD) Implemented Array_Create, Array_CopyOf and Array_Delete
(MOD) Replaced project compiler from "gcc" with "clang" due to out-of-order execution keep happening after running with Array.

(MOD) Removed certain functions from Utils due to insufficiencies of usage.

(MOD) Defined 1 more macro "fail".

(MOD) Fixed 1 bug from "var.c":  Struct member "alive" was not under supervision from the entire programme cycle.

(MOD) Removed 1 useless usage for "Utils_LiteraliseInteger".

(MOD) Removed 1 useless block of commented code.
2024-06-26 15:20:47 +08:00
d19256621b (MOD) Modified several places to adapt the extraction of Report. 2024-06-26 11:19:11 +08:00
8696b89c2e (ADD) Extracted Report from "status.h" into "report.h". 2024-06-26 10:51:09 +08:00
acad934238 (FEA) Now Compound is featured with indexer displaying while printing. 2024-06-25 12:27:21 +08:00
William
69d827c38e (SYNC) Synchronisation with local latest modifications. 2024-06-24 22:34:47 +08:00
William
95a49ebefa (FIX) Fixed problem of multiple same output for one Status from PrintStatus. 2024-06-08 23:38:38 +08:00
William
8775d75de8 (FEA) More macros for Status 2024-06-07 17:17:32 +08:00
William
54042cf2cf (FEA) Featured for Location_Literalisation, Status_Literalisation etc. 2024-06-06 02:22:54 +08:00
William
e2f8dceda7 (MOD) Refined Var, Array, CatlogMsg, CatlogSender, Status
This is the very first version that pass the compiler.  Though it has lots things were made for testing, such as commenting problematic source code to avoid irrelevant errors.  For test.c, everything is working fine.  Congrats!
2024-05-20 04:47:39 +08:00
William
e73f3af436 (SOC - Test) Storage Only Commit 2024-05-17 19:30:29 +08:00
William
5f7a6c6f93 (SOC) Storage Only Commit
(ADD) Name, NameScope, Catlog, Object, String, Attribute, Char, Registry, Utils, Type, <Platform Support>, <Global Constants>, README

(MOD) Array, Var, Status, MemMan, <Common>
2024-05-16 00:04:42 +08:00
William
143c921a8a (INI) Initiated MemMan
(MOD) Extended abtilities of Status

(ADD) Introduced CMake building system for Compound
2024-04-13 19:42:50 +08:00