-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| | network/frr | :x: | :x: | broken by protobuf upgrade | |
| | system/pcp | :x: | :o…
-
### 你在什么场景下需要该功能?
微软和cmake合作,在vscode中能够直接调试cmake脚本了,确实非常方便
https://devblogs.microsoft.com/cppblog/introducing-cmake-debugger-in-vs-code-debug-your-cmake-scripts-using-open-source-cmake-debugger/
vc…
-
使用MSVC 和 CUDA 12.2编译时报了很多语法错误,节选如下。重新调试、安装VS以及CUDA,尝试Clang编译等均有错,求助0.0
```cmd
[build] D:\CodeLib\Graphics\Monte-Carlo-Path-Tracing\src\utils\config_parser.cu(818): error : identifier "ReadConductorI…
-
如果我开启了 xmake-vscode 插件 https://github.com/xmake-io/xmake-vscode ,xmake.lua 脚本里面就无法下断点(点都没法点),其他 xxx.lua 常规 lua 文件可以正常下断点
而如果我禁用 xmake-vscode 插件,xmake.lua 就能够正常下断点。。
应该是插件冲突了,但是我不确定是否哪里会干…
-
Hello.
If I miss the '>' symbol the clangd crashes.
Example:
```c++
#include
#include
#include
#include
#include
-
Hi, what repo are you using with xmake build ?
-
### Xmake 版本
2.8.2
### 操作系统版本和架构
windows10
### 描述问题
点击vscode的状态栏的调试,发现qt相关的程序无法调试。运行是可以的。
这对于codelldb和cpptools都是一样的情况。
然后在`.vscode/settings.json`中单独设置调试的配置(关于qt路径的),即可成功调试。如下:
``…
-
### Version confirmation
- [X] Confirm
### Following prerequisites
- [X] Confirm
### Neovim version
NVIM v0.9.1
### Operating system/version
macos 14
### Terminal name/version
iterm 2
### $T…
-
### Is your feature request related to a problem? Please describe.
Debug xmake lua source
### Describe the solution you'd like
patch: https://github.com/xmake-io/xmake/pull/4121
#### Debug…