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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/aminya/cpp_vcpkg_project). ## Open The following updates have all...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | image | major | `22.04` -> `24.04` | | ubuntu |...

Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.16.2 to 0.17. Release notes Sourced from DoozyX/clang-format-lint-action's releases. v0.17 What's Changed Changed clang-format version to be the latest (17) #57 Add clang-format 17.0.2 by @​alemuntoni in...

dependencies

### this files will be used from doxygen and clang-tidy: ```bash || [5/5] Generating documentation - entry file: /Users/clausklein/Workspace/cpp/cpp_vcpkg_project/build/gcc-release/html/index.html build/default/vcpkg_installed/x64-osx/include/fmt/format.h|1017| warning: Found ';' while parsing initializer list! (doxygen could be...

Update docker related docs and config Update `.gitlab-ci.yml` file using `cmake workflow presets` and `gcovr`.

set "CMAKE_SYSTEM_PROCESSOR": "x64" to prevent setup problems with WindowsToolchain

see https://gitlab.com/ClausKlein/cpp_vcpkg_project/-/jobs/4959646661#L2011 ``` (WARNING) Unrecognized GCOV output for /builds/ClausKlein/cpp_vcpkg_project/my_header_lib/test/constexpr/constexpr_tests.cpp branch 58 never executed (fallthrough) branch 59 never executed (throw) branch 61 never executed (fallthrough) branch 62 never executed (throw) This...

https://github.com/aminya/cpp_vcpkg_project/actions/runs/3308620283/jobs/5461139224#step:6:174 ```cpp -- Build files have been written to: /Users/runner/work/cpp_vcpkg_project/cpp_vcpkg_project/build task: [build_template] cmake --build ./build --config Debug [1/18] Building CXX object my_lib/CMakeFiles/my_lib.dir/Debug/src/my_lib/lib.cpp.o Checking /Users/runner/work/cpp_vcpkg_project/cpp_vcpkg_project/my_lib/src/my_lib/lib.cpp ... Checking /Users/runner/work/cpp_vcpkg_project/cpp_vcpkg_project/my_lib/src/my_lib/lib.cpp: FMT_LOCALE=1;CMAKE_INTDIR="Debug"... [2/18] Linking...

bug

It is possible to create another example like my_lib where my_lib is a shared library (.so). I try it, but I have problems when I link it to the tests....

enhancement