-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Remove TOOLCHAIN logic and replace with CMake presets (#162)
* feat: Add CMake presets to project * fix!: Remove toolchain file and make bootstrap pick correct preset * fix!: Rework toolchain files to be proper cross-compile files * chore: Update dockerfiles to use presets * chore: Rework compare_honk_bench to work with presets (need to double check) * chore: Update docs to use presets throughout * chore: Remove docs about parallel command since presets enable maximum jobs * chore: Rework toolchain docs to call out cross-compiling * Ignore CMakeUserPresets.json as per adrian * Add CMake Tools VS Code plugin config. * Set ninja as the default generator * Export compile commands used for clangd - add clangd setting to ignore GCC-specific flags * add ninja to docker images --------- Co-authored-by: codygunton <codygunton@gmail.com> Co-authored-by: adr1anh <adrian.hamelink@gmail.com>
- Loading branch information
1 parent
7ae381e
commit 09db0be
Showing
32 changed files
with
333 additions
and
188 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.