Skip to content

Conversation

@RedHoodedWraith
Copy link
Owner

  • Split StenoType Helper into StenoType Core and Helper Headers & Source Files
  • Unified the StenoByte Core and Helper Files into one library
  • Added an includes folder for StenoType Core & Helper Files
  • Updated README

Rachel Delgado and others added 9 commits May 16, 2025 15:40
Counted up how many characters the print summary is going to print and split the print_byte_summary() method.
The StenoByte_Core.c Source File is intended to remain consistent and compiled universally no matter the OS.
The StenoByte_Helper_for_Linux.c Source File is intended to be included when compiling for Linux, and excluded when compiling for other Operating Systems (OS's).

StenoByte_Core.h holds the definitions for StenoByte_Core.h and is the main dependency for the main.c file.
StenoByte_Helper.h holds the definitions for the Helper Source Files and will conditionally apply different declarations for different OS's.
@RedHoodedWraith RedHoodedWraith linked an issue May 16, 2025 that may be closed by this pull request
@RedHoodedWraith RedHoodedWraith changed the title 15 refactor code to make it ready to be compiled for different oss 15 refactor code to make it ready to be compiled for different operating systems May 16, 2025
StenoByte Core & Helper files are now compiled and included as a library called "StenoByte_Library".
Moved Core & Helper Files to a new directory called "includes".
CMakeLists.txt is now configured to check the OS the application is being built for and to change it accordingly.
Minor updates to README.
@RedHoodedWraith RedHoodedWraith force-pushed the 15-refactor-code-to-make-it-ready-to-be-compiled-for-different-oss branch from 96e4139 to aecfbc3 Compare May 16, 2025 13:47
@RedHoodedWraith RedHoodedWraith merged commit 4636637 into main May 16, 2025
5 checks passed
@RedHoodedWraith RedHoodedWraith deleted the 15-refactor-code-to-make-it-ready-to-be-compiled-for-different-oss branch May 16, 2025 13:49
RedHoodedWraith added a commit that referenced this pull request May 16, 2025
…it-ready-to-be-compiled-for-different-oss

15 refactor code to make it ready to be compiled for different operating systems
RedHoodedWraith added a commit that referenced this pull request May 16, 2025
…it-ready-to-be-compiled-for-different-oss

15 refactor code to make it ready to be compiled for different operating systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor Code to make it ready to be compiled for different OS's

2 participants