Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| [clang-tidy](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/clang-tidy) | `clang-tidy` β€” C++ linter and static analyzer from LLVM | apt | 1.0.0 |
| [cloudflare.com/warp-cli](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cloudflare.com-warp-cli) | `warp-cli` β€” Cloudflare WARP VPN client | curl | 1.0.1 |
| [cmake.org](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cmake.org) | `cmake` β€” cross-platform build system generator | apt | 1.0.0 |
| [collection-c-cpp](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp) | C/C++ dev collection β€” cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential | meta | 1.0.0 |
| [collection-c-cpp](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp) | C/C++ dev collection β€” cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential | meta | 1.0.1 |
| [critique.work](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/critique.work) | `critique` β€” TUI for reviewing git changes | bun | 1.0.0 |
| [danmar/cppcheck](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/danmar-cppcheck) | `cppcheck` β€” static analysis tool for C/C++ code | apt | 1.0.0 |
| [delta](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/delta) | `delta` β€” syntax-highlighting pager for git diffs | gh release | 1.0.1 |
Expand Down
24 changes: 12 additions & 12 deletions src/collection-c-cpp/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "collection-c-cpp",
"id": "collection-c-cpp",
"version": "1.0.0",
"version": "1.0.1",
"description": "C/C++ dev collection β€” cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp",
"dependsOn": {
"ghcr.io/devcontainer-community/features/cmake.org:1": {},
"ghcr.io/devcontainer-community/features/ninja-build.org:1": {},
"ghcr.io/devcontainer-community/features/sourceware.org-gdb:1": {},
"ghcr.io/devcontainer-community/features/valgrind.org:1": {},
"ghcr.io/devcontainer-community/features/ccache.dev:1": {},
"ghcr.io/devcontainer-community/features/danmar-cppcheck:1": {},
"ghcr.io/devcontainer-community/features/clang-format:1": {},
"ghcr.io/devcontainer-community/features/clang-tidy:1": {},
"ghcr.io/devcontainer-community/features/distcc.org:1": {},
"ghcr.io/devcontainer-community/features/vcpkg.io:1": {},
"ghcr.io/devcontainer-community/features/apt-build-essential:1": {}
"ghcr.io/devcontainer-community/devcontainer-features/cmake.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/ninja-build.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/sourceware.org-gdb:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/valgrind.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/danmar-cppcheck:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/clang-format:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/clang-tidy:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/distcc.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/vcpkg.io:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/apt-build-essential:latest": {}
}
}
Loading