Core logic improvements + Added TODO List#8
Merged
Conversation
…d detailed command aliases.
…CMake warning on lines 1363-1366
…he user passed a path with a trailing slash
…or due to the missing presence of CMakeLists.txt inside project subdirectories
…one line calls into multi line calls for improved maintainability
…urces in generate_default_cmake
…ke and attempt to parse the output from 'cmake --version'
Static-Codes
added a commit
to Static-Codes/SimpleCBuild
that referenced
this pull request
Apr 1, 2026
Contributor
Author
|
To validate the unit tests above, simply run |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request contains core logic improvements for autocmake without explicitly increasing the minimum version supported.
I also broke up multiple lengthy one liners into multi-line commands and renamed a few generic variables for improved readability!
My thought process for the changes can be found here alongside the comments I left on issue #5
Once again if any of these changes conflict with your vision for autocmake, please feel free to let know; I will make adjustments accordingly!