Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
danny0z
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
danny0z
8mo ago
It also supports this syntax. target("foo", { kind = "binary", files = { "src/*.cpp" }, includedirs = { "src" }, defines = { "FOO", "BAR=BAZ" },
2.
▲
by
danny0z
8mo ago
> not have `target("name", function (ctx) ... end)`. It supports this syntax. https://xmake.io/guide/project-configuration/syntax-descript... target("foo", function () set_kind(&qu
3.
▲
by
danny0z
8mo ago
It can generate a Visual Studio project, then use the xmake CLI to integrate and compile the project, and supports debugging and IntelliSense. https://xmake.io/guide/extensions/builtin-plugins.html#gener... C++ Mo
4.
▲
Xmake v3.0.2 released, Improve C++ modules and new native thread support
(github.com)
2 points
by
danny0z
1y ago
|
0 comments
5.
▲
Xmake v3.0 released, Improve C++ modules and jobgraph support
(github.com)
4 points
by
danny0z
1y ago
|
0 comments
6.
▲
by
danny0z
2y ago
xmake also support D and dub.
7.
▲
Show HN: A cross-platform C/C++ package manager based on Xmake
(github.com)
1 points
by
danny0z
3y ago
|
0 comments
8.
▲
by
danny0z
3y ago
we can also try xmake. https://github.com/xmake-io/xmake Xmake can be used to directly build source code (like with Make or Ninja), or it can generate project source files like CMake or Meson. It also has a built-in pa
9.
▲
by
danny0z
4y ago
try wget https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.tar.gz tar xf xmake-v2.6.5.tar.gz make build we need not run `cd xmake`
10.
▲
by
danny0z
4y ago
no, it should be `v2.6.5/xmake-v2.6.5.tar.gz` instead of `tags/v2.6.5.tar.gz` https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.tar.gz
11.
▲
by
danny0z
4y ago
we need pull all submodules, you can see https://xmake.io/#/guide/installation?id=installation git submodule update --init Or you can download full source code from releases. https://github.com
12.
▲
by
danny0z
4y ago
Xmake is also based on tbox as a c base library.
13.
▲
by
danny0z
4y ago
you can also try xmake. It use lua, not DSL. https://github.com/xmake-io/xmake
14.
▲
by
danny0z
4y ago
We can also try https://github.com/xmake-io/xmake
15.
▲
Show HN: A glib-like multi-platform C library
(github.com)
48 points
by
danny0z
4y ago
|
12 comments
16.
▲
Xmake v2.6.5 released, Support remote compilation
(github.com)
2 points
by
danny0z
4y ago
|
1 comments
17.
▲
by
danny0z
5y ago
Xmake has Clion/IDEA, vscode, vs, sublime and qtcreator plugin.
18.
▲
Xmake and C/C++ Package Management
(github.com)
39 points
by
danny0z
5y ago
|
22 comments
19.
▲
A new C/C++ package manager wrapper for CMake
(github.com)
1 points
by
danny0z
5y ago
|
0 comments
20.
▲
by
danny0z
5y ago
xmake can also easily write some lua scripts to dump the build dependency graph https://github.com/xmake-io/xmake
21.
▲
Xmake v2.5.9 Released, Improve C++20 Modules, Support Nim, MDK and Unity Build
(github.com)
4 points
by
danny0z
5y ago
|
0 comments
22.
▲
by
danny0z
6y ago
Interesting, what is the difference between it and other build tools, such as cmake, meson?
23.
▲
by
danny0z
6y ago
Great!
24.
▲
by
danny0z
6y ago
Oh, it seems to be a great terminal ui library.