chinmay pushed to main at allyourcodebase/uncrustify 2026年06月06日 22:31:38 +02:00
334f306f25
update readme urls after transfer to allyourcodebase
chinmay pushed to main at allyourcodebase/uncrustify 2026年06月06日 22:29:57 +02:00
5cfee53da1
ci: specify zig version for setup-zig
chinmay pushed to main at allyourcodebase/uncrustify 2026年06月06日 18:06:10 +02:00
3fff30ae4f
switch back to codeberg CI
chinmay pushed to main at allyourcodebase/uncrustify 2026年06月06日 17:21:57 +02:00
aca9309d8a
separate out format and sources tests
chinmay commented on issue allyourcodebase/uncrustify#1 2026年06月05日 23:00:42 +02:00
inclusion in allyourcodebase

@kristoff i'm still not allowed to push and nor do i see settings enabled in the repository

chinmay closed issue allyourcodebase/uncrustify#1 2026年06月05日 21:13:34 +02:00
inclusion in allyourcodebase
chinmay commented on issue allyourcodebase/uncrustify#1 2026年06月05日 21:13:20 +02:00
inclusion in allyourcodebase

thanks!

chinmay transferred repository chinmay/uncrustify to allyourcodebase/uncrustify 2026年06月05日 21:12:58 +02:00
chinmay renamed repository from uncrustify-zigbuild to allyourcodebase/uncrustify 2026年06月05日 21:12:29 +02:00
chinmay pushed to main at chinmay/reeltime 2026年06月02日 03:37:46 +02:00
6c42a87869
use ffmpzeg for ffmpeg
chinmay pushed to main at chinmay/reeltime 2026年06月02日 03:21:50 +02:00
3bdc7ef90f
use ffmpzeg for ffmpeg
chinmay pushed to main at chinmay/reeltime 2026年06月01日 06:20:20 +02:00
b6994fd213
PRs merged, use upstream ffmpeg and sdl
chinmay commented on pull request 7Games/zig-sdl3#204 2026年05月31日 00:59:06 +02:00
allow using system SDL

I've now split it into two commits, the first one just reorders some stuff around in build.zig to make it easier to review the actual changes for system sdl in the second commit

chinmay pushed to push-nsouuruxnkyo at chinmay/zig-sdl3 2026年05月31日 00:57:59 +02:00
a8ab5067da
allow using system sdl
8fad21426e
reorder build.zig to allow using system SDL
Compare 2 commits »
chinmay pushed to push-nsouuruxnkyo at chinmay/zig-sdl3 2026年05月30日 04:35:56 +02:00
04a89026ad
allow using system SDL
chinmay commented on pull request 7Games/zig-sdl3#204 2026年05月30日 03:56:04 +02:00
allow using system SDL

possibly closes #93? not clear if this is what they want

chinmay commented on pull request 7Games/zig-sdl3#204 2026年05月30日 03:55:00 +02:00
allow using system SDL

This allows using the (wonderful) bindings without building SDL from source. zig build test -Dext_image -Dext_ttf -fsys=sdl passes

chinmay commented on pull request 7Games/zig-sdl3#204 2026年05月30日 03:53:58 +02:00
allow using system SDL

My system SDL has the following:

chinmay created pull request 7Games/zig-sdl3#204 2026年05月30日 03:51:06 +02:00
allow using system SDL