Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 7 CMake vcpkg Projects
-
re: C/C++ development: anybody using conda/pixi for dependency management? Here's an example of compiling a C++ SDL program using pixi and the SDL dependency from conda-forge [1].
Seems viable as a replacement for things like vckpg [2] which only builds from source.
I'm still researching this but it seems like rattler [3] is the tool to use to build/publish packages. The supported repos are: prefix.dev's own hosting, anaconda.org, artifactory or a self-hosted server.
--
1: https://github.com/prefix-dev/pixi/blob/main/examples/cpp-sd...
2: https://github.com/microsoft/vcpkg
3: https://prefix-dev.github.io/rattler-build/latest/authentica...
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: CMake-init – The missing CMake project initializer | news.ycombinator.com | 2024-07-16
-
project_options
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
-
CppCMakeVcpkgTemplate
A template project to build a C++/CMake/vcpkg based projects with IDE and GitHub Actions. Build is sped up with caching of artifacts.
-
vcpkg-cmake-integration
Vcpkg autoinstaller for CMake: Fetch Vcpkg (with versioning), bootstrap Vcpkg, install packages from `vcpkg.json`-manifest or individually from within CMake
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
CMake vcpkg discussion
CMake vcpkg related posts
-
GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS
-
Dependencies Belong in Version Control
-
How to install libraries for c++ on a Linux CentOS supercomputer where I'm not a sudoer
-
Does anyone has a idea to read out dependencies out of c/cpp directories to create .sbom files?
-
Configuring incomplete due to CMake Error(missing OpenCVConfig.cmake ProtobufConfig.cmake and TIFF etc.)
-
Why does Arch Linux have a vulkan-devel group, but does not package the LunarG Vulkan SDK?
-
CMake and Linking External libraries is a kick in the nuts if i've ever seen it.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Dec 2024
Index
What are some of the best open-source vcpkg projects in CMake? This list will help you:
Project | Stars | |
---|---|---|
1 | Vcpkg | 23,433 |
2 | cmake-init | 2,064 |
3 | project_options | 357 |
4 | CppCMakeVcpkgTemplate | 110 |
5 | vcpkg-cmake-integration | 34 |
6 | vcpkg_template | 10 |
7 | cpp-vcpkg-starter | 2 |