-
Notifications
You must be signed in to change notification settings - Fork 38
Devcontainer #136
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
Merged
Merged
Devcontainer #136
Conversation
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
Looking good! Thanks for the PR. Mark it as "Ready for review" when you are done and I will take a more thorough look at the changes. |
zfergus
approved these changes
Nov 23, 2024
auto-merge was automatically disabled
November 26, 2024 21:59
Head branch was pushed to by a user without write access
antoinebou12
added a commit
to ETSim/ipc-toolkit
that referenced
this pull request
Dec 10, 2024
* Create Dockerfile devcontainer * Create devcontainer.json * Add files via upload * Update pre-commit-config.yaml * Update pre-commit-config.yaml * Update devcontainer.json * Update Dockerfile * Update devcontainer.json * Update Dockerfile * Create CMakePresets.json * Update CMakePresets.json * Update Dockerfile * Rename pre-commit-config.yaml to .pre-commit-config.yaml * Update devcontainer.json * Update devcontainer.json * Update Dockerfile * Update devcontainer.json * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update devcontainer.json * Update Dockerfile * Update Dockerfile * Update devcontainer.json * Update .pre-commit-config.yaml
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.
Description
We are currently moving desks a lot in my research office and I want to develop in a dev container, so I can develop on the web.
This pull request introduces a comprehensive development environment setup for the IPCToolkit project. The changes include creating a Docker-based development container, configuring pre-commit hooks, and setting up CMake presets for various build configurations.
Development Environment Setup:
.devcontainer/Dockerfile
: Added a Dockerfile to set up a development environment based on Ubuntu 22.04, including installing necessary dependencies, setting up a user with sudo privileges, and configuring tools like CMake, LLVM/Clang, and Python..devcontainer/devcontainer.json
: Configured the development container with settings for C++, CMake, Python, and other tools, along with a list of recommended VSCode extensions and post-create commands.Pre-commit Hooks:
.pre-commit-config.yaml
: Added a pre-commit configuration to useclang-format
for formatting C/C++ code.Build Configuration:
CMakePresets.json
: Introduced CMake presets for different build configurations, including release, debug, CUDA, SIMD, testing, Python bindings, and code coverage.https://code.visualstudio.com/docs/devcontainers/containers
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Test Configuration:
Checklist: