Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #3

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Dev #3

merged 3 commits into from
Nov 17, 2023

Conversation

dr8co
Copy link
Owner

@dr8co dr8co commented Nov 17, 2023

No description provided.

FindReadline.cmake has been refactored for better handling of the Readline library on macOS. This update manually finds the Readline library on macOS, which is necessary because the pkg-config file might not always be available on this platform. This change makes our code more robust for macOS users. Additionally, the process of printing information about the Readline library has been encapsulated in the `print_readline_info` function for better code modularity and readability.
Moved the detailed listing of source files from src/CMakeLists.txt to main CMakeLists.txt using file(GLOB_RECURSE). This change aims to simplify the source management as it will automatically include any newly added .cpp or .hpp file, preventing the need to manually add each newly created source file into the src/CMakeLists.txt.
Installation script for BLAKE3 has been refactored for better error handling and OS detection. Functions were introduced to handle common tasks such as error exit, detecting OS, checking root access, getting the number of processors, cloning the repository, and building & installing BLAKE3. This enhancement increases the robustness of the script and eases its usage on different Unix-like systems.
@dr8co dr8co merged commit 3d98526 into main Nov 17, 2023
6 checks passed
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.

1 participant