mach | refactor(build.zig): examples can be run independently & sysaudio exmples renamed as tests | RonaldZielaznicki | 1 day ago |
mach | Add libdecor | RonaldZielaznicki | 6 days ago |
mach | Wayland should error when no server side decoration | RonaldZielaznicki | 6 days ago |
mach | Call XInitThreads first; XCloseDisplay cleanup | RonaldZielaznicki | 1 week ago |
mach | Call sysgpu device tick | RonaldZielaznicki | 1 week ago |
mach | sysgpu: replace deprecated @fence builtin | joshua-holmes | 2 weeks ago |
mach | core: enable x11, employ `MACH_BACKEND` env var, minor fixes/tweaks | joshua-holmes | 3 weeks ago |
mach | remove: @fence() | RonaldZielaznicki | 3 weeks ago |
mach | all: linux support for Zig 2024.10.0-mach | joshua-holmes | 3 weeks ago |
mach | core: get x11 to build | joshua-holmes | 3 weeks ago |
mach | ? | joshua-holmes | 1 month ago |
mach | core: fix and enable wayland | joshua-holmes | 1 month ago |
mach | core: reimplement Wayland support | joshua-holmes | 1 month ago |
mach | Implement `MatShared.eql()` and `MatShared.eqlApprox()` methods | joshua-holmes | 1 month ago |
mach | Fix sysgpu_backend build option | Tatskaari | 1 month ago |
mach | core: add more keys to Key enum | hordurj | 2 months ago |
mach | build: add docs build step | hordurj | 2 months ago |
mach | Fixing core to work with win32 #1257 | hordurj | 2 months ago |
mach | core: remove linux support | slimsag | 2 months ago |
mach | core: win32: various improvements | slimsag | 2 months ago |
mach | make it clear how to use module system without mach.Core | slimsag | 2 months ago |
mach | Show warning instead of panic when debug layer cant be created #1128 | hordurj | 2 months ago |
mach | Update to the latest mach-objc | mjbshaw | 2 months ago |
mach | initial macOS backend | slimsag | 2 months ago |
mach | Use the new Block APIs | mjbshaw | 2 months ago |
mach | Initialize macOS app delegate and set up a Metal view | mjbshaw | 2 months ago |
mach | Updates to math.collision | hordurj | 2 months ago |
mach | Win32 events and borderless fullscreen | hordurj | 2 months ago |
mach | std.debug.assert no leaks. | nippi05 | 2 months ago |
mach | sysgpu: spirv codegen fix | Jack-Ji | 3 months ago |
mach | math: remove usingnamespace in favour of mixins | yzrmn | 3 months ago |
mach | Headless fix | TheHonestHare | 3 months ago |
mach | Changing resource category for textures in d3d12 issue #1225 | hordurj | 3 months ago |
mach | Adding a win32 platform for new mach Core | hordurj | 3 months ago |
mach | Core: merge old core with ECS Core module | alichraghi | 3 months ago |
mach | future of Mach | slimsag | 3 months ago |
mach | Few fixes for sysgpu on d3d12 | hordurj | 4 months ago |
mach | Buffer resources from swap chain were not being released. | hordurj | 4 months ago |
mach | Audio: add volume component | alichraghi | 5 months ago |
mach | sysaudio: revive i24 samples | alichraghi | 5 months ago |
mach | sysaudio: fix wasapi format selection + fix crash without capture device | Andoryuuta | 5 months ago |
mach | module: remove global events, rename events -> systems, hinder/remove 'event arguments' | slimsag | 5 months ago |
mach | module: query API redesign and more | slimsag | 5 months ago |
mach | Audio: duplicate mono sounds to all channels | alichraghi | 5 months ago |
mach | add play-opus example | alichraghi | 5 months ago |
mach | Core: mach core module API improvements | slimsag | 6 months ago |
mach | build: optimize dependency fetching with lazyDependency | slimsag | 6 months ago |
mach | spirv: sqrt instruction | alichraghi | 6 months ago |
mach | math: simplify algorithm finding greatest dimension vector | LiamSwayne | 6 months ago |
mach | sysgpu: fix overflow trying to report an error | pfgithub | 6 months ago |
mach | sysaudio: disable i24 sample format | alichraghi | 6 months ago |
mach | core: add mach.Core module API | slimsag | 6 months ago |
mach | added swap chain usage flags to core.init() options | TheHonestHare | 6 months ago |
mach | ecs: add query any | Vulfox | 7 months ago |
mach | ECS: @memcpy Overlap Memory Bug Fix | Vulfox | 7 months ago |
mach | module system revamp | slimsag | 7 months ago |
mach | Move ecs, gamemode, core, sysaudio, sysgpu back into main repository | slimsag | 8 months ago |
mach | math: collision module | alichraghi | 8 months ago |
mach | Audio Module | alichraghi | 9 months ago |
mach | math: early return with null for a ray with no direction | btipling | 10 months ago |
mach | math: Add vector comparison functions | noisegul | 10 months ago |
mach | math: add Mat2x2 | alichraghi | 10 months ago |
mach | gfx: font: Begin DWrite (Windows) backend. (W.I.P.) | TUSF | 1 year ago |
mach | math: Make Mat3x3's underlying type Vec3 | noisegul | 1 year ago |
mach | engine: release encoder properly | Vulfox | 1 year ago |
mach | Math: Add vec3.mulQuat() | calokat | 1 year ago |
mach | math: Add Matrix multiplication tests | noisegul | 1 year ago |
mach | math: fix clip space of perspective matrix | slimsag | 1 year ago |
mach | math: add fromInt constructor helper for vectors | omprakaash | 1 year ago |
mach | math: More precise triangleIntersect tests and Ray type improvements/bugfixes | noisegul | 1 year ago |
mach | Add mulVec function for vectors | omprakaash | 1 year ago |
mach | text: Fixed atlas finding glyphs of wrong size | TUSF | 1 year ago |
mach | Added mulVec function for matrices | omprakaash | 1 year ago |
mach | math: Ray-triangle intersection | noisegul | 1 year ago |
mach | math: Implement new Vec swizzle method | noisegul | 1 year ago |
mach | math: Rewrite Vec tests and fix Vec cross calculation bug | noisegul | 1 year ago |
mach | math: Add additional Vec operations | noisegul | 1 year ago |
mach | Perspective Matrix | Olle-Lukowski | 1 year ago |
mach | math: add more tests | Olle-Lukowski | 1 year ago |
mach | math: add initial Quaternion implementation | Olle-Lukowski | 1 year ago |
mach | gfx2d: complete redesign of Sprite2D | slimsag | 1 year ago |
mach | autodoc build step | slimsag | 1 year ago |
mach | update dependencies | alichraghi | 1 year ago |
mach | engine: init device | alichraghi | 1 year ago |
mach | update to latest mach-core API | alichraghi | 1 year ago |
mach | build: also depened on hexops/freetype | alichraghi | 1 year ago |
mach | build: depend on mach-freetype via package manager | alichraghi | 1 year ago |
mach | warn if user zig version is out of date | alichraghi | 1 year ago |
mach | switch to pkg.machengine.org | alichraghi | 1 year ago |
mach | glfw: Fixed all uses of the alignCast builtin | zkburke | 1 year ago |
mach | mach-gpu: update to latest zig API | alichraghi | 1 year ago |
mach | glfw: Remove type param from cast builtins | tiawl | 1 year ago |
mach | mach: math lib adding functionality and tests | RokKos | 1 year ago |
mach | Latest Zig infers casts using result type | razcore-rad | 1 year ago |
mach | core: add is_headless to specify hidden window before init | undefinedDarkness | 1 year ago |
mach | Correct to SemanticVersion | LaPingvino | 1 year ago |
mach | mach: entry fix for overriding logging scope levels and exposed option for custom function | RokKos | 1 year ago |
mach | gpu: update to latest webgpu.h API | slimsag | 1 year ago |
mach | gpu-dawn: begin building latest Dawn version again | slimsag | 1 year ago |
mach | freetype: fix and re-enable harfbuzz | mlugg | 1 year ago |
mach | gfx2d: fix Sprite2D Uniforms binding size | jrachele | 1 year ago |
mach | gpu: make `swapChainGetCurrentTextureView()` return value optional | razcore-rad | 1 year ago |
mach | gpu: remove usingnamespace for callbacks.zig and types.zig | michael-brennan2005 | 1 year ago |
mach | core/gpu: start on usingnamespace issue and new zig split usage | xdBronch | 1 year ago |
mach | glfw: set raw_mouse_motion to true if cursor is disabled | xdBronch | 1 year ago |
mach | sysaudio: simplify channel logic for coreaudio (fixes macOS usage) | haze | 1 year ago |
mach | update to latest Zig version | slimsag | 1 year ago |
mach | update to std.json changes | bfredl | 1 year ago |
mach | gpu: fix few chained struct wrappers | hi-void | 1 year ago |
mach | glfw: rename duplicate test name (test.pollEvents) | CodesOtakuYT | 1 year ago |
mach | core: fix windows release build issues by disabling LTO | xdBronch | 1 year ago |
mach | mach: update to @min/@max (std.math.min/max is going away) | i0bs | 1 year ago |
mach | mach: fix deprecated mem.set() call | grantmor | 2 years ago |
mach | sysaudio: improve backend selection; remove i8 sample support | alichraghi | 2 years ago |
mach | update to latest Zig version; fix submodule locations | slimsag | 2 years ago |
mach | core: add @panic when target is wasm | devhenlee | 2 years ago |
mach | Move to using artifacts | thezealousfool | 2 years ago |
mach | {freetype, harfbuzz}: fix build error | alichraghi | 2 years ago |
mach | sysaudio: fix build errors on linux | alichraghi | 2 years ago |
mach | sysaudio: add missing switch cases for wasapi | tato | 2 years ago |
mach | model3d: use std.c.free to free save result | tato | 2 years ago |
mach | app: Use std.ChildProcess instead of POSIX calls | tato | 2 years ago |
mach | dusk: basic binary expression errors | alichraghi | 2 years ago |
mach | harfbuzz: expose C API | erikarvstedt | 2 years ago |
mach | dusk: AstGen expressions | alichraghi | 2 years ago |
mach | ci: make ci run selectively | C-BJ | 2 years ago |
mach | readme: remove the extra closing parenthesis | C-BJ | 2 years ago |
mach | freetype, harfbuzz: Fix string-related types | erikarvstedt | 2 years ago |
mach | sysaudio: initial macOS support (CoreAudio) | alichraghi | 2 years ago |
mach | app: add mach CLI and integrate wasmserve | alichraghi | 2 years ago |
mach | ecs: query support | slimsag | 2 years ago |
mach | core: get examples working on wasm target again | alichraghi | 2 years ago |
mach | {mach,ecs}: various ECS module system improvements | slimsag | 2 years ago |
mach | dusk: improvements | alichraghi | 2 years ago |
mach | wasmserve: almost working | alichraghi | 2 years ago |
mach | dusk: abilibity to reference global decl after current decl | alichraghi | 2 years ago |
mach | dusk: rewrite AstGen.zig and IR.zig | alichraghi | 2 years ago |
mach | all: build: update to zig version 0.11.0-dev.6883+da0509750 | alichraghi | 2 years ago |
mach | dusk: create IR instead simple analysing | alichraghi | 2 years ago |
mach | core: fix usage of std_options for log_level and log_scope_levels | dweiller | 2 years ago |
mach | Dusk | alichraghi | 2 years ago |
mach | all: fix issue with glfw vulkan createWindowSurface; update to new for loop syntax | Avokadoen | 2 years ago |
mach | autodoc bug demonstration | slimsag | 2 years ago |
mach | glfw: update to new for loop syntax | kcbanner | 2 years ago |
mach | glfw: Fixed type error in vulkan.createWindowSurface | zkburke | 2 years ago |
mach | all: update to latest Zig build API | slimsag | 2 years ago |
mach | core: libmachcore fixes | Andoryuuta | 2 years ago |
mach | glfw: update build script to use latest zig build API | Avokadoen | 2 years ago |
mach | WIP update to latest zig build api | luehmann | 2 years ago |
mach | gpu-dawn: fix git error when fetching Dawn source | Luexa | 2 years ago |
mach | gpu-dawn: update gzip decompression to use latest stdlib API | kimshrier | 2 years ago |
mach | core: make Core.pollEvents return an iterator; remove Core.hasEvent | slimsag | 2 years ago |
mach | all: split Mach into Core and Engine parts | slimsag | 2 years ago |
mach | some improvements | alichraghi | 2 years ago |
mach | sysaudio: pipewire backend | alichraghi | 2 years ago |
mach | mach: eliminate heap allocation of Core | slimsag | 2 years ago |
mach | mach: re-create swapchain on vsync mode change | alichraghi | 2 years ago |
mach | gpu-dawn: fix {linux,windows}->macos cross-compilation | alichraghi | 2 years ago |
mach | gpu: add glfw dependency to example and fix issue | rudedogg | 2 years ago |
mach | gpu: update interface to latest webgpu headers | alichraghi | 2 years ago |
mach | gpu: Update example to latest zig/glfw | rudedogg | 2 years ago |
mach | gpu-dawn: mach side wayland support | alichraghi | 2 years ago |
mach | glfw: refactor `getError` and related functions | Luexa | 2 years ago |
mach | Revert "all: build: fix sdkPath for relative @src.file / fix autocompletion with ZLS / IDEs (#661)" | slimsag | 2 years ago |
mach | mach: fundamental changes | alichraghi | 2 years ago |
mach | gpu: fix example build | apppppppple | 2 years ago |
mach | glfw: complete overhaul of error handling (remove Zig errors) | slimsag | 2 years ago |
mach | all: build: fix sdkPath for relative @src.file / fix autocompletion with ZLS / IDEs | Luexa | 2 years ago |
mach | gpu: Fix a few compile errors for the sample_utils file in examples | tlein | 2 years ago |
mach | glfw: accept null cursor in Window.setCursor | alichraghi | 2 years ago |
mach | build: replace App.setBuildMode() with `mode` option | alichraghi | 2 years ago |
mach | mach: remove compiler error for missing field in app (upstream issue fixed) | beaumccartney | 2 years ago |
mach | sysaudio: add webaudio backend | alichraghi | 2 years ago |
mach | fix compiler errors regarding zig changes | cykrr | 2 years ago |
mach | mach: fix compiler error about missing field_type | citruslee | 2 years ago |
mach | ecs: improve formatting | Byteron | 2 years ago |
mach | ecs: store column values as independent arrays | Byteron | 2 years ago |
mach | sysaudio: rewrite in zig | alichraghi | 2 years ago |
mach | glfw: update to zig 0.11.0-dev.811 | kdchambers | 2 years ago |
mach | WIP: glfw: Calling pollEvents can reach unreachable code. | dumheter | 2 years ago |
mach | {mach,gpu}: more undef/nul -> undefined/null renames | BratishkaErik | 2 years ago |
mach | all: use null and undefined in enums | BratishkaErik | 2 years ago |
mach | freetype: incorrect font path in embedFile | kdchambers | 2 years ago |
mach | mach: handle error union in build.zig | Byteron | 2 years ago |
mach | use try to handle build.Pkg oom errors | dasimmet | 2 years ago |
mach | mach: VertexWriter fixes | kdchambers | 2 years ago |
mach | WIP: mach: add total time tracker | MusicSoundsBetterWithYou | 2 years ago |
mach | mach: gfx: Add VertexWriter | kdchambers | 2 years ago |
mach | ecs: fix segfault in Entities.deinit | Byteron | 2 years ago |
mach | ecs: rename sort function to be camelCase | Byteron | 2 years ago |
mach | freetype: add option to build using separate zlib | david-vanderson | 2 years ago |
mach | sysaudio: add ability to provide system_sdk options | mifopen | 2 years ago |
mach | known-issues: update available Github mirror | C-BJ | 2 years ago |
mach | mach: fix missing param when linking model3d | kdchambers | 2 years ago |
mach | model3d: set cross-target when compiling statically | kdchambers | 2 years ago |
mach | known-issues: add a solution to the `Windows: File not found` problem | C-BJ | 2 years ago |
mach | {mach,model3d}: link model3d as static lib instead of adding C files to build step | kdchambers | 2 years ago |
mach | gitattributes: update linguist-vendored C code marking | C-BJ | 2 years ago |
mach | mach: add option to set the monitor index on fullscreen | dasimmet | 2 years ago |
mach | freetype: set packed structs backing integer | alichraghi | 2 years ago |
mach | mach: build: fix init error type. append can return OutOfMemory | linuxy | 2 years ago |
mach | {shaderexp,gpu}: fix command buffer coercion | linuxy | 2 years ago |
mach | glfw: system_sdk: bump max major linux version | CMurtagh-LGTM | 2 years ago |
mach | all: README: fix links to main repository | BratishkaErik | 2 years ago |
mach | system_sdk: better target check | alichraghi | 2 years ago |
mach | Add details about Vulkan support in Linux | grav | 2 years ago |
mach | mach: implement setCursorMode normal/hidden for wasm | alichraghi | 2 years ago |
mach | model3d: add m3d implementation / bindings | alichraghi | 2 years ago |
mach | gpu-dawn: strip debug info for release builds | alichraghi | 2 years ago |
mach | gpu-dawn: kick large submodules out of tree | slimsag | 2 years ago |
mach | Remove submodules/symlinks in favor of zig-fetch | slimsag | 2 years ago |
mach | glfw: fix native import | dweiller | 2 years ago |
mach | glfw: fix compilation with latest zig master | kamidev | 2 years ago |
mach | examples: make sure some structs has guaranteed in-memory layout | alichraghi | 2 years ago |
mach | freetype: don't expose harfbuzz directly from freetype pkg | mlugg | 2 years ago |
mach | freetype: fix compilation errors | alichraghi | 2 years ago |
mach | all: build: thisDir improvements | alichraghi | 2 years ago |
mach | gamemode: `addIncludeDir` -> `addIncludePath` | leroycep | 2 years ago |
mach | freetype/harfbuzz: correct Position struct layout | mlugg | 2 years ago |
mach | all: build: organize build files and reduce unreachables | alichraghi | 2 years ago |
mach | mach: 0 size swapchain noop fix | Vulfox | 2 years ago |
mach | WIP: multi-window handling on native | praschke | 2 years ago |
mach | basisu: pass CrossTarget to static libs | kubkon | 2 years ago |
mach | Fix Windows and Linux CI ✅ | alichraghi | 2 years ago |
mach | mach: check Platform functions declaration & add deinit for wasm | alichraghi | 2 years ago |
mach | trimesh2d: add tesselator used for text rendering in SYCL 2022 talk | slimsag | 2 years ago |
mach | gamemode: use zig build | alichraghi | 2 years ago |
mach | all: rename setShouldClose to close | alichraghi | 2 years ago |
mach | Improve mach-example-assets submodule | C-BJ | 2 years ago |
mach | gpu-dawn: add mirror support for headers.json.gz | C-BJ | 2 years ago |
mach | known-issues: fix wrong command | C-BJ | 2 years ago |
mach | glfw: don't reset hints after window creation | alichraghi | 2 years ago |
mach | mach: better compile error for missing fields in App. | TUSF | 2 years ago |
mach | examples: add pixel post processing effect example | dariasc | 2 years ago |
mach | Set cache directory to ~/.cache/... instead of zig-cache/ | iacore | 2 years ago |
mach | mach: add `is_app` option to disable gamemode in desktop applications | alichraghi | 2 years ago |
mach | WIP: WebAudio Worklet shared memory | leroycep | 2 years ago |
mach | {mach,examples,shaderexp}: fix default minimum window size | praschke | 2 years ago |
mach | all: fix pointless discards; typo; fix libmach compilation on Linux | praschke | 2 years ago |
mach | {build,wasmserve}: improvements | alichraghi | 2 years ago |
mach | mach: add {s} formatter to mouse cursor debug print | desttinghim | 2 years ago |
mach | mach: fix setMouseCursor compile error | desttinghim | 2 years ago |
mach | {mach,sysjs}: put WASM imports into their own namespaces | leroycep | 2 years ago |
mach | glfw: fix implicit function declaration error on clang15 | dariasc | 2 years ago |
mach | glfw: remove ineffective `_ = variable` assignment | kooparse | 2 years ago |
mach | all: remove ineffective `_ = variable` assignments | iacore | 2 years ago |
mach | {build,wasmserve}: use wasmserve, drop apple_pie | alichraghi | 2 years ago |
mach | fix: make it build with Zig 0.10.0-dev.3567+95573dbee | iacore | 2 years ago |
mach | sysaudio: fix compile for web | desttinghim | 2 years ago |
mach | examples: Add cubemap example | NewbLuck | 2 years ago |
mach | sysaudio: fix clicking by tracking frame_offset | desttinghim | 2 years ago |
mach | all: update to use latest Zig master APIs | NewbLuck | 2 years ago |
mach | mach: freetype: glfw: sysaudio: Update for zig master | NewbLuck | 2 years ago |
mach | {sysaudio,examples}: get sysaudio running on linux, separate audio configuration and descriptor | desttinghim | 2 years ago |
mach | all: remove cimport workaround | alichraghi | 2 years ago |
mach | freetype: correct return type of Face.availableSizes | mlugg | 2 years ago |
mach | gpu-dawn: default to release version of Dawn | praschke | 2 years ago |
mach | mach: exit if no backend found for adapter, add triangle-msaa example | alichraghi | 2 years ago |
mach | mach: supress gamemode dlopen failed error | alichraghi | 2 years ago |
mach | freetype: Correct typo in previous fix | NewbLuck | 2 years ago |
mach | all: make linux and hopefully windows work with stage2 | alichraghi | 2 years ago |
mach | freetype: Update padding size of packed structs | NewbLuck | 2 years ago |
mach | sysaudio: Link missing library for Windows | NewbLuck | 2 years ago |
mach | sysaudio: soundio: Add missing bool param to call | NewbLuck | 2 years ago |
mach | sysaudio: soundio: Update tests to add needed allocator parameters | NewbLuck | 2 years ago |
mach | gpu-dawn:build: fix incorrect capitalization | LordMZTE | 2 years ago |
mach | build: fixes | alichraghi | 2 years ago |
mach | {build,freetype}: improvements | alichraghi | 2 years ago |
mach | all: add sysaudio example | slimsag | 2 years ago |
mach | freetype: complete *Scanline Converter* binding | alichraghi | 2 years ago |
mach | all: improve build scripts, fix gamemode package path, improve gitignore | alichraghi | 2 years ago |
mach | WIP: webaudio fixes | slimsag | 2 years ago |
mach | all: move standalone libraries into libs/ directory | slimsag | 2 years ago |
mach | freetype: better namespacing, outline processing & more | alichraghi | 2 years ago |
mach | basisu: push sources | alichraghi | 2 years ago |
mach | Gamemode | alichraghi | 2 years ago |
mach | examples: fix old example assets directory paths | LordMZTE | 2 years ago |
mach | shaderexp: Use fullscreen triangle instead of quad, move vertex data into the shader | praschke | 2 years ago |
mach | glfw: stage2 fn pointer update | Vulfox | 2 years ago |
mach | remove @bitCast by decoupling SDK from dependencies | slimsag | 2 years ago |
mach | glfw: fix instructions for Gyro in README.md | BratishkaErik | 2 years ago |
mach | glfw: simplify build script, remove redundant allocs, improve -fno-stage1 support | michal-z | 2 years ago |
mach | README: change the size of gif | C-BJ | 2 years ago |
mach | mach: use optional specifier | alichraghi | 2 years ago |
mach | mach: add headless option | leroycep | 2 years ago |
mach | CI: remove unneeded builds on sub-projects | alichraghi | 2 years ago |
mach | gamemode: Fix gamemode package path in build.zig | PiergiorgioZagaria | 2 years ago |
mach | glfw: add shared option which builds glfw into it's own shared library | kcbanner | 2 years ago |
mach | sysjs: pass target to `testStep` | alichraghi | 2 years ago |
mach | gamemode: Implement FeralInteractive/gamemode support | PiergiorgioZagaria | 2 years ago |
mach | dev: add other workflows to ci-lint.sh | alichraghi | 2 years ago |
mach | all: build: install tests exe | alichraghi | 2 years ago |
mach | CI: fixes | alichraghi | 2 years ago |
mach | freetype: Support API Coverage++ | alichraghi | 2 years ago |
mach | CI: Improve job | alichraghi | 2 years ago |
mach | examples: gkurve leaks | dweiller | 2 years ago |
mach | all: use refAllDeclsRecursive to find and fix mistakes | alichraghi | 2 years ago |
mach | libmach: update API again, factors out init/update/deinit from native | zack466 | 2 years ago |
mach | build: add `test-mach` step to test `src/` and `test` for testing all sub-projects | alichraghi | 2 years ago |
mach | libmach: update the C API - expose init, update, and deinit functions | zack466 | 2 years ago |
mach | README: add Discord Server | GithubPrankster | 2 years ago |
mach | freetype/harfbuzz: getGlyphInfos() returns incorrect values | alichraghi | 2 years ago |
mach | freetype: fixes and 100% Glyph Stroker API Coverage | alichraghi | 2 years ago |
mach | freetype: fix tests for stage2 and Face.getGlyphName() | PiergiorgioZagaria | 2 years ago |
mach | examples: add map-async example | lucasromanosantos | 2 years ago |
mach | {sysaudio,sysjs}: Implement playback with data_callback | iddev5 | 2 years ago |
mach | {freetype,sysaudio}: use `std.refAllDeclsRecursive` | alichraghi | 2 years ago |
mach | sysaudio: Initial WebAudio backend implementation | iddev5 | 2 years ago |
mach | examples: add image-blur example | lucasromanosantos | 2 years ago |
mach | audio: rename to 'sysaudio' and update audio/upstream | alichraghi | 2 years ago |
mach | mach: Rename ``js-runtime`` subproject to ``sysjs`` | iddev5 | 2 years ago |
mach | libmach: initial API bindings for mach core | zack466 | 2 years ago |
mach | {mach, js-runtime}: Changes for future audio backend | iddev5 | 2 years ago |
mach | gpu: complete rewrite of WebGPU API for Zig | slimsag | 2 years ago |
mach | ecs: type-safe queries/iteration | dweiller | 2 years ago |
mach | ecs: fix pointer invalidation in get/setComponent | dweiller | 2 years ago |
mach | {mach, glfw}: Fix broken build due to using u32 inplace of i32 | iddev5 | 2 years ago |
mach | js-runtime: More functional improvements | iddev5 | 2 years ago |
mach | Audio: initial interface | alichraghi | 2 years ago |
mach | glfw: respect negative coordinates in window | jane0009 | 2 years ago |
mach | js-runtime: General improvements | iddev5 | 2 years ago |
mach | js-runtime: add/upstream new js-runtime library inspired by Go's syscall/js package | iddev5 | 2 years ago |
mach | mach: wasm: Stage2 and ecs changes | iddev5 | 2 years ago |
mach | freetype: support compiling with stage2 (-fno-stage1) | PiergiorgioZagaria | 2 years ago |
mach | mach: Initial support for high-level ECS applications | slimsag | 2 years ago |
mach | mach: require a 'pub const App' to be exposed | slimsag | 2 years ago |
mach | mach: the great rename: Engine->Core | slimsag | 2 years ago |
mach | {mach, examples}: fix memory leaks | iddev5 | 2 years ago |
mach | audio: make soundio binding good enough to run sine-wave example | alichraghi | 2 years ago |
mach | ecs: type safety & message passing systems exploration | slimsag | 2 years ago |
mach | {ecs,mach}: fix some memory issues | dweiller | 2 years ago |
mach | audio: make `buildSoundIo` private and point package to `./main.zig` | alichraghi | 2 years ago |
mach | mach: flesh out mach.Event | jamii | 2 years ago |
mach | glfw: build for wayland *and* X11 by default | PiergiorgioZagaria | 2 years ago |
mach | audio: beginnings of audio system | alichraghi | 2 years ago |
mach | gpu-dawn: support compiling with stage2 (-fno-stage1) | PiergiorgioZagaria | 2 years ago |
mach | mach: Use math.inf instead of math.floatMax for indefinite wait of events | iddev5 | 2 years ago |
mach | mach: Check application signature & Arrange key codes in numberical order of value | alichraghi | 2 years ago |
mach | gpu: store pointer to WorkDoneCallback in gpu.Queue | dweiller | 2 years ago |
mach | glfw: support compiling with stage2 (-fno-stage1) | PiergiorgioZagaria | 2 years ago |
mach | glfw: fix segfault in `getPhysicalDevicePresentationSupport` | leopoldek | 2 years ago |
mach | freetype: brotli support for woff2 fonts | alichraghi | 2 years ago |
mach | mach: Begin resource management system | iddev5 | 2 years ago |
mach | mach: Use `log_level` and `scope_levels` pub decls from App | dweiller | 2 years ago |
mach | ecs: allow components to have type void | dweiller | 2 years ago |
mach | freetype/harfbuzz: usable state | alichraghi | 2 years ago |
mach | glfw: submodule path fix for subrepo | Vulfox | 2 years ago |
mach | glfw: make MouseButton directly accessible, to match GLFW callback signature | Nairou | 2 years ago |
mach | mach: mouse cursor support | david-vanderson | 2 years ago |
mach | freetype/harfbuzz: compelete face binding | alichraghi | 2 years ago |
mach | freetype/harfbuzz: complete common binding | alichraghi | 2 years ago |
mach | mach<->ECS integration, ECS type safety, high-level application API proposal | slimsag | 2 years ago |
mach | ecs: fixes for `setCapacity()` and `appendUndefined()` | dweiller | 2 years ago |
mach | glfw: upgrade to glfw@master, use a submodule for upstream sources | slimsag | 2 years ago |
mach | glfw: change the way to dependencies | C-BJ | 2 years ago |
mach | freetype/harfbuzz: more coverage | alichraghi | 2 years ago |
mach | mach: Implement fullscreen application support | iddev5 | 2 years ago |
mach | ecs: switch from ArrayList per-table-per-component-set -> single-[]u8-per-table | slimsag | 2 years ago |
mach | freetype::harfbuzz: increase binding coverage | alichraghi | 2 years ago |
mach | freetype: Avoid dereferencing null bitmap buffer. | jamii | 2 years ago |
mach | mach: App.update will not return bool and implement setShouldClose for wasm. | iddev5 | 2 years ago |
mach | ecs: ECS fixes | dweiller | 2 years ago |
mach | freetype: ~99% Core-API Coverage | alichraghi | 2 years ago |
mach | mach: Listen to resize event for canvas and thus store window and framebuffer size | iddev5 | 2 years ago |
mach | mach: wasm: Implement mouse press, release, motion and scroll events | iddev5 | 2 years ago |
mach | examples/gkurve: initial commit for resizable_label | PiergiorgioZagaria | 2 years ago |
mach | mach: add hasEvent(), waitEvent(), and waitEventTimeout() | david-vanderson | 2 years ago |
mach | mach: add mouse motion and mouse button events | david-vanderson | 2 years ago |
mach | mach: implement some app changes | iddev5 | 2 years ago |
mach | README: Fix dead link to article | iddev5 | 2 years ago |
mach | {mach,examples}: followups to getWindowSize / getFramebufferSize | david-vanderson | 2 years ago |
mach | CI: automate Zig version upgrades; upgrade Zig & more | slimsag | 2 years ago |
mach | mach: save window and framebuffer size from glfw callbacks | david-vanderson | 2 years ago |
mach | mach: Move all platform specific files to platform/ directory | iddev5 | 2 years ago |
mach | mach: build: disable gkurve example of wasm as freetype cant be compiled for | iddev5 | 2 years ago |
mach | gpu: Queue.WorkDoneStatus fields should be snake_case. | michal-z | 2 years ago |
mach | glfw: ensure git present | d3m1gd | 2 years ago |
mach | freetype: update example runner usage | alichraghi | 2 years ago |
mach | mach: improvements to build system (for wasm) | iddev5 | 2 years ago |
mach | build: change std.build.Pkg.path to std.build.Pkg.source | kamidev | 2 years ago |
mach | examples: Load all images from Memory (using embedFile) instead of File | iddev5 | 2 years ago |
mach | examples/gkurve: added atlas text rendering and freetype linking | PiergiorgioZagaria | 2 years ago |
mach | mach: fix build.zig | d3m1gd | 2 years ago |
mach | freetype: ziggify C structs and more | alichraghi | 2 years ago |
mach | freetype: example name convention | iddev5 | 2 years ago |
mach | freetype: add running examples instruction | alichraghi | 2 years ago |
mach | mach: wasm: implement more functionality | iddev5 | 2 years ago |
mach | freetype: more binding coverage and examples | alichraghi | 2 years ago |
mach | freetype: README: fix build.zig example | pierrec | 2 years ago |
mach | CI: add freetype & update m1 ci name | alichraghi | 2 years ago |
mach | README: fmt & fix broken link | alichraghi | 2 years ago |
mach | www: use console.error for logging wasm loader error | alichraghi | 2 years ago |
mach | freetype: add example builder/runner to build and implement some functions binding | alichraghi | 2 years ago |
mach | freetype: improvments, more binding coverage, glyph_to_svg example | alichraghi | 2 years ago |
mach | mach: Timer improvements | iddev5 | 2 years ago |
mach | freetype: merge alichraghi's freetype bindings | slimsag | 2 years ago |
mach | gpu: throw error if texture data is not slice | alichraghi | 2 years ago |
mach | mach: add compile-only step for examples and shaderexp | iddev5 | 2 years ago |
mach | examples/gkurve: added texture atlas | PiergiorgioZagaria | 2 years ago |
mach | mach: initial wasm platform implementation | iddev5 | 2 years ago |
mach | examples: boids: use std.log.info instead of std.debug.print | iddev5 | 2 years ago |
mach | examples/gkurve: added shapes and textures | PiergiorgioZagaria | 2 years ago |
mach | gpu: Fix build in 32-bit platforms | iddev5 | 2 years ago |
mach | mach: Event loop based input handling | iddev5 | 2 years ago |
mach | examples: fix depth texture recreation | PiergiorgioZagaria | 2 years ago |
mach | mach: introduce cross platform Timer abstraction | iddev5 | 2 years ago |
mach | examples/gkurve: moved vertex uniform data to vertex buffer and added view | PiergiorgioZagaria | 2 years ago |
mach | examples/gkurve: use equadistant triangles, pixel units, cleanup code formatting | slimsag | 2 years ago |
mach | mach: reorganise native backend files, move structs & fix circular dependency | iddev5 | 2 years ago |
mach | examples/gkurve: simplify fragment shader, use barycentric coordinates | slimsag | 2 years ago |
mach | mach: Create binding methods for all glfw methods in use and update examples | iddev5 | 2 years ago |
mach | mach: implement key callbacks | iddev5 | 2 years ago |
mach | gpu: correct sending of pointer to a local var to a callback function | michal-z | 2 years ago |
mach | examples: created gkurve example | PiergiorgioZagaria | 2 years ago |
mach | examples: fixed uniform buffer release and unused var | PiergiorgioZagaria | 2 years ago |
mach | examples: fix typo | d3m1gd | 2 years ago |
mach | examples: fix unwanted fractal cube resource releases causing validation error | iddev5 | 2 years ago |
mach | mach: comptime interface-like implementation of engine cores | iddev5 | 2 years ago |
mach | CI: check compilation of all examples | iddev5 | 2 years ago |
mach | all: Update to latest Zig master (0.10.0-dev.2017+a0a2ce92c) | leecannon | 2 years ago |
mach | gpu: 'dynamic_offsets' should be '?[] const u32' everywhere. | michal-z | 2 years ago |
mach | build: compile examples and applications on demand | iddev5 | 2 years ago |
mach | mach: Ay app entry example port | slimsag | 2 years ago |
mach | mach: Unified entry point and redesigned engine core | iddev5 | 2 years ago |
mach | examples: fix incorrect release of resources in fractal-cube | iddev5 | 2 years ago |
mach | {mach,gpu}: Fix store_op and publicize App.Funcs | silversquirl | 2 years ago |
mach | examples: added fractal-cube example | PiergiorgioZagaria | 2 years ago |
mach | {examples,gpu}: add textured-cube example; correct more gpu/ defaults | slimsag | 2 years ago |
mach | mach: choose first vulkan adapter | d3m1gd | 2 years ago |
mach | gpu-dawn: update Dawn to latest revision as of 2022-04-21 | slimsag | 2 years ago |
mach | gpu: mirror more WebGPU spec default values | PiergiorgioZagaria | 2 years ago |
mach | examples: add advanced comptime generated texture + Blinn-Phong lighting example | d3m1gd | 2 years ago |
mach | examples: add example of instancing. | johanfforsberg | 2 years ago |
mach | shaderexp: add initial shader explorer tool | PiergiorgioZagaria | 2 years ago |
mach | examples: Fixed BlendState for rotating-cube and two-cubes | PiergiorgioZagaria | 2 years ago |
mach | CI: dont run aarch64-mac workflow on forks | iddev5 | 2 years ago |
mach | README: Add web (wasm) status | iddev5 | 2 years ago |
mach | examples: fix blend mode in triangle example | d3m1gd | 2 years ago |
mach | gpu-dawn: fix compilation on Linux | slimsag | 2 years ago |
mach | glfw: update vulkan headers to latest (adds v1.3 support) | slimsag | 2 years ago |
mach | gpu: Changes needed for latest Dawn (generated-2022-04-18). | michal-z | 2 years ago |
mach | gpu-dawn: update Dawn to latest revision as of 2022-04-18 | slimsag | 2 years ago |
mach | gpu: Fixed ErrorCallback.init() alignment | PiergiorgioZagaria | 2 years ago |
mach | gpu-dawn: update Dawn to latest revision as of 2022-04-17 | slimsag | 2 years ago |
mach | examples: Added two-cubes example port | PiergiorgioZagaria | 2 years ago |
mach | examples: Added rotating-cube example port | PiergiorgioZagaria | 2 years ago |
mach | mach: set error message to be shown on glfw error | iddev5 | 2 years ago |
mach | glfw: add getErrorString() to access the current error description | iddev5 | 2 years ago |
mach | gpu: fix sampler typo | d3m1gd | 2 years ago |
mach | gpu: fix getMappedRange size alignment | d3m1gd | 2 years ago |
mach | examples: Add cube and some more examples, zmath for testing | PiergiorgioZagaria | 2 years ago |
mach | build: do not produce needless libraries | slimsag | 2 years ago |
mach | examples: Add boids example | Andoryuuta | 2 years ago |
mach | gpu: Add default values for some structs (taken from the spec). | michal-z | 2 years ago |
mach | build: never use pkg-config to link system libraries | ifreund | 2 years ago |
mach | gpu: Added helpers to BindGroup.Entry structure. Also, 'dynamic_offset' should be a const slice. | michal-z | 2 years ago |
mach | gpu: Default values for BindGroup.Entry - simplifies creating BindGroup - all resources are null by default and the user sets only the one needed. | michal-z | 2 years ago |
mach | gpu: Added helper functions to BindGroupLayout.Entry | michal-z | 2 years ago |
mach | gpu: RenderPipeline.fragment should be optional - pipeline with verte… …x stage only is perfectly valid. | michal-z | 2 years ago |
mach | gpu: VertexBufferLayout.attributes field needs to be a pointer to mul… | michal-z | 2 years ago |
mach | gpu: fixes and API tweaks for mach/gpu | silversquirl | 2 years ago |
mach | build: tweak build.zigs to make using app library slightly easier | silversquirl | 2 years ago |
mach | mach: add higher-level app package | slimsag | 2 years ago |
mach | docs: https://devlog.hexops.com/categories/build-an-ecs/ | rofrol | 2 years ago |
mach | gpu-dawn: build.zig needs to reference thisDir for C file | mitchellh | 2 years ago |
mach | build: system_sdk for linux-aarch64 | mitchellh | 2 years ago |
mach | gpu: update GetModuleHandleW usage in examples | Andoryuuta | 2 years ago |
mach | ecs: third major redesign/rethink of implementation | slimsag | 2 years ago |
mach | glfw: add instructions for Gyro in README.md | BratishkaErik | 2 years ago |
mach | glfw: Enable Gyro support (to more easily add this as a dependency) | BratishkaErik | 2 years ago |
mach | gpu: add ziggified WebGPU interface | slimsag | 2 years ago |
mach | glfw: remove alignment from packed structs / fix compilation with latest Zig | slimsag | 2 years ago |
mach | gpu-dawn: update example, use newer WGPUSurface API where available | slimsag | 2 years ago |
mach | gpu-dawn: various windows support improvements | slimsag | 2 years ago |
mach | gpu-dawn: update Dawn to latest generated-2022-02-17 | slimsag | 2 years ago |
mach | Update the year in the license file | C-BJ | 2 years ago |
mach | gpu-dawn: use source scanning instead of enumerated lists of sources | slimsag | 2 years ago |
mach | gpu-dawn: build system improvements; prepare for binary releases; split into subrepository | slimsag | 2 years ago |
mach | glfw: use comptime magic to remove `InternalUserPointer` and associated overhead | leecannon | 2 years ago |
mach | glfw: Clarify unreachable | leecannon | 2 years ago |
mach | glfw: dont use `@errSetCast` | leecannon | 2 years ago |
mach | glfw: dont call `getError` unless we need to | leecannon | 2 years ago |
mach | glfw: improve `setErrorCallback` | leecannon | 2 years ago |
mach | ecs: major rethink & database-aligned design | slimsag | 2 years ago |
mach | ecs: add very early-stages entity component system | slimsag | 2 years ago |
mach | glfw: Use `anyopaque` instead of `opaque{}` | InKryption | 2 years ago |
mach | gpu-dawn: update to latest glfw get/setUserPointer API introduced in hexops/mach#152 | guidorice | 2 years ago |
mach | glfw: Tidy up UserPointer access | InKryption | 2 years ago |
mach | glfw: repatch undefined behaviour in X11 keypress handling | alichraghi | 2 years ago |
mach | glfw: improve documentation for native.zig | iddev5 | 2 years ago |
mach | glfw: expose glfwSetErrorCallback for retrieving optional error descriptions | alichraghi | 2 years ago |
mach | gpu-dawn: update to latest Dawn version as of Dec 23, 2021 | slimsag | 2 years ago |
mach | gpu-dawn: Fix building after the rename of gpu -> gpu-dawn | iddev5 | 2 years ago |
mach | glfw: Update function docs in Monitor and vulkan to match glfw 3.3.6 | iddev5 | 2 years ago |
mach | glfw: add wayland cross-compilation support | alichraghi | 2 years ago |
mach | gpu: rename mach/gpu to mach/gpu-dawn | slimsag | 2 years ago |
mach | glfw: Update glfw to `3.3.6` | alichraghi | 2 years ago |
mach | glfw: add support for compiling for Wayland | alichraghi | 2 years ago |
mach | glfw: add ziggified API of glfw3native.h | iddev5 | 2 years ago |
mach | glfw: update `update-upstream.sh` to clone faster | alichraghi | 2 years ago |
mach | glfw: Run zig fmt + Update CI | InKryption | 2 years ago |
mach | gpu: Fix invalid parameter type of glfw framebuffer callback function | iddev5 | 2 years ago |
mach | README: add new website & Matrix chat room | slimsag | 2 years ago |
mach | glfw: replaced isize, usize with i32, u32 | alichraghi | 2 years ago |
mach | gpu: optimize build/iteration times by reducing compilation units | slimsag | 2 years ago |
mach | glfw: reduce compilation units to bring iteration time down to ~90ms | slimsag | 2 years ago |
mach | glfw: improve consecutive build times by 4-12x | slimsag | 2 years ago |
mach | glfw: replace usage of glfw.dont_care as sentinel value | InKryption | 2 years ago |
mach | glfw: remove invalid TODOs | InKryption | 2 years ago |
mach | build: update to latest Zig master | slimsag | 2 years ago |
mach | glfw: update to zig latest master branch | BratishkaErik | 2 years ago |
mach | glfw: Denormalize errors | InKryption | 2 years ago |
mach | gpu: update to latest Dawn version | slimsag | 2 years ago |
mach | glfw: fix support for macOS 11 cross compilation | slimsag | 2 years ago |
mach | glfw: Fix pointer cast | InKryption | 2 years ago |
mach | glfw: system_sdk version pinning, automatic updates, and correctex Apple license prompt | slimsag | 2 years ago |
mach | glfw: update system_sdk to match latest Zig master macOS version targeting | slimsag | 2 years ago |
mach | glfw: support building with latest Zig master | slimsag | 2 years ago |
mach | glfw: un-hardcode constant | InKryption | 2 years ago |
mach | glfw: Eliminate `Error.InvalidValue` | InKryption | 2 years ago |
mach | glfw: forward export c.glfwGetInstanceProcAddress | Avokadoen | 2 years ago |
mach | glfw: Eliminate `InvalidEnum` | InKryption | 2 years ago |
mach | glfw: Force init follow up | InKryption | 2 years ago |
mach | glfw: re-instate prong | InKryption | 2 years ago |
mach | glfw: update possible errors comment | InKryption | 2 years ago |
mach | glfw: Force init before use of init dependent functions | InKryption | 2 years ago |
mach | glfw: update system_sdk to use latest MacOS 12.0 SDK | slimsag | 2 years ago |
mach | glfw: window hint default values parity test with attributes | InKryption | 2 years ago |
mach | glfw: reorganize `Window.Attrib` to be in the same style as `Window.Hint` | InKryption | 2 years ago |
mach | glfw: make `glfw.Cursor.Shape` public | InKryption | 3 years ago |
mach | glfw: fix typo prevents building for Wayland | alichraghi | 3 years ago |
mach | glfw: correct error handling in README example | alichraghi | 3 years ago |
mach | glfw: patch more undefined behaviour | silversquirl | 3 years ago |
mach | glfw: Window hints rework | InKryption | 3 years ago |
mach | glfw: Small Window fixes | InKryption | 3 years ago |
mach | glfw: remove [*c] pointers from api and return lengthed strings when possible | silversquirl | 3 years ago |
mach | glfw: friendlier GLFW API initialization | InKryption | 3 years ago |
mach | glfw: send pull requests to the main repository to avoid merge conflicts | slimsag | 3 years ago |
mach | glfw: fix linking difference between sysroot and non-sysroot | slimsag | 3 years ago |
mach | gpu: beginnings of Dawn WebGPU backend | slimsag | 3 years ago |
mach | glfw: refactor system SDK inclusion into helper file | slimsag | 3 years ago |
mach | glfw: polish README, add getting started, error handling, etc. sections | slimsag | 3 years ago |
mach | enumify: make all constants proper ziggified enums | slimsag | 3 years ago |
mach | glfw: ziggify all Action enums | slimsag | 3 years ago |
mach | glfw: make glfw.getProcAddress conform to GLFW C ABI | slimsag | 3 years ago |
mach | glfw: make glfw.getInstanceProcAddress conform to GLFW C ABI | slimsag | 3 years ago |
mach | update to Zig nightly 1444+e2a2e6c14 | slimsag | 3 years ago |
mach | glfw: do not set sysroot (prevents linking libs not in our system SDKs) | slimsag | 3 years ago |
mach | CI: add build matrix for projects | slimsag | 3 years ago |
mach | sync sub repositories | slimsag | 3 years ago |
mach | move GLFW into sub-repository, use git subtree to sync | slimsag | 3 years ago |
mach | glfw: enums | Avokadoen | 3 years ago |
mach | GLFW: achieve 100% API coverage | slimsag | 3 years ago |
mach | glfw: more API coverage; joysticks, gamepads, cursors | slimsag | 3 years ago |
mach | glfw: fix getWindowPos | pfgithub | 3 years ago |
mach | glfw: idiomatic Zig wrappers for 18 functions | slimsag | 3 years ago |
mach | glfw: support multiple types from glfw.Window.hint | Avokadoen | 3 years ago |
mach | glfw: add idiomatic wrappers for ~24 more functions | slimsag | 3 years ago |
mach | glfw: fix key.press being set to release | Avokadoen | 3 years ago |
mach | build: enable Windows -> Mac cross compilation | slimsag | 3 years ago |
mach | all: Update to latest Zig nightly | slimsag | 3 years ago |
mach | build: remove intermediate static lib | mattnite | 3 years ago |
mach | glfw: make the glfw package more friendly for projects outside of the mach project | Avokadoen | 3 years ago |
mach | build: Add Linux SDK & cross compilation support | slimsag | 3 years ago |
mach | build: Windows cross compilation support | slimsag | 3 years ago |
mach | build: windows support | slimsag | 3 years ago |
mach | CI: update to latest nightly Zig b87105c92 | slimsag | 3 years ago |
mach | CI: add linux/windows -> aarch64-macos tests | slimsag | 3 years ago |
mach | CI: cleanup naming conventions | slimsag | 3 years ago |
mach | build: verify cross compilation: x86_64-macos -> aarch64-macos | slimsag | 3 years ago |
mach | CI: add aarch64-macos / M1 self-hosted runner | slimsag | 3 years ago |
mach | glfw: add SDK_PATH for easier testing of changes to SDKs | slimsag | 3 years ago |
mach | CI: add macOS testing pipeline | slimsag | 3 years ago |
mach | CI: add pipeline for Windows; Windows->MacOS cross compilation | slimsag | 3 years ago |
mach-dxcompiler | Add HRESULT check to machDxcCompileResultGet* functions | sinnwrig | 2 weeks ago |
mach-dxcompiler | Update to zig 2024.10 and Add new build options and shader inclusion overrides | RonaldZielaznicki | 3 weeks ago |
mach-dxcompiler | Update to zig 2024.10 | RonaldZielaznicki | 3 weeks ago |
mach-dxcompiler | Added new build options and shader file inclusion overrides. | sinnwrig | 6 months ago |
mach-dxcompiler | refactor wchar args conversion | Inve1951 | 10 months ago |
mach-freetype | fix 'local variable is never mutated' errors and some typos | chadwain | 5 months ago |
mach-freetype | correct pub for deprecated functions | nezvers | 9 months ago |
mach-freetype | update zig: remove unused vars | nolanderc | 10 months ago |
mach-freetype | update zig: remove unnecessary vars | ymndoseijin | 11 months ago |
mach-freetype | Apply upstream changes of `hb_glyph_position_t` to `Position` and add testing to detect this in the future. | IntegratedQuantum | 1 year ago |
mach-freetype | build: fix compile error | alichraghi | 1 year ago |
mach-freetype | banish usingnamespace | alichraghi | 1 year ago |
mach-freetype | update bindings | alichraghi | 1 year ago |
mach-freetype | fix compile error | alichraghi | 1 year ago |
mach-freetype | use package manager | alichraghi | 1 year ago |
mach-freetype | port to zig package manager | LordMZTE | 2 years ago |
mach-objc | more ScreenCaptureKit | kristoff-it | 1 month ago |
mach-objc | Eliminate usingnamespace and runtime initialization | mjbshaw | 2 months ago |
mach-objc | Use the linker for selectors instead of the runtime | mjbshaw | 2 months ago |
mach-objc | Support stack and global blocks | mjbshaw | 2 months ago |
mach-objc | Simplify the directory structure | mjbshaw | 2 months ago |
mach-objc | Add NSApplicationDelegate asm and generate related APIs | mjbshaw | 2 months ago |
mach-objc | ns/objc additions | pdoane | 1 year ago |
mach-objc | cg: fix Float definition | pdoane | 1 year ago |
mach-objc | improved blocks and generics support | pdoane | 1 year ago |
mach-objc | additional ns types and fixes | pdoane | 1 year ago |
mach-objc | Initial import | pdoane | 1 year ago |
mach-opus | update zig, add encoder support | alichraghi | 11 months ago |
mach-opus | Remove unreachables | menduz | 1 year ago |
mach-opus | examples: import as "mach-sysaudio" and "mach-opus" | alichraghi | 1 year ago |
mach-opus | build: disable example and tests for now | alichraghi | 1 year ago |
mach-opus | all: replace test with sysaudio example | alichraghi | 1 year ago |
mach-opus | update dependencies | alichraghi | 1 year ago |
mach-opus | update dependencies | alichraghi | 1 year ago |
mach-opus | update dependencies | alichraghi | 1 year ago |
mach-opus | update to latest Zig API | alichraghi | 1 year ago |
mach-opus | switch to pkg.machengine.org | alichraghi | 1 year ago |
mach-opus | update dependencies | alichraghi | 1 year ago |
mach-opus | update dependencies | alichraghi | 1 year ago |
mach-opus | init | alichraghi | 1 year ago |
mach-flac | update zig | alichraghi | 11 months ago |
mach-flac | examples: import as "mach-sysaudio" and "mach-opus" | alichraghi | 1 year ago |
mach-flac | build: disable example and tests for now | alichraghi | 1 year ago |
mach-flac | example: fix usage help | alichraghi | 1 year ago |
mach-flac | all: replace test with sysaudio example | alichraghi | 1 year ago |
mach-flac | update to latest Zig API | alichraghi | 1 year ago |
mach-flac | switch to pkg.machengine.org | alichraghi | 1 year ago |
mach-flac | update dependencies | alichraghi | 1 year ago |
mach-flac | depend on hexops/flac | alichraghi | 1 year ago |
mach-flac | init | alichraghi | 1 year ago |
fastfilter | Fix build on 0.13.0-dev.274+c0da92f71 | SuperAuguste | 5 months ago |
fastfilter | update to latest build API | alichraghi | 9 months ago |
fastfilter | binaryfusefilter: use wrapping add instead of `@addWithOverflow` | ehaas | 2 years ago |
fastfilter | key and seed addition might overflow, causing a runtime error in curr… | marijnfs | 2 years ago |
fastfilter | rename repository to fastfilter to account for binary fuse filters | slimsag | 3 years ago |
fastfilter | binary fuse filters: add benchmarks, deprecated traditional fuse filters | slimsag | 3 years ago |
fastfilter | binary fuse filter: handle small input edge cases & fix upstream | slimsag | 3 years ago |
fastfilter | binaryfusefilter: fix issues with very large & very small sets | slimsag | 3 years ago |
fastfilter | add experimental binary fuse filters by Daniel Lemire & Thomas M.G. | slimsag | 3 years ago |
fastfilter | Add much-improved benchmarking suite with more detailed numbers & better acccuracy | slimsag | 3 years ago |
fastfilter | CI: update Zig version | slimsag | 3 years ago |
fastfilter | use more conventional `.deinit()` syntax | slimsag | 3 years ago |
fastfilter | update to latest zig@master / latest inline function syntax | slimsag | 3 years ago |
fastfilter | add benchmarks; Intel i9 & AMD Ryzen 3900X measurements | slimsag | 3 years ago |
fastfilter | use a custom error type | slimsag | 3 years ago |
fastfilter | rename sizeInBytes -> size_in_bytes (match style guide) | slimsag | 3 years ago |
fastfilter | README: add changelog & release v0.8.0 | slimsag | 3 years ago |
fastfilter | all: follow Zig naming conventions + style guide | slimsag | 3 years ago |
fastfilter | add iterator support | slimsag | 3 years ago |
fastfilter | make it possible to configure max iterations | slimsag | 3 years ago |
fastfilter | fusefilter: support any arbitrary fuse filter bit width | slimsag | 3 years ago |
fastfilter | add serialization tips | slimsag | 3 years ago |
fastfilter | README: more consistency | slimsag | 3 years ago |
fastfilter | README: more concise, consistent formatting | slimsag | 3 years ago |
fastfilter | add unique slice helper (typically O(N) time complexity) | slimsag | 3 years ago |
fastfilter | util: remove unused import | slimsag | 3 years ago |
fastfilter | README: add usage docs, call out benefits of Zig | slimsag | 3 years ago |
fastfilter | fusefilter: rename Fuseset -> Set | slimsag | 3 years ago |
fastfilter | xorfilter: add 8/16/32/64-bit xorfilter implementation | slimsag | 3 years ago |
fastfilter | README: major kudos and credit where credit is due | slimsag | 3 years ago |
fastfilter | implement fusefilter (passing all tests) | slimsag | 3 years ago |
brotli | Fixing build.zig for 0.12.0 | srjilarious | 5 months ago |
brotli | Build with Zig 0.12.0-dev.3667+77abd3a96 | jayschwa | 6 months ago |
brotli | update to latest build API | alichraghi | 9 months ago |
brotli | Fix `addCSourceFiles` error, and add `build.zig.zon` file with include paths | dcov | 1 year ago |
brotli | update to latest Zig API | alichraghi | 1 year ago |
brotli | Update build.zig | DraagrenKirneh | 2 years ago |
brotli | Update build.zig to latest Zig API | DraagrenKirneh | 2 years ago |
harfbuzz | update | alichraghi | 1 year ago |
harfbuzz | switch to pkg.machengine.org | alichraghi | 1 year ago |
harfbuzz | Fix package name typo in build.zig.zon | tensorush | 1 year ago |
harfbuzz | Update build.zig | DraagrenKirneh | 2 years ago |
harfbuzz | Install headers and update freetype | LordMZTE | 2 years ago |
harfbuzz | Pass optimize/target to dependencies and update freetype | LordMZTE | 2 years ago |
freetype | Fixing build.zig for 0.12.0 | srjilarious | 5 months ago |
freetype | Build with Zig 0.12.0-dev.3667+77abd3a96 | jayschwa | 6 months ago |
freetype | update to latest build API | alichraghi | 9 months ago |
freetype | update to latest Zig API | alichraghi | 1 year ago |
freetype | update | alichraghi | 1 year ago |
freetype | switch to pkg.machengine.org | alichraghi | 1 year ago |
freetype | Update to latest build changes | DraagrenKirneh | 2 years ago |
freetype | install headers | LordMZTE | 2 years ago |
freetype | fix: pass target and optimize to brotli dependency | LordMZTE | 2 years ago |
wayland-headers | Add libdecor | RonaldZielaznicki | 6 days ago |
wayland-headers | Update build.zig for 0.12.0 compiler | Nairou | 6 months ago |
wayland-headers | Pin upstream revs | castholm | 1 year ago |
wayland-headers | Switch from CompileStep.install to Build.installArtifact | leroycep | 2 years ago |
x11-headers | Update build.zig for 0.12.0 compiler | Nairou | 6 months ago |
x11-headers | Pin upstream revs; Update headers | castholm | 1 year ago |
x11-headers | Switch from CompileStep.install to Build.installArtifact | leroycep | 2 years ago |
x11-headers | add xcb headers | LordMZTE | 2 years ago |
vulkan-headers | Update build.zig for 0.12.0 compiler | Nairou | 6 months ago |
vulkan-headers | update to latest build API | alichraghi | 9 months ago |
vulkan-headers | Fix build.zig | der-teufel-programming | 9 months ago |
vulkan-headers | ref: replace stub.c with b.addWriteFiles().add("empty.c", "") | eightween | 10 months ago |
vulkan-headers | Switch from `CompileStep.install` to `Build.installArtifact` | leroycep | 2 years ago |
opengl-headers | Delete unreferenced headers | castholm | 1 year ago |
opengl-headers | Pin upstream refs; Update headers | castholm | 1 year ago |
linux-audio-headers | update to latest build API | alichraghi | 9 months ago |
linux-audio-headers | Pin upstream revs; Update headers | castholm | 1 year ago |
linux-audio-headers | lib.install() -> b.installArtifact(lib) | LordMZTE | 2 years ago |
xcode-frameworks | Update build.zig for 0.12.0 compiler | Nairou | 6 months ago |
xcode-frameworks | Updated installHeaderDirectory function to work with latest zig version (0.13.0-dev.46+3648d7df1) | reedthorngag | 6 months ago |
xcode-frameworks | update to latest build API | alichraghi | 9 months ago |
xcode-frameworks | Update Zig: Fix addWriteFiles usage, add addPathsModule | der-teufel-programming | 9 months ago |
xcode-frameworks | Update to latest master after Zig PR #18160 | der-teufel-programming | 9 months ago |
xcode-frameworks | ref: replace stub.c with b.addWriteFiles().add("empty.c", "") | eightween | 10 months ago |
xcode-frameworks | update to macos 14.0 | ghost | 1 year ago |
xcode-frameworks | Copy vendor sdk folder structure | menduz | 1 year ago |
xcode-frameworks | Safety and other improvements to update.sh | felikcat | 1 year ago |
xcode-frameworks | Move includes from allowlist to denylist, add back most includes | mitchellh | 1 year ago |
spirv-tools | Added library macro definitions | sinnwrig | 5 months ago |
spirv-tools | update | alichraghi | 9 months ago |
spirv-tools | add missing sources/headers | alichraghi | 11 months ago |
spirv-cross | update to latest build API | alichraghi | 9 months ago |
vulkan-zig-generated | update to latest build API | alichraghi | 9 months ago |
vulkan-zig-generated | update to latest zig API | alichraghi | 1 year ago |
vulkan-zig-generated | fix compile errors | alichraghi | 1 year ago |
vulkan-zig-generated | init | alichraghi | 1 year ago |
direct3d-headers | update to latest build API | alichraghi | 9 months ago |
direct3d-headers | ref: replace stub.c with b.addWriteFiles().add("empty.c", "") | eightween | 10 months ago |
direct3d-headers | update to latest Zig API | alichraghi | 1 year ago |
opus | update to Zig 2024.1.0-mach | noisegul | 9 months ago |
opus | install headers | alichraghi | 1 year ago |
opusfile | update to latest build API | alichraghi | 9 months ago |
opusfile | update dependencies | alichraghi | 1 year ago |
opusfile | build.zig | alichraghi | 1 year ago |
flac | update to Zig 2024.1.0-mach | noisegul | 9 months ago |
flac | update zig | alichraghi | 11 months ago |
flac | add README.MD, update.sh and verify.sh | alichraghi | 1 year ago |
flac | ci: init | alichraghi | 1 year ago |
flac | update to latest Zig API | alichraghi | 1 year ago |
flac | add missing files for windows | alichraghi | 1 year ago |
flac | fix cross-compilation | alichraghi | 1 year ago |
ogg | Use ConfigHeader and add build.zig.zon | lacc97 | 1 year ago |
ogg | build: workaround config header issue | alichraghi | 1 year ago |
ogg | build.zig | alichraghi | 1 year ago |
wrench | Atomically write downloaded file to filesystem | hryx | 4 months ago |
wrench | Pass context to httpGet | hryx | 4 months ago |
wrench | Fix fmt string in mirror HTML | hryx | 4 months ago |
machengine.org | Fix link in FAQ | austin226 | 3 weeks ago |
machengine.org | mach-glfw package name typo fixed | dahsameer | 4 months ago |
machengine.org | Change OpenGL library in `mach-glfw` docs to `zigglgen` | terraquad | 4 months ago |
machengine.org | Fix link | C-BJ | 8 months ago |
machengine.org | fixed link to new version post on main page | mrksfnk | 8 months ago |
machengine.org | fixed module import to comply to zig version 2024.1.0-mach | mrksfnk | 8 months ago |
machengine.org | Fix link | C-BJ | 9 months ago |
machengine.org | Update library build.zig examples | nezvers | 9 months ago |
machengine.org | Fix the Getting stared build.zig for 2024.1.0-mach | jacobsandlund | 9 months ago |
machengine.org | Add link to zig version page | 30c4 | 10 months ago |
machengine.org | mach-glfw: Change the example to show a blank window | sunshinehunter | 1 year ago |
machengine.org | fixed typo on `map-async` example | leonardogattidev | 1 year ago |
machengine.org | pkg: update build instruction of sysaudio, flac and opus | alichraghi | 1 year ago |
machengine.org | examples: show examples complexity | alichraghi | 1 year ago |
machengine.org | adapt instructions to upstream zig build changes | bfredl | 2 years ago |
machengine.org | adds note about Xcursor depenency when using cursormode = disabled | irealis | 2 years ago |
machengine.org | use inter font | alichraghi | 2 years ago |
machengine.org | Suggest zig 0.11 required | canadaduane | 2 years ago |
machengine.org | ali/next | alichraghi | 2 years ago |
machengine.org | fix 404 error | TheAbstract | 2 years ago |
machengine.org | automatic light/dark theme | alichraghi | 2 years ago |
machengine.org | README: describe where to submit issues | C-BJ | 2 years ago |
devlog | Fix typo | sunarch | 10 months ago |
devlog | Update <img /> zig-parser-combinators-and-why-theyre-awesome.md | Its-Just-Nans | 1 year ago |
devlog | Fix link in "Let's build an ECS (part 1)" | lambdadog | 2 years ago |
devlog | Fix link to ECS category | rudedogg | 2 years ago |
devlog | automatic light/dark theme | alichraghi | 2 years ago |
devlog | all monsters -> all cameras | BratishkaErik | 2 years ago |
devlog | Add ecs article to mach category and a minor code typo | iddev5 | 2 years ago |
devlog | Bump kramdown from 2.3.0 to 2.3.1 | dependabot[bot] | 3 years ago |
hexops.com | Update privacy.md | alichraghi | 2 years ago |
hexops.com | light/dark theme | alichraghi | 2 years ago |
zigmonthly.org | automatic light/dark theme | alichraghi | 2 years ago |
zigmonthly.org | Correct publication dates | McSinyx | 2 years ago |
zigmonthly.org | September 2021: Unicode, Android, cross-platform GUIs, learning resources & more | slimsag | 3 years ago |
mach-example-assets | update to latest build API | alichraghi | 9 months ago |
font-assets | update to Zig 2024.1.0-mach | palsmo | 9 months ago |
font-assets | update to latest build API | alichraghi | 9 months ago |
font-assets | add content | LordMZTE | 2 years ago |
media | Add Wrench Bot | alichraghi | 2 years ago |
media | add mach banners | alichraghi | 2 years ago |
media | Add/Update Logos and Icons | alichraghi | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach | all: update to latest Zig 2024.05 | wrench-bot | 5 months ago |
mach | all: update to latest Zig version | wrench-bot | 7 months ago |
mach | all: update to latest Zig version | wrench-bot | 9 months ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 1 year ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 2 years ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 2 years ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 2 years ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | gpu-dawn: update to latest Dawn version | wrench-bot | 2 years ago |
mach | all: update to latest Zig version | wrench-bot | 2 years ago |
mach | script mach-push-rewrite-zig-version [] | wrench-bot | 2 years ago |
mach-dxcompiler | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach-dxcompiler | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach-dxcompiler | all: update to latest Zig version | wrench-bot | 5 months ago |
mach-dxcompiler | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 5 months ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 9 months ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-objc | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach-objc | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach-objc | all: update to latest Zig version | wrench-bot | 5 months ago |
mach-objc | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-objc | all: update to latest Zig version | wrench-bot | 9 months ago |
mach-objc | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-objc | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-objc | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-objc | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-objc | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-objc | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach-opus | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach-opus | all: update to latest Zig version | wrench-bot | 5 months ago |
mach-opus | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-opus | all: update to latest Zig version | wrench-bot | 9 months ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-opus | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-opus | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach-flac | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach-flac | all: update to latest Zig version | wrench-bot | 5 months ago |
mach-flac | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-flac | all: update to latest Zig version | wrench-bot | 9 months ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-flac | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 2 weeks ago |
fastfilter | all: update to latest Zig version | wrench-bot | 3 weeks ago |
fastfilter | all: update to latest Zig version | wrench-bot | 5 months ago |
fastfilter | all: update to latest Zig version | wrench-bot | 7 months ago |
fastfilter | all: update to latest Zig version | wrench-bot | 7 months ago |
fastfilter | all: update to latest Zig version | wrench-bot | 9 months ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
fastfilter | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 2 weeks ago |
brotli | all: update to latest Zig version | wrench-bot | 3 weeks ago |
brotli | all: update to latest Zig version | wrench-bot | 5 months ago |
brotli | all: update to latest Zig version | wrench-bot | 7 months ago |
brotli | all: update to latest Zig version | wrench-bot | 7 months ago |
brotli | all: update to latest Zig version | wrench-bot | 9 months ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
brotli | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 2 weeks ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 3 weeks ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 5 months ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 7 months ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 9 months ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
harfbuzz | all: update to latest Zig version | wrench-bot | 1 year ago |
harfbuzz | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 2 weeks ago |
freetype | all: update to latest Zig version | wrench-bot | 3 weeks ago |
freetype | all: update to latest Zig version | wrench-bot | 5 months ago |
freetype | all: update to latest Zig version | wrench-bot | 7 months ago |
freetype | all: update to latest Zig version | wrench-bot | 7 months ago |
freetype | all: update to latest Zig version | wrench-bot | 9 months ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
freetype | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 9 months ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
wayland-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
x11-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
x11-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
x11-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
x11-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
x11-headers | all: update to latest Zig version | wrench-bot | 9 months ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
x11-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 9 months ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 9 months ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
opengl-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 9 months ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
linux-audio-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 3 weeks ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 5 months ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 7 months ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 7 months ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 9 months ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 1 year ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 1 year ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 1 year ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 1 year ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 1 year ago |
xcode-frameworks | all: update to latest Zig version | wrench-bot | 1 year ago |
spirv-tools | all: update to latest Zig version | wrench-bot | 2 weeks ago |
spirv-tools | all: update to latest Zig version | wrench-bot | 3 weeks ago |
spirv-tools | all: update to latest Zig version | wrench-bot | 5 months ago |
spirv-tools | all: update to latest Zig version | wrench-bot | 7 months ago |
spirv-tools | all: update to latest Zig version | wrench-bot | 7 months ago |
spirv-cross | all: update to latest Zig version | wrench-bot | 2 weeks ago |
spirv-cross | all: update to latest Zig version | wrench-bot | 3 weeks ago |
spirv-cross | all: update to latest Zig version | wrench-bot | 5 months ago |
spirv-cross | all: update to latest Zig version | wrench-bot | 7 months ago |
spirv-cross | all: update to latest Zig version | wrench-bot | 7 months ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 2 weeks ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 3 weeks ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 5 months ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 7 months ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 7 months ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 9 months ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
vulkan-zig-generated | all: update to latest Zig version | wrench-bot | 1 year ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 9 months ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
direct3d-headers | all: update to latest Zig version | wrench-bot | 1 year ago |
directx-headers | all: update to latest Zig version | wrench-bot | 2 weeks ago |
directx-headers | all: update to latest Zig version | wrench-bot | 3 weeks ago |
directx-headers | all: update to latest Zig version | wrench-bot | 5 months ago |
directx-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
directx-headers | all: update to latest Zig version | wrench-bot | 7 months ago |
opus | all: update to latest Zig version | wrench-bot | 2 weeks ago |
opus | all: update to latest Zig version | wrench-bot | 3 weeks ago |
opus | all: update to latest Zig version | wrench-bot | 5 months ago |
opus | all: update to latest Zig version | wrench-bot | 7 months ago |
opus | all: update to latest Zig version | wrench-bot | 7 months ago |
opus | all: update to latest Zig version | wrench-bot | 9 months ago |
opus | all: update to latest Zig version | wrench-bot | 1 year ago |
opus | all: update to latest Zig version | wrench-bot | 1 year ago |
opus | all: update to latest Zig version | wrench-bot | 1 year ago |
opusfile | all: update to latest Zig version | wrench-bot | 2 weeks ago |
opusfile | all: update to latest Zig version | wrench-bot | 3 weeks ago |
opusfile | all: update to latest Zig version | wrench-bot | 5 months ago |
opusfile | all: update to latest Zig version | wrench-bot | 7 months ago |
opusfile | all: update to latest Zig version | wrench-bot | 7 months ago |
opusfile | all: update to latest Zig version | wrench-bot | 9 months ago |
opusfile | all: update to latest Zig version | wrench-bot | 1 year ago |
opusfile | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
opusfile | all: update to latest Zig version | wrench-bot | 1 year ago |
opusfile | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
opusfile | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
opusfile | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
opusfile | all: update to latest Zig version | wrench-bot | 1 year ago |
opusenc | all: update to latest Zig version | wrench-bot | 2 weeks ago |
opusenc | all: update to latest Zig version | wrench-bot | 3 weeks ago |
opusenc | all: update to latest Zig version | wrench-bot | 5 months ago |
opusenc | all: update to latest Zig version | wrench-bot | 7 months ago |
opusenc | all: update to latest Zig version | wrench-bot | 7 months ago |
flac | all: update to latest Zig version | wrench-bot | 2 weeks ago |
flac | all: update to latest Zig version | wrench-bot | 3 weeks ago |
flac | all: update to latest Zig version | wrench-bot | 5 months ago |
flac | all: update to latest Zig version | wrench-bot | 7 months ago |
flac | all: update to latest Zig version | wrench-bot | 7 months ago |
flac | all: update to latest Zig version | wrench-bot | 9 months ago |
flac | all: update to latest Zig version | wrench-bot | 1 year ago |
flac | all: update to latest Zig version | wrench-bot | 1 year ago |
flac | all: update to latest Zig version | wrench-bot | 1 year ago |
ogg | all: update to latest Zig version | wrench-bot | 2 weeks ago |
ogg | all: update to latest Zig version | wrench-bot | 3 weeks ago |
ogg | all: update to latest Zig version | wrench-bot | 5 months ago |
ogg | all: update to latest Zig version | wrench-bot | 7 months ago |
ogg | all: update to latest Zig version | wrench-bot | 7 months ago |
ogg | all: update to latest Zig version | wrench-bot | 9 months ago |
ogg | all: update to latest Zig version | wrench-bot | 1 year ago |
ogg | all: update to latest Zig version | wrench-bot | 1 year ago |
ogg | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
ogg | all: update to latest Zig version | wrench-bot | 1 year ago |
machengine.org | all: update to latest Zig version | wrench-bot | 9 months ago |
machengine.org | all: update to latest Zig version | wrench-bot | 1 year ago |
machengine.org | all: update to latest Zig version | wrench-bot | 1 year ago |
machengine.org | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 2 weeks ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 3 weeks ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 5 months ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 7 months ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 9 months ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
mach-example-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 2 weeks ago |
font-assets | all: update to latest Zig version | wrench-bot | 3 weeks ago |
font-assets | all: update to latest Zig version | wrench-bot | 5 months ago |
font-assets | all: update to latest Zig version | wrench-bot | 7 months ago |
font-assets | all: update to latest Zig version | wrench-bot | 7 months ago |
font-assets | all: update to latest Zig version | wrench-bot | 9 months ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
font-assets | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 9 months ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update build.zig.zon dependencies | wrench-bot | 1 year ago |
reignfields | all: update to latest Zig version | wrench-bot | 1 year ago |