Shiwei Wang
309e355b63
fix static link to opencc ( #481 )
3 years ago
nasso
35f436f9b0
Add `gtest_main` and configs to `gtest` ( #478 )
...
Configuration options have been added to decide whether or not `gtest_main` should be linked against.
For consistency, a similar option was added for the `gmock` target.
3 years ago
Shiwei Wang
1b19d8b8a7
Add OpenCC ( #474 )
...
* Add OpenCC
* update opencc
* build opencc for mingw
* opencc: try fix ci errors
* opencc: try fix ci errors
* opencc: try fix ci errors
* opencc: try fix ci errors
* opencc: fix static build
* opencc: try using abs path for opencc_dict
* opencc(archlinux) requires python
* opencc: try disable build on mingw@macosx
* opencc: adjust link order and depends on python
* opencc: code review
* opencc: try fix ci
3 years ago
Hoildkv
30dc3f79aa
update cjson ( #476 )
...
* update cjson
* fix cjson
3 years ago
Shiwei Wang
b9f1052739
Add capnproto ( #473 )
...
* Add capnproto
* update capnproto
* build capnproto for mingw
* capnproto: disable shared build under Windows
3 years ago
ruki
9986c8cea6
Update build_artifacts.lua
3 years ago
Hoildkv
15059b2640
update tbb and embree ( #472 )
...
* update tbb
* update embree
3 years ago
Hoildkv
c745f29ee9
add folly ( #471 )
...
* add folly
* force folly to be a static library on windows
3 years ago
yamashi
6417275dcf
Update xmake.lua ( #470 )
...
* Update xmake.lua
* add tar and fix sha256
* mark as headeronly
Co-authored-by: ruki <waruqi@gmail.com>
3 years ago
ruki
6d6113cf39
fix benchmark ( #469 )
3 years ago
ruki
c577925b0f
add quickjs ( #468 )
3 years ago
ruki
a39e1ba05b
fix asmjit version
3 years ago
Hoildkv
5bfdcb897d
add asmjit ( #467 )
3 years ago
ruki
933fd57e7f
improve ci ( #466 )
3 years ago
Hoildkv
867b402447
update libtorch ( #463 )
...
* update libtorch
* Update archlinux.yml
Co-authored-by: ruki <waruqi@gmail.com>
3 years ago
ruki
4508f0f89e
Update windows.yml
3 years ago
ruki
f5329fae6f
fix libogg
3 years ago
ruki
14329ee609
add linkjobs
3 years ago
ruki
b9b9c3a2b9
Update xmake.lua
3 years ago
ruki
a73b8679bd
update openssl
3 years ago
Hoildkv
e176aee2c3
update drogon ( #462 )
3 years ago
ruki
b426ed83bf
Update build_artifacts.lua
3 years ago
ruki
c2d2148a02
update openssl
3 years ago
ruki
d4187ba271
Update test.lua
3 years ago
ruki
a7cc62683f
build artifacts
3 years ago
Jérôme Leclercq
b4cbc0aab6
Update fmt to 8.0.0 ( #461 )
...
* Update fmt to 8.0.0
* Update xmake.lua
3 years ago
Hoildkv
2f09671386
improve opencv ( #460 )
3 years ago
ruki
6bebad94e2
fix openssl versions
3 years ago
Hoildkv
84c15c48a2
fix meson ( #459 )
3 years ago
ruki
33492c1eef
update co ( #458 )
...
* update co
* update co
* update co
* update co
3 years ago
Hoildkv
a486cb9908
update python ( #457 )
3 years ago
Jérôme Leclercq
1399c7ad2a
Add function_ref and add headeronly flag on some libs ( #456 )
...
* Add function_ref
Made by the same guy that made the expected package, maybe we should name them tl_expected and tl_function_ref as they're common names
* function_ref: use C++14 for tests
* Mark expected and function_ref headeronly
* Mark catch2, hopscotch-map and sol2 as header-only
* Update sol2 to v3.2.3 (fixes compilation error)
* Add tl_ prefix to expected and tl_function_ref packages
3 years ago
ruki
052bb5f386
improve libsdl
4 years ago
Hoildkv
3d0bba98c3
improve opencv again ( #455 )
4 years ago
ruki
7e26ab1473
improve mirror url for perl
4 years ago
ruki
eaec1bd0b7
add mirror url for perl
4 years ago
ruki
c1f4645941
mark headeronly for some libs
4 years ago
Hoildkv
c8e36bb659
update re2, glog and improve opencv ( #454 )
...
* update re2
* update glog
* improve opencv
4 years ago
PucklaMotzer09
79509d552b
Add Vulkan-Hpp ( #453 )
...
* Add vulkan-hpp
* Fix vulkan-hpp on linux and silence VulkanHppGenerator
4 years ago
ruki
2dfa3bd9f9
improve openssl
4 years ago
ruki
14d1c29f36
improve libjpeg-turbo
4 years ago
Hoildkv
f5df9fb8d0
add bgfx ( #451 )
...
* add bgfx
* fix bullet3
* disable shared library on windows
4 years ago
ruki
bd92567553
add android to libjpeg-turbo
4 years ago
Jérôme Leclercq
b17e35aa64
Upgrade catch2 to 2.13.6 ( #449 )
...
* Upgrade catch2 to 2.13.6
* Update xmake.lua
4 years ago
Jérôme Leclercq
c077210d76
Add kiwisolver ( #450 )
4 years ago
Jérôme Leclercq
6b967c0b81
Fix openal-soft homepage ( #448 )
4 years ago
Jérôme Leclercq
6e513c9767
Add OpenAL-Soft ( #447 )
...
* Add OpenAL-Soft
* OpenAL-Soft: Add syslinks and frameworks
* Update xmake.lua
* Update xmake.lua
* Update xmake.lua
* Update xmake.lua
* openal-soft: since versions cannot be used with a prefix (I think), disable this handling
* openal-soft: try to add musl support
4 years ago
yamashi
41fe3e47be
GameNetworkingSockets 1.3.0 ( #446 )
...
* GameNetworkingSockets 1.3.0
* Update xmake.lua
* Update xmake.lua
* Update xmake.lua
4 years ago
yamashi
93c54315f1
Enable math functions in sqlite3 ( #445 )
4 years ago
Hoildkv
f663db8c6a
update simdjson ( #444 )
4 years ago