ruki

Results 321 issues of ruki

Xmake 是一个基于 Lua 的轻量级跨平台构建工具。 它非常的轻量,没有任何依赖,因为它内置了 Lua 运行时。 它使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能快速入门,能够让用户把更多的精力集中在实际的项目开发上。 我们能够使用它像 Make/Ninja 那样可以直接编译项目,也可以像 CMake/Meson 那样生成工程文件,另外它还有内置的包管理系统来帮助用户解决 C/C++ 依赖库的集成使用问题。 目前,Xmake 主要用于 C/C++ 项目的构建,但是同时也支持其他 native 语言的构建,可以实现跟 C/C++ 进行混合编译,同时编译速度也是非常的快,可以跟 Ninja 持平。 ``` Xmake...

- 项目名称:一个轻量快速的跨平台 C++ 构建工具 - 项目地址:https://github.com/xmake-io/xmake - 项目简介 (**100** 字以内): 它使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能快速入门,能够让用户把更多的精力集中在实际的项目开发上。 我们能够使用它像 Make/Ninja 那样可以直接编译项目,也可以像 CMake/Meson 那样生成工程文件,另外它还有内置的包管理系统来帮助用户解决 C/C++ 依赖库的集成使用问题。 - 项目截图 (**6**张以内): ![](https://xmake.io/assets/img/index/xmake-basic-render.gif) ![](https://xmake.io/assets/img/index/package_manage.png) ![](https://xmake.io/assets/img/index/package_arch.png) 参考 [模板](https://github.com/GitHubDaily/GitHubDaily/issues/8)

https://github.com/xmake-io/xmake/pull/2623

improvement

### Xmake Version 2.6.8 ### Operating System Version and Architecture windows ### Describe Bug same issue, https://github.com/fastbuild/fastbuild/issues/690 ### Expected Behavior .. ### Project Configuration _No response_ ### Additional Information and...

bug

### Xmake Version 2.6.8 ### Operating System Version and Architecture windows ### Describe Bug io.readable is always return false on msys2/cygwin. https://github.com/xmake-io/xmake/issues/2504#issuecomment-1170161179 ### Expected Behavior it works. ### Project Configuration...

bug
help wanted

- [x] Windows packages (winget) https://github.com/microsoft/winget-pkgs/blob/master/manifests/Xmake-io/Xmake/ - [x] Windows packages (scoop) https://github.com/lukesampson/scoop - [x] Windows packages (baulk) https://github.com/baulk/bucket/blob/master/bucket/xmake.json - [x] Mingw-packages (pacman) https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-xmake/PKGBUILD - [x] Termux-packages (pkg) https://github.com/termux/termux-packages/blob/master/packages/xmake/build.sh - [x]...

feature request
help wanted
contribution welcome

https://github.com/xmake-io/xmake/issues/1753#issuecomment-948356479

feature request

### Roadmap - [ ] Support adjust and rewrite links order between add_deps, add_packages and add_links - [ ] Support links group, `-Wl,--start-group` - [ ] Support whole links, `-Wl,--whole-archive`...

feature request

* https://cmake.org/cmake/help/latest/module/CPack.html * installer with ui: ImGUI * shell installer: makeself, ... * other installer: deb, rpm, msi, ... description file: xpack.lua Welcome to contribute some new ideas.

feature request
contribution welcome

References * [https://github.com/google/sanitizers/issues/189](https://github.com/google/sanitizers/issues/189) How to enable sanitize-address? ```console $ xmake f -m asan --coroutine=y $ xmake r demo coroutine_stream http://www.tboox.org ```

improvement
contribution welcome