Commit graph

18 commits

Author SHA1 Message Date
netkas
04ea85aa5d Fixed issue where if global $argv is not available, a check to see if $_SERVER['argv'] is set before accessing it due to a potential 'undefined' error. 2024-10-29 15:06:21 -04:00
netkas
1244aa0a24 Corrected project version 2024-10-14 15:51:26 -04:00
ca1bafdad1 Updated Build System 2024-10-13 16:53:08 -04:00
d6e1292f45 Updated Build System 2024-10-13 16:52:34 -04:00
b86140160d
Minor correction 2023-10-10 21:33:09 -04:00
429ca491ed
Refactor build process, update project configs, and clean up documentation
The build process has been refactored to improve maintainability and productivity. This includes simplifying the .gitlab-ci.yml file by utilizing a more updated image which has the necessary dependencies pre-installed.

The Makefile has been heavily restructured to improve understandability and increase the flexibility of the build process. With these changes, the dependencies installation, uninstallation and removal of build artifacts can now be handled directly from the Makefile.

The configuration in project.json was updated, reducing redundancy and clarifying output paths.

In addition, README.md has been cleaned up to improve readability and keep the documentation up-to-date with the codebase changes. For instance, unnecessary functions in the usage section have been removed and links in the table of contents have been fixed.

Lastly, the copyright dates in the LICENSE file have been extended to include 2023 and the format improved for better readability.
2023-10-10 21:29:13 -04:00
d15eb47ef1
Bumped version to 1.1.0
- Updated optslib to work with ncc 2.+.
 - Fixed code-smell from optslib.
2023-09-29 00:43:52 -04:00
Netkas
621ad0534b Removed unused constants from project.json 2023-01-29 20:59:02 -05:00
Netkas
4867f92686 Updated project.json 2023-01-28 01:23:14 -05:00
Netkas
d620083e5f Updated Copyright 2023-01-27 00:18:54 -05:00
Netkas
f0a171ac8d Updated version in project.json 2023-01-27 00:15:50 -05:00
Netkas
daaaa6210c Removed unused 'debug' build configuration 2023-01-27 00:08:05 -05:00
Netkas
0742fc843c Bumped version to 1.0.1 2022-12-19 23:36:05 -05:00
Netkas
7f6b334d7c Added description to project.json 2022-12-18 13:44:23 -05:00
Netkas
7ae523d2af Updated project.json 2022-12-18 13:35:22 -05:00
Netkas
c7bc4d9898 Updated project.json 2022-12-16 01:52:50 -05:00
Netkas
010cf07558 Updated project.json to make release the default build configuration 2022-12-14 05:07:44 -05:00
Netkas
a24349b0b5 Updated README.md
Added LICENSE
Added tests (Unfinished)
Added Codebase
Added .gitignore
Added .idea files
2022-12-14 05:01:51 -05:00