Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
waruqi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
waruqi
4y ago
https://github.com/xmake-io/xmake-idea https://plugins.jetbrains.com/plugin/17406-xmake
2.
▲
by
waruqi
5y ago
xmake also support clib, https://xmake.io/#/package/remote_package?id=add-clib-depend...
3.
▲
Show HN: A Minimal RayGui project based on Xmake
(github.com)
2 points
by
waruqi
5y ago
|
0 comments
4.
▲
by
waruqi
5y ago
Great, we can also use Xmake to build zig program. https://xmake.io/#/guide/project_examples?id=zig-program
5.
▲
by
waruqi
5y ago
Thanks, we plan to use lua5.4 runtime by default in the next version.
6.
▲
LTUI v2.4 released, A cross platform terminal UI library based on Lua
(github.com)
3 points
by
waruqi
6y ago
|
0 comments
7.
▲
by
waruqi
6y ago
I prefer xmake https://github.com/xmake-io/xmake
8.
▲
by
waruqi
6y ago
cmake is just a project generator, it does not have its own build system and package management. and xmake = make + project generator + package manager In addition, I don't like cmake's DSL syntax, which is very tedious and diffic
9.
▲
by
waruqi
6y ago
Xmake does not depend on msvc and msbuild at all, it has its own independent build system, and the build speed is as fast as ninja, and on windows, it can use other compilers to compile the project, such as: clang, tinycc ..
10.
▲
Xmake v2.3.9 released, Improve C/C++ package manager
(github.com)
2 points
by
waruqi
6y ago
|
0 comments
11.
▲
Show HN: Xrepo – A modern cross-platform C/C++ package manager
(tboox.org)
55 points
by
waruqi
6y ago
|
27 comments
12.
▲
LTUI v2.2 released, A cross platform terminal UI library based on Lua
(github.com)
3 points
by
waruqi
6y ago
|
0 comments
13.
▲
Xmake v2.3.8 Released, Add Intel C++/Fortran Compiler Support
(github.com)
1 points
by
waruqi
6y ago
|
0 comments
14.
▲
Xmake v2.3.7 released, Add tinyc and emscripten toolchains
(github.com)
1 points
by
waruqi
6y ago
|
0 comments
15.
▲
by
waruqi
6y ago
you can see https://tboox.org/2019/05/29/xmake-vs-cmake/
16.
▲
by
waruqi
6y ago
xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novic
17.
▲
Show HN: A cross-platform c/c++ build utility based on Lua
(github.com)
10 points
by
waruqi
6y ago
|
3 comments
18.
▲
Xmake v2.3.6 released, Support Fortran compilation and go/dlang packages
(github.com)
8 points
by
waruqi
6y ago
|
0 comments
19.
▲
Xmake v2.3.5 released, Multi toolchain flexible switching support
(github.com)
2 points
by
waruqi
6y ago
|
0 comments
20.
▲
Show HN: A lightweight dex file parsing library
(github.com)
5 points
by
waruqi
6y ago
|
0 comments
21.
▲
Xmake v2.3.4 released, Better toolchain support
(github.com)
2 points
by
waruqi
6y ago
|
0 comments
22.
▲
by
waruqi
6y ago
1. No docs now, you need see source codes. e.g. tests/*.lua 2. Perhaps you need call coroutine.yield or other coroutine/wait methods to program:loop() to support two event loops.
23.
▲
by
waruqi
6y ago
The visual configuration menu used in xmake is ltui. xmake f --menu https://github.com/tboox/xmake
24.
▲
Xmake v2.3.3 released, Support for building iOS/macOS Framework and App
(tboox.org)
2 points
by
waruqi
6y ago
|
1 comments
25.
▲
Show HN: A static injector of dynamic library for application
(github.com)
1 points
by
waruqi
6y ago
|
0 comments
26.
▲
Show HN: A gradle plugin that integrates xmake seamlessly
(github.com)
1 points
by
waruqi
6y ago
|
0 comments
27.
▲
by
waruqi
6y ago
A simple example with package dependences add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8") add_requires("conan::OpenSSL/1.0.2n@conan&#
28.
▲
Xmake v2.3.2 released, Build C/C++ program as fast as ninja
(tboox.org)
18 points
by
waruqi
6y ago
|
3 comments
29.
▲
Xmake v2.3.2 released, Build as fast as ninja
(github.com)
9 points
by
waruqi
6y ago
|
0 comments
30.
▲
by
waruqi
7y ago
The dev branch version is already as fast as ninja now, and there is no additional step to generate a makefile/build.ninja.
More ›