Commit Graph

55 Commits

Author SHA1 Message Date
William d19256621b (MOD) Modified several places to adapt the extraction of Report. 2024-06-26 11:19:11 +08:00
William 8696b89c2e (ADD) Extracted Report from "status.h" into "report.h". 2024-06-26 10:51:09 +08:00
William 75a2b14c07 (MOD) Resumed using -Wall for compiler options. 2024-06-26 08:56:11 +08:00
William 10b2d4e43b Merge branch 'master' of https://github.com/Wilhelm-Lee/Compound 2024-06-25 22:19:27 +08:00
William 9f1960e297 (MOD) Refined README. 2024-06-25 20:02:40 +08:00
William 24cd4a17df (MOD) Refined README 2024-06-25 19:59:13 +08:00
William 3f0907daa2 (DEL) Deleted github action file. 2024-06-25 19:13:14 +08:00
William 22db5f0cbc Merge remote-tracking branch 'master/github_action_test' 2024-06-25 19:11:35 +08:00
William 43afe62ad1 (MOD) Changed default shell from "bash" to "sh" in github action file.
(MOD) Replaced cmake output file with \"/usr/share/libcompound.so\" in github action file.
2024-06-25 18:58:18 +08:00
William 772a79ce03 (MOD) Changed default shell from "bash" to "sh" in github action file. 2024-06-25 18:57:30 +08:00
William 5e05e24e38 (MOD) Aborted using bash for script executing for scripts modified are now supporting POSIX Shell.
(MOD) Modified github action file for abort supporting MS Windows as the target in current stage.
2024-06-25 17:51:43 +08:00
William b9c5bfbc00 (MOD) Added "bash" before "./preinstall" as well as "./postinstall". 2024-06-25 15:00:50 +08:00
William acaa38099f (MOD) Added "sudo" before "./preinstall" as well as "./postinstall". 2024-06-25 14:56:12 +08:00
William 5026f03692 (MOD) Added a feature where it displays the current user identity once it's not root. 2024-06-25 14:50:37 +08:00
William 55d9ddef39 (MOD) Added more steps for project building. 2024-06-25 14:15:17 +08:00
William 092dddf6c4 (MOD) Changed effecting branch from "master" to "github_action_test" which is more reasonable since this is testing on branch github_action_test. 2024-06-25 13:58:54 +08:00
William 242fcce951 (MOD) Modified github action file for testing for extra step required by project. 2024-06-25 13:52:54 +08:00
William bc3fd9dfad (MOD) Modified file install that added auto-creating directory in need. 2024-06-25 13:11:34 +08:00
William f88b2b5b02 (MOD) Disabled some parameters for C compiler in order to run github action successfully. 2024-06-25 13:07:03 +08:00
William acad934238 (FEA) Now Compound is featured with indexer displaying while printing. 2024-06-25 12:27:21 +08:00
William bcbec01992 Merge branch 'master' of https://github.com/Wilhelm-Lee/Compound
Update remote repository on branch master with locally newly added github action file.
2024-06-25 10:10:02 +08:00
William 6583335dd6 (ADD) Added github action file. 2024-06-25 09:55:06 +08:00
William Lee 09076d0d00 Delete CompoundTest
(DEL) Deleted an unintentional uploaded executable file for testing.
2024-06-25 09:42:20 +08:00
William 31a997c170 Merge branch 'git.jackcraft/storageonly' 2024-06-25 09:37:03 +08:00
William 794ff14602 (SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024 2024-06-25 09:33:57 +08:00
William b316c0e5ee (MOV) Moved test.c function.c/h back to project directory. 2024-06-24 22:37:41 +08:00
William 69d827c38e (SYNC) Synchronisation with local latest modifications. 2024-06-24 22:34:47 +08:00
William 871bab317b (ADD) Added test.c for testing on github action. 2024-06-24 21:59:46 +08:00
William 73e766eef7 (MOD) Forbade ignoring test.c for github action. 2024-06-24 21:48:15 +08:00
William 1c611ec4e2 (FEA) Compound is now fully featured with literalisation of Status along with its printing! 2024-06-24 14:44:26 +08:00
William 010300157e (FEA) Compound is now fully featured with literalisation of Status along with its printting! 2024-06-23 19:47:44 +08:00
William 2eb66dbc8d (SOC) Storage Only Commit - Sat 22 Jun 14:54:31 CST 2024 2024-06-22 14:54:31 +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 66c1d57188 (FEA) Now you can compile Compound into a .so file! 2024-06-06 02:56:57 +08:00
William 54042cf2cf (FEA) Featured for Location_Literalisation, Status_Literalisation etc. 2024-06-06 02:22:54 +08:00
William df073877cc (MER) 2024-05-20 04:54:27 +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 ce09981e05 (SOC) Storage Only Commit
(DEL) Deleted lgpl-3.0.txt
2024-05-17 19:30:29 +08:00
William Lee a0ef8646aa Create LICENSE
Added GPL3.0 license.
2024-05-17 19:30:29 +08:00
William bb935ba88f (MRG) Merge remote-tracking branch 'refs/remotes/master/master'
(DEL) Deleted CMakeFiles and its sub-directories
2024-05-17 19:30:29 +08:00
William 9bcb360a53 (SOC - Test) Storage Only Commit 2024-05-16 06:53:55 +08:00
William 6e1c2aafed (SOC) Storage Only Commit
(DEL) Deleted lgpl-3.0.txt
2024-05-16 01:02:55 +08:00
William Lee c3f5c426b7 Create LICENSE
Added GPL3.0 license.
2024-05-16 01:01:22 +08:00
William b8230952bd Merge remote-tracking branch 'refs/remotes/master/master' 2024-05-16 00:37:45 +08:00
William 042565991d (SOC) Storage Only Commit
(ADD) <License GPL3.0>
2024-05-16 00:33:09 +08:00
William Lee 4b5faeb402 Delete CMakeFiles directory
Removed irrelevant items.
2024-05-16 00:06:27 +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 989e512f8f (MOD) .gitignore 2024-04-13 20:17:18 +08:00