Skip to content

64 modernize repository#69

Merged
nbassler merged 10 commits into
mainfrom
64-modernize-repository
Mar 28, 2026
Merged

64 modernize repository#69
nbassler merged 10 commits into
mainfrom
64-modernize-repository

Conversation

@nbassler
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 28, 2026 18:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds modern CMake/VS Code developer tooling to streamline configuring, building, testing, coverage builds, and debugging for the dedx CMake-based project.

Changes:

  • Introduces CMakePresets.json with Debug/Release/Coverage configure+build+test presets.
  • Adds VS Code workspace configuration (tasks, launch configs, settings, and extension recommendations) for a smoother local workflow.
  • Updates .gitignore to exclude additional preset build directories.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
CMakePresets.json Adds CMake configure/build/test presets for debug, release, and coverage workflows.
.vscode/tasks.json Adds shell-based configure/build/test tasks for VS Code.
.vscode/settings.json Configures CMake Tools + clangd defaults (build dir, compile-commands dir, formatting).
.vscode/launch.json Adds debugger launch configs for loadTest and dedx_example.
.vscode/extensions.json Recommends common C/CMake extensions (clangd, CMake Tools, CMake syntax).
.gitignore Ignores build-release/ and build-coverage/ directories introduced by presets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CMakePresets.json
Comment thread .vscode/tasks.json Outdated
Comment thread .vscode/launch.json Outdated
@nbassler nbassler merged commit 13e4774 into main Mar 28, 2026
7 checks passed
@nbassler nbassler linked an issue Mar 28, 2026 that may be closed by this pull request
41 tasks
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.

Modernize repository

2 participants