Commit Graph

  • 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 William Lee 2024-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. William Lee 2024-06-27 16:01:01 +08:00
  • 310586ab86 (MOD) Removed Array_GetIdx and Array_SetIdx due to better approach was discovered. William Lee 2024-06-26 20:20:04 +08:00
  • a63063de42 (MOD) Defined 1 more macro "cast". William Lee 2024-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]". William Lee 2024-06-26 16:54:21 +08:00
  • f5d82983a4 (MOD) Added Array into cmake building list. William Lee 2024-06-26 16:43:26 +08:00
  • bc4be4e295 (MOD) Implemented Array_Create, Array_CopyOf and Array_Delete William Lee 2024-06-26 15:20:47 +08:00
  • d19256621b (MOD) Modified several places to adapt the extraction of Report. William Lee 2024-06-26 11:19:11 +08:00
  • 8696b89c2e (ADD) Extracted Report from "status.h" into "report.h". William Lee 2024-06-26 10:51:09 +08:00
  • 75a2b14c07 (MOD) Resumed using -Wall for compiler options. William 2024-06-26 08:56:11 +08:00
  • 10b2d4e43b Merge branch 'master' of https://github.com/Wilhelm-Lee/Compound William 2024-06-25 22:19:27 +08:00
  • 9f1960e297 (MOD) Refined README. William Lee 2024-06-25 20:02:40 +08:00
  • 24cd4a17df (MOD) Refined README William Lee 2024-06-25 19:59:13 +08:00
  • 3f0907daa2 (DEL) Deleted github action file. William Lee 2024-06-25 19:13:14 +08:00
  • 22db5f0cbc Merge remote-tracking branch 'master/github_action_test' William Lee 2024-06-25 19:11:35 +08:00
  • 43afe62ad1 (MOD) Changed default shell from "bash" to "sh" in github action file. William Lee 2024-06-25 18:57:30 +08:00
  • 772a79ce03 (MOD) Changed default shell from "bash" to "sh" in github action file. William Lee 2024-06-25 18:57:30 +08:00
  • 5e05e24e38 (MOD) Aborted using bash for script executing for scripts modified are now supporting POSIX Shell. William Lee 2024-06-25 17:51:43 +08:00
  • b9c5bfbc00 (MOD) Added "bash" before "./preinstall" as well as "./postinstall". William Lee 2024-06-25 15:00:50 +08:00
  • acaa38099f (MOD) Added "sudo" before "./preinstall" as well as "./postinstall". William Lee 2024-06-25 14:56:12 +08:00
  • 5026f03692 (MOD) Added a feature where it displays the current user identity once it's not root. William Lee 2024-06-25 14:50:37 +08:00
  • 55d9ddef39 (MOD) Added more steps for project building. William Lee 2024-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. William Lee 2024-06-25 13:58:54 +08:00
  • 242fcce951 (MOD) Modified github action file for testing for extra step required by project. William Lee 2024-06-25 13:52:54 +08:00
  • bc3fd9dfad (MOD) Modified file install that added auto-creating directory in need. William Lee 2024-06-25 13:11:34 +08:00
  • f88b2b5b02 (MOD) Disabled some parameters for C compiler in order to run github action successfully. William Lee 2024-06-25 13:07:03 +08:00
  • acad934238 (FEA) Now Compound is featured with indexer displaying while printing. William Lee 2024-06-25 12:27:21 +08:00
  • bcbec01992 Merge branch 'master' of https://github.com/Wilhelm-Lee/Compound William 2024-06-25 10:10:02 +08:00
  • 6583335dd6 (ADD) Added github action file. William 2024-06-25 09:55:06 +08:00
  • 09076d0d00 Delete CompoundTest William Lee 2024-06-25 09:42:20 +08:00
  • 31a997c170 Merge branch 'git.jackcraft/storageonly' William 2024-06-25 09:37:03 +08:00
  • 794ff14602 (SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024 William 2024-06-25 09:33:57 +08:00
  • b316c0e5ee (MOV) Moved test.c function.c/h back to project directory. William 2024-06-24 22:37:41 +08:00
  • 69d827c38e (SYNC) Synchronisation with local latest modifications. William 2024-06-24 22:34:47 +08:00
  • 871bab317b (ADD) Added test.c for testing on github action. William 2024-06-24 21:59:46 +08:00
  • 73e766eef7 (MOD) Forbade ignoring test.c for github action. William 2024-06-24 21:48:15 +08:00
  • 1c611ec4e2 (FEA) Compound is now fully featured with literalisation of Status along with its printing! William Lee 2024-06-23 19:47:44 +08:00
  • 010300157e (FEA) Compound is now fully featured with literalisation of Status along with its printting! storageonly William Lee 2024-06-23 19:47:44 +08:00
  • 2eb66dbc8d (SOC) Storage Only Commit - Sat 22 Jun 14:54:31 CST 2024 William 2024-06-22 14:54:31 +08:00
  • 95a49ebefa (FIX) Fixed problem of multiple same output for one Status from PrintStatus. William 2024-06-08 23:38:38 +08:00
  • 8775d75de8 (FEA) More macros for Status William 2024-06-07 17:17:32 +08:00
  • 66c1d57188 (FEA) Now you can compile Compound into a .so file! William 2024-06-06 02:56:57 +08:00
  • 54042cf2cf (FEA) Featured for Location_Literalisation, Status_Literalisation etc. William 2024-06-06 02:22:54 +08:00
  • df073877cc (MER) William 2024-05-20 04:54:27 +08:00
  • e2f8dceda7 (MOD) Refined Var, Array, CatlogMsg, CatlogSender, Status William 2024-05-20 04:47:39 +08:00
  • e73f3af436 (SOC - Test) Storage Only Commit William 2024-05-16 06:53:55 +08:00
  • ce09981e05 (SOC) Storage Only Commit William 2024-05-16 01:02:55 +08:00
  • a0ef8646aa Create LICENSE William Lee 2024-05-16 01:01:22 +08:00
  • bb935ba88f (MRG) Merge remote-tracking branch 'refs/remotes/master/master' (DEL) Deleted CMakeFiles and its sub-directories William 2024-05-16 00:37:45 +08:00
  • 9bcb360a53 (SOC - Test) Storage Only Commit William 2024-05-16 06:53:55 +08:00
  • 6e1c2aafed (SOC) Storage Only Commit William 2024-05-16 01:02:55 +08:00
  • c3f5c426b7 Create LICENSE William Lee 2024-05-16 01:01:22 +08:00
  • b8230952bd Merge remote-tracking branch 'refs/remotes/master/master' William 2024-05-16 00:37:45 +08:00
  • 042565991d (SOC) Storage Only Commit William 2024-05-16 00:33:09 +08:00
  • 4b5faeb402 Delete CMakeFiles directory William Lee 2024-05-16 00:06:27 +08:00
  • 5f7a6c6f93 (SOC) Storage Only Commit William 2024-05-16 00:04:42 +08:00
  • 989e512f8f (MOD) .gitignore William 2024-04-13 20:17:18 +08:00
  • 143c921a8a (INI) Initiated MemMan William 2024-04-13 19:42:50 +08:00
  • 9877602ffa (MOD) Refinements and widened extendibilities for Status William 2024-04-13 17:55:01 +08:00
  • b97887f6be Last commit before focus on major development (Var, Array etc.) William 2024-04-04 23:18:49 +08:00
  • f70175ede3 "Last commit before focus on major development (Var, Array etc.)" William 2024-04-04 23:14:47 +08:00
  • 4f7df68a3c Storage Only Commit William 2024-03-23 02:43:42 +08:00