cpp_vcpkg_project icon indicating copy to clipboard operation
cpp_vcpkg_project copied to clipboard

A production-ready C++ project made with vcpkg

Results 17 cpp_vcpkg_project issues
Sort by recently updated
recently updated
newest added

```bash bash-3.2$ make docs cmake ./ -B ./build -G "Ninja Multi-Config" -DCMAKE_BUILD_TYPE:STRING=Debug -DFEATURE_DOCS:BOOL=ON -DFEATURE_TESTS:BOOL=OFF -- vcpkg is already installed at /Users/clausklein/vcpkg. -- Running vcpkg install Detecting compiler hash for triplet...

documentation

Add a cmake module `cmake/AddTest.cmake` that provides wrappers to simplify test writing, especially when many tiny tests are required (learnt the idea from [range-v3](https://github.com/ericniebler/range-v3/blob/master/test/CMakeLists.txt)). I can't measure how general this...

```bash FAILED: my_lib/CMakeFiles/my_lib.dir/Debug/src/my_lib/lib.cpp.o /Users/clausklein/.local/bin/cmake -E __run_co_compile --launcher=ccache --tidy="/usr/local/Cellar/llvm/20.1.3/bin/clang-tidy;-extra-arg=-Wno-unknown-warning-option;-warnings-as-errors=*;--extra-arg-before=--driver-mode=g++" --cppcheck="/usr/local/bin/cppcheck;--template=gcc;--enable=style,performance,warning,portability;--inline-suppr;--suppress=internalAstError;--suppress=unmatchedSuppression;--inconclusive;--error-exitcode=2" --source=/Users/clausklein/Workspace/cpp/cpp_vcpkg_project/my_lib/src/my_lib/lib.cpp -- /usr/local/Cellar/llvm/20.1.3/bin/clang++ -Dmy_lib_EXPORTS -DCMAKE_INTDIR=\"Debug\" -I/Users/clausklein/Workspace/cpp/cpp_vcpkg_project/my_lib/include -isystem /Users/clausklein/Workspace/cpp/cpp_vcpkg_project/build/developer/vcpkg_installed/x64-osx/include -g -std=c++23 -fPIC -fcolor-diagnostics --coverage -O0 -g -Wall -Wextra -Wextra-semi -Wshadow -Wnon-virtual-dtor -Wold-style-cast...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v4` -> `v5` | --- ### Release...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | major | `v3` -> `v4` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release...