ruki

Results 1749 comments of ruki

Thanks, but I don’t have much time recently, you can submit a PR first, and I will review it when I have time later.

> Initial version of new native Xcode generator has been uploaded to https://github.com/JX-Master/xmake/tree/xcode-generator > > Use `xmake project -k xcode2` (temporary generator name) to generate new Xcode project file. Can...

It works now, thanks. But I think we can further improve the current native xcode generator. - [ ] Display and organize the source tree by directory hierarchy, similar to...

最近没空搞,直接提 pr 过来

> but there is no way for me to know that. The discoverability of this is essentially zero. I don't have time to write documentation, you can directly look at...

I also didn't have the time to think about and implement it. It would have involved a lot of changes, as well as API design. In addition, your current design...

升级新版本 不应该是 3.0.0 么。默认就是走的 ninja 而不是 msbuild 。。不存在这个问题

@ChrisCatCP 这个 patch 带进来的 https://github.com/xmake-io/xmake/pull/5523 还是去年的事情了,说明 2008 现在用的确实少。

The clang/gcc toolchain is only designed to support the host platform. Please use the cross toolchain. it will break many things. e.g. packages, toolchain cross state, ... https://github.com/xmake-io/xmake/blob/888f5c3b5452b2b8c6c47e89028c4449a238e31f/xmake/modules/private/utils/toolchain.lua#L28 https://github.com/xmake-io/xmake/blob/888f5c3b5452b2b8c6c47e89028c4449a238e31f/xmake/modules/package/tools/cmake.lua#L99 and...

In addition, the cross toolchain is bound to the cross platform (xmake f -p cross), and many cross-compilation logics rely on the judgment of `if is_plat("cross")`. e.g. install all packages...