ruki
9642114e95
fix stash
11 months ago
ruki
6eb115904d
Add autoupdate ( #3067 )
...
* add autoupdate.lua
* fetch releases list
* check tar shasum
* get shasum of tags
* update version
* fix current branch
* patch version
* create pr
* fix pr
* add base and head
* fix error
* add verbose
* push commit
* add autoupdate ci
11 months ago
Hoildkv
1847810a6f
update pcl ( #3054 )
...
* switch to xmake port for macosx arm
* update pcl
* improve boost logging
* improve boost logging
* check macosx
* fix boost
* disable libusb
* use os.execv in boost
11 months ago
xiehan
e4a467ab6e
Add wfrest v0.9.4. ( #3058 )
11 months ago
Darcy Shen
32a23db41d
libgit2: tune syslinks on windows ( #3061 )
11 months ago
Jérôme Leclercq
a6237894c4
openssl: fix for macos ARM64 ( #3062 )
...
* openssl: fix for macos ARM64
11 months ago
ruki
2429522f20
update boost ( #3060 )
11 months ago
Darcy Shen
f2b7778fbf
Remove /GL for libgit2 on windows ( #3059 )
11 months ago
Darcy Shen
9886374ff6
libgit2: add v1.7.1 ( #3057 )
11 months ago
BusyStudent
7d45f8ca61
Fix libass packages ( #3056 )
11 months ago
ruki
613177d9fc
fix ci
11 months ago
Jérôme Leclercq
5e77d9a3ff
Add macOS ARM64 CI and fix FFMpeg package for macOS ARM64 ( #3052 )
11 months ago
Jérôme Leclercq
c0f99077c2
Fix libsdl_* packages ( #3045 )
...
* Fix libsdl_* packages
cd3672b6ab
broke libsdl_* packages tests for some reason (perhaps ldflags?)
This fixes them
* libsdl: Fix MinGW
* Fix libsdl_gfx
11 months ago
star9029
666fc059f6
iguana: add package ( #3051 )
11 months ago
Sylvain Doremus
ae99ca6b65
[rendergraph] Update to v1.4.0. ( #3047 )
11 months ago
Jérôme Leclercq
9c6738ff25
Update fmt to 10.2.1 ( #3044 )
11 months ago
Chi Huu Huynh
bba8585823
yyjson: add version 0.8.0 ( #3043 )
11 months ago
Chi Huu Huynh
ac5136732d
ftxui: add cross ( #3042 )
11 months ago
Jérôme Leclercq
047930c32d
bullet3: Fix vs_runtime ( #3036 )
...
* bullet3: Fix vs_runtime
Fixes a compilation issue when compiling bullet3 as a debug package with MD vs_runtime
* Update xmake.lua
11 months ago
Bai Miao
632c1f4bfe
sockpp: add version v0.8.3 and v1.0.0 ( #3038 )
...
* sockpp: add version v0.8.3 and v1.0.0
* sockpp: apply patch
* sockpp: update patch
* sockpp: update patch
* sockpp: update patch
11 months ago
Jérôme Leclercq
ae45c38b42
dr_libs: Don't checkout submodules ( #3039 )
...
dr_libs has a miniaudio submodule which takes some time to clone for some reason, but it's used only for testing and is not required for the libs
11 months ago
ElCapor
1ee8871f2e
Updated Raygui to 4.0 ( #3040 )
11 months ago
xiehan
8b5c86a048
Add workflow and libwfkafka v0.11.2. ( #3035 )
11 months ago
Bai Miao
1f4cd5ed4f
mio: add plat windows and update version ( #3034 )
11 months ago
Simon Pribylski
6b6aae04d4
Add glbinding package (and khrplatform) ( #3033 )
...
* add khrplatform package
* add glbinding package
11 months ago
Hoildkv
a2ecf6453a
make glib optional for cairo ( #3022 )
...
* make glib optional for cairo
* not asserting libiconv on linux clang
11 months ago
yangyun0123456
90a56cf5ae
ffmpeg: fix ffmpeg compie failed for android ( #3030 )
...
Co-authored-by: yangyunzhao <yangyunzhao@zy-info.net.cn>
11 months ago
yangyun0123456
708f4b2715
ibcurl: fix 'select TLS backend(s) or disable TLS with --without-ssl ( #3032 )
...
Co-authored-by: yangyunzhao <yangyunzhao@zy-info.net.cn>
11 months ago
Jérôme Leclercq
8d150be613
Update fmt to 10.2.0 ( #3031 )
11 months ago
63enjoy
221fcd812a
imgui: fix sdl test ( #3024 )
...
#3008
11 months ago
yangyun0123456
d3a9f77cf4
libexpat: open expat for android. ( #3025 )
...
open expat for android.
11 months ago
ElCapor
bbdb2dedc0
Updated Raylib to 5.0 ( #3021 )
...
* Updated Raylib to 5.0
* Add macos checksum and remove comments
* Update xmake.lua
---------
Co-authored-by: Jérôme Leclercq <lynix680@gmail.com>
11 months ago
Hoildkv
8533649d45
update nanovg and doxygen ( #3020 )
...
* update nanovg
* update doxygen
* disable parallel build
11 months ago
Jérôme Leclercq
9d99566871
cmake: Update to 3.28.1 and enable parallel build on FreeBSD ( #3017 )
...
* cmake: Speedup bootstrap on FreeBSD
* Update to CMake 3.28.1
* Update xmake.lua
* Update xmake.lua
11 months ago
star9029
121e200904
tinyalloc: add package ( #3015 )
...
* tinyalloc: add package
* remove defines
11 months ago
Jérôme Leclercq
43900399d0
Update utfcpp to v4.0.5 ( #3019 )
11 months ago
Jérôme Leclercq
9c81837269
Update catch2 to v3.5.1 ( #3018 )
11 months ago
Jérôme Leclercq
5e16d18d2b
concurrentqueue: Restore concurrentqueue/concurrentqueue.h include ( #3016 )
...
095e769f1f
reworked concurrentqueue which no longer has `concurrentqueue/concurrentqueue.h` includes, this breaks compilation for existing project using it.
This commit adds a temporary include allowing existing projects to compile, but prints a compiler message
11 months ago
star9029
c292580ee1
microsoft-detours: support mingw ( #3014 )
11 months ago
Chi Huu Huynh
d49fecf437
mlpack: add package ( #3011 )
...
* mlpack: add package
* mlpack: remove empty lines
* mlpack: add license
* mlpack: add limits
* mlpack: add stb
* mlpack: add limits for windows
* mlpack: remove unneeded cxx flags
* mlpack: fix license
* mlpack: add openmp config
* mlpack: add_options
* mlpack: add openmp llvm for windows
* mlpack: set option openmp to default true
* mlpack: remove port and copy files
11 months ago
star9029
a4642cce62
mujs: add package ( #3013 )
11 months ago
Chi Huu Huynh
9f46bc8452
openmp: add feature llvm ( #3012 )
11 months ago
star9029
06fd8ae941
frugally-deep: add package ( #3007 )
...
* frugally-deep: add package
* update functionalplus version
* fix test
11 months ago
Hoildkv
ac4c005993
add cuda-samples ( #3010 )
...
* update util-macros
* update flann
* add cuda-samples
11 months ago
NahidaChan
bdce2febf9
libdwarf: add version 0.9.0, add msvc patch ( #3005 )
...
* libdwarf: add version 0.9.0, add msvc patch
* Update xmake.lua
* Update xmake.lua
---------
Co-authored-by: star9029 <hengxings783@gmail.com>
11 months ago
Jérôme Leclercq
306bc04fc7
Update joltphysics to v4.0.2 ( #3006 )
11 months ago
Frityet
1f4d14948b
Update ObjFW ( #3004 )
...
* Update ObjFW
* Update ObjFW
11 months ago
star9029
341e6c6676
libmorton: add package ( #3002 )
11 months ago
Darcy Shen
fa0dfd012f
pdfhummus: add v4.6.2
11 months ago
ruki
cd3672b6ab
improve sdl ( #2999 )
...
* improve sdl
* fix mingw
* improve main
* disable sdlmain by default
* fix mingw
* improve main for mingw
* fix error
* fix error
* fix links
* disable sdlmain for android
11 months ago