-
### 你在什么场景下需要该功能?
墨干项目通过强制包含来引入配置文件,gcc 和 msvc 都支持强制包含选项,而且vscode的C++插件提供了强制包含的配置项。
* gcc: [`-include`](https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html#index-include)
* clang: [`-i…
-
### Xmake Version
v2.8.1 dev
### Operating System Version and Architecture
Windows 11 22H2
### Describe Bug
2023/7/24 下午一点下的 `dev` 还是好的 (那时候在调 pch 的 bug), 晚上回来八点多钟拉的 `dev` 版本出现此问题。
E…
-
### Xmake 版本
xmake v2.8.1+dev.732d60063
### 操作系统版本和架构
Windows 11 22H2 x86
### 描述问题
Keil C51 在编译时会输出 .LST 文件,包含源文件编译的相关信息;该文件的生成由 PRINT directive 进行控制,即
`C51 example.c PRINT(./exampe.ls…
-
### Is your feature request related to a problem? Please describe.
vscode内置变量${workspaceFolder}获取工作区路径,当有多个工作区时,需要根据路径导出compile_commands.json。
目前xmake-vscode支持${workspaceRoot},默认路径是打开文件夹的根目录
### De…
-
### Environment
- OS and Version: win11
- VS Code Version: 1.82.2
- C/C++ Extension Version: 1.17.5
### Bug Summary and Steps to Reproduce
Bug Summary:
I have some xml's in a project …
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| | network/frr |:red_square: | :red_square: | broken by protobuf upgrade ||
|✅ | network/ny…
-
Bug type: Language Service
**Describe the bug**
- OS and Version: Garuda Linux
- VS Code Version: 1.56.2
- C/C++ Extension Version: 1.4.0
- Other extensions you installed (and if the issu…
-
### Xmake 版本
2.8.1
### 操作系统版本和架构
windows10
### 描述问题
命令行xmake lua 指定的脚本(相对路径),执行报错。
```
# 目录结构
|- root
|- xmakeExt
|-- foo.lua
|- projectA
|-- xmake.lua
E:\root> cat ./xmakeExt…
-
# Modules Proposal #
A short while ago I posted [this issue](https://github.com/premake/premake-core/issues/1719) asking for a guide on how to use C++-20 modules with premake projects.
From that…
-
### Xmake 版本
xmake v2.8.1+dev.732d60063
### 操作系统版本和架构
Windows11 10.0.22621
### 描述问题
使用VSCode里的xmake插件,新建一个项目,将项目的toolchain换成clang。设置xmake.lua,设置了add_sysincludedirs和add_includedirs,但是生成的compile_co…