Pull requests (open)

repositorytitleauthorcreated
mach-dxcompilerreplace deprecated api usagemarler899711 months ago
mach-dxcompilerGet MSVC builds working on x86_64; add MSVC build targets that link the dynamic MSVC runtimeDouglasDwyer1 year ago
mach-dxcompilerMsvc fixesronald-mz2 years ago
mach-freetypeupdate LoadFlagsyntion6 months ago
mach-freetypeEnable using OT SVG in FreeTypetchayen2 years ago
mach-flacDecoder write fixesbraheezy1 year ago
fastfilterUpdate xorfilter to ZIG 0.15WonderBeat6 months ago
freetypeUpdates for 0.15.2 and 0.16/masterloftafi2 months ago
xcode-frameworksUpdate to MacOSX26brodo2 months ago
opus[BugFix] build targetaseiy1 year ago
devlogUpdate zig-hashmaps-explained.mdsakuyarules1 year ago

Pull requests (draft)

repositorytitleauthorcreated
mach-dxcompilerReplace DownloadSourceStep with the package managerBeyley1 year ago

Pull requests (closed)

repositorytitleauthorcreated
mach-dxcompilerAdd HRESULT check to machDxcCompileResultGet* functionssinnwrig2 years ago
mach-dxcompilerUpdate to zig 2024.10 and Add new build options and shader inclusion overridesronald-mz2 years ago
mach-dxcompilerUpdate to zig 2024.10ronald-mz2 years ago
mach-dxcompilerAdded new build options and shader file inclusion overrides.sinnwrig2 years ago
mach-dxcompilerrefactor wchar args conversionInve19512 years ago
mach-freetypeupdate build.zig.zon to 0.14 formatbandithedoge1 year ago
mach-freetypefix 'local variable is never mutated' errors and some typoschadwain2 years ago
mach-freetypecorrect pub for deprecated functionsnezvers2 years ago
mach-freetypeupdate zig: remove unused varsnolanderc2 years ago
mach-freetypeupdate zig: remove unnecessary varsymndoseijin2 years ago
mach-freetypeApply upstream changes of `hb_glyph_position_t` to `Position` and add testing to detect this in the future.IntegratedQuantum2 years ago
mach-freetypebuild: fix compile erroralichraghi2 years ago
mach-freetypebanish usingnamespacealichraghi2 years ago
mach-freetypeupdate bindingsalichraghi2 years ago
mach-freetypefix compile erroralichraghi2 years ago
mach-freetypeuse package manageralichraghi2 years ago
mach-freetypeport to zig package managerLordMZTE3 years ago
mach-opusupdate zig, add encoder supportalichraghi2 years ago
mach-opusRemove unreachablesmenduz2 years ago
mach-opusexamples: import as "mach-sysaudio" and "mach-opus"alichraghi2 years ago
mach-opusbuild: disable example and tests for nowalichraghi2 years ago
mach-opusall: replace test with sysaudio examplealichraghi2 years ago
mach-opusupdate dependenciesalichraghi2 years ago
mach-opusupdate dependenciesalichraghi2 years ago
mach-opusupdate dependenciesalichraghi2 years ago
mach-opusupdate to latest Zig APIalichraghi2 years ago
mach-opusswitch to pkg.machengine.orgalichraghi2 years ago
mach-opusupdate dependenciesalichraghi2 years ago
mach-opusupdate dependenciesalichraghi2 years ago
mach-opusinitalichraghi2 years ago
mach-flacupdate zigalichraghi2 years ago
mach-flacexamples: import as "mach-sysaudio" and "mach-opus"alichraghi2 years ago
mach-flacbuild: disable example and tests for nowalichraghi2 years ago
mach-flacexample: fix usage helpalichraghi2 years ago
mach-flacall: replace test with sysaudio examplealichraghi2 years ago
mach-flacupdate to latest Zig APIalichraghi2 years ago
mach-flacswitch to pkg.machengine.orgalichraghi2 years ago
mach-flacupdate dependenciesalichraghi2 years ago
mach-flacdepend on hexops/flacalichraghi2 years ago
mach-flacinitalichraghi2 years ago
fastfilterFix build on 0.13.0-dev.274+c0da92f71SuperAuguste2 years ago
fastfilterupdate to latest build APIalichraghi2 years ago
fastfilterbinaryfusefilter: use wrapping add instead of `@addWithOverflow`ehaas3 years ago
fastfilterkey and seed addition might overflow, causing a runtime error in curr…marijnfs4 years ago
fastfilterrename repository to fastfilter to account for binary fuse filtersemidoots4 years ago
fastfilterbinary fuse filters: add benchmarks, deprecated traditional fuse filtersemidoots4 years ago
fastfilterbinary fuse filter: handle small input edge cases & fix upstreamemidoots4 years ago
fastfilterbinaryfusefilter: fix issues with very large & very small setsemidoots4 years ago
fastfilteradd experimental binary fuse filters by Daniel Lemire & Thomas M.G.emidoots4 years ago
fastfilter Add much-improved benchmarking suite with more detailed numbers & better acccuracyemidoots4 years ago
fastfilterCI: update Zig versionemidoots5 years ago
fastfilteruse more conventional `.deinit()` syntaxemidoots5 years ago
fastfilterupdate to latest zig@master / latest inline function syntaxemidoots5 years ago
fastfilteradd benchmarks; Intel i9 & AMD Ryzen 3900X measurementsemidoots5 years ago
fastfilteruse a custom error typeemidoots5 years ago
fastfilterrename sizeInBytes -> size_in_bytes (match style guide)emidoots5 years ago
fastfilterREADME: add changelog & release v0.8.0emidoots5 years ago
fastfilterall: follow Zig naming conventions + style guideemidoots5 years ago
fastfilteradd iterator supportemidoots5 years ago
fastfiltermake it possible to configure max iterationsemidoots5 years ago
fastfilterfusefilter: support any arbitrary fuse filter bit widthemidoots5 years ago
fastfilteradd serialization tipsemidoots5 years ago
fastfilterREADME: more consistencyemidoots5 years ago
fastfilterREADME: more concise, consistent formattingemidoots5 years ago
fastfilteradd unique slice helper (typically O(N) time complexity)emidoots5 years ago
fastfilterutil: remove unused importemidoots5 years ago
fastfilterREADME: add usage docs, call out benefits of Zigemidoots5 years ago
fastfilterfusefilter: rename Fuseset -> Setemidoots5 years ago
fastfilterxorfilter: add 8/16/32/64-bit xorfilter implementationemidoots5 years ago
fastfilterREADME: major kudos and credit where credit is dueemidoots5 years ago
fastfilterimplement fusefilter (passing all tests)emidoots5 years ago
harfbuzzupdatealichraghi2 years ago
harfbuzzswitch to pkg.machengine.orgalichraghi2 years ago
harfbuzzFix package name typo in build.zig.zontensorush2 years ago
harfbuzzUpdate build.zigDraagrenKirneh3 years ago
harfbuzzInstall headers and update freetypeLordMZTE3 years ago
harfbuzzPass optimize/target to dependencies and update freetypeLordMZTE3 years ago
freetypeupdate build.zig.zon to 0.14 formatbandithedoge1 year ago
freetypeChore: Fix removed APIs in std.BuildTomcat-421 year ago
freetypeFixing build.zig for 0.12.0srjilarious2 years ago
freetypeBuild with Zig 0.12.0-dev.3667+77abd3a96jayschwa2 years ago
freetypeupdate to latest build APIalichraghi2 years ago
freetypeupdate to latest Zig APIalichraghi2 years ago
freetypeupdatealichraghi2 years ago
freetypeswitch to pkg.machengine.orgalichraghi2 years ago
freetypeUpdate to latest build changesDraagrenKirneh3 years ago
freetypeinstall headersLordMZTE3 years ago
freetypefix: pass target and optimize to brotli dependencyLordMZTE3 years ago
wayland-headersAdd libdecorronald-mz2 years ago
wayland-headersUpdate build.zig for 0.12.0 compilerNairou2 years ago
wayland-headersPin upstream revscastholm2 years ago
wayland-headersSwitch from CompileStep.install to Build.installArtifactleroycep3 years ago
x11-headersUpdate build.zig for 0.12.0 compilerNairou2 years ago
x11-headersPin upstream revs; Update headerscastholm2 years ago
x11-headersSwitch from CompileStep.install to Build.installArtifactleroycep3 years ago
x11-headersadd xcb headersLordMZTE3 years ago
vulkan-headersUpdate build.zig for 0.12.0 compilerNairou2 years ago
vulkan-headersupdate to latest build APIalichraghi2 years ago
vulkan-headersFix build.zigder-teufel-programming2 years ago
vulkan-headersref: replace stub.c with b.addWriteFiles().add("empty.c", "")eightween2 years ago
vulkan-headersSwitch from `CompileStep.install` to `Build.installArtifact`leroycep3 years ago
opengl-headersDelete unreferenced headerscastholm2 years ago
opengl-headersPin upstream refs; Update headerscastholm2 years ago
linux-audio-headersupdate to latest build APIalichraghi2 years ago
linux-audio-headersPin upstream revs; Update headerscastholm2 years ago
linux-audio-headerslib.install() -> b.installArtifact(lib)LordMZTE3 years ago
xcode-frameworksUpdate build.zig for 0.12.0 compilerNairou2 years ago
xcode-frameworksUpdated installHeaderDirectory function to work with latest zig version (0.13.0-dev.46+3648d7df1)reedthorngag2 years ago
xcode-frameworksupdate to latest build APIalichraghi2 years ago
xcode-frameworksUpdate Zig: Fix addWriteFiles usage, add addPathsModuleder-teufel-programming2 years ago
xcode-frameworksUpdate to latest master after Zig PR #18160der-teufel-programming2 years ago
xcode-frameworksref: replace stub.c with b.addWriteFiles().add("empty.c", "")eightween2 years ago
xcode-frameworksupdate to macos 14.0ghost2 years ago
xcode-frameworksCopy vendor sdk folder structuremenduz2 years ago
xcode-frameworksSafety and other improvements to update.shfelikcat2 years ago
xcode-frameworksMove includes from allowlist to denylist, add back most includesmitchellh2 years ago
spirv-toolsAdded library macro definitionssinnwrig2 years ago
spirv-toolsupdatealichraghi2 years ago
spirv-toolsadd missing sources/headersalichraghi2 years ago
spirv-crossupdate to latest build APIalichraghi2 years ago
vulkan-zig-generatedupdate to latest build APIalichraghi2 years ago
vulkan-zig-generatedupdate to latest zig APIalichraghi2 years ago
vulkan-zig-generatedfix compile errorsalichraghi2 years ago
vulkan-zig-generatedinitalichraghi2 years ago
opusFix update.sh and build.zigypsvlq1 year ago
opusupdate to Zig 2024.1.0-machnoisegul2 years ago
opusinstall headersalichraghi2 years ago
opusfileupdate to latest build APIalichraghi2 years ago
opusfileupdate dependenciesalichraghi2 years ago
opusfilebuild.zigalichraghi2 years ago
flacFix compilation for macOS by Zig 0.14.xsashka9 months ago
flacupdate to Zig 2024.1.0-machnoisegul2 years ago
flacupdate zigalichraghi2 years ago
flacadd README.MD, update.sh and verify.shalichraghi2 years ago
flacci: initalichraghi2 years ago
flacupdate to latest Zig APIalichraghi2 years ago
flacadd missing files for windowsalichraghi2 years ago
flacfix cross-compilationalichraghi2 years ago
oggUse ConfigHeader and add build.zig.zonlacc972 years ago
oggbuild: workaround config header issuealichraghi2 years ago
oggbuild.zigalichraghi2 years ago
wrenchDon't cache 4xx/5xx errors permanently for files from stable releases0t4u1 year ago
wrenchAtomically write downloaded file to filesystemhryx2 years ago
wrenchPass context to httpGethryx2 years ago
wrenchFix fmt string in mirror HTMLhryx2 years ago
machengine.orgReplace all mentions of zigup with anyzig, provide instructions for anyzig useWGrav011 month ago
machengine.orgTweak Getting Started `zig fetch` stepseenickcode4 months ago
machengine.orgRemove all traces of the roadmapmsg-programs10 months ago
machengine.orgFix link in: ./docs/modularity(.md)ghost1 year ago
machengine.orgAdded zig tag to code blocks.sweiglbosker1 year ago
machengine.orgUpdate objects.mdSurvengi1 year ago
machengine.orgUpdate modules.mdSurvengi1 year ago
machengine.orgDon't add scrollbars to `<pre>` tags on Windowsjstrieb1 year ago
machengine.orgdocs: object/objects: fix code examplesnobrayner1 year ago
machengine.orgFix link in FAQaustin2262 years ago
machengine.orgmach-glfw package name typo fixeddahsameer2 years ago
machengine.orgChange OpenGL library in `mach-glfw` docs to `zigglgen`terraquad2 years ago
machengine.orgFix linkC-BJ2 years ago
machengine.orgfixed link to new version post on main pagemrksfnk2 years ago
machengine.orgfixed module import to comply to zig version 2024.1.0-machmrksfnk2 years ago
machengine.orgFix linkC-BJ2 years ago
machengine.orgUpdate library build.zig examplesnezvers2 years ago
machengine.orgFix the Getting stared build.zig for 2024.1.0-machjacobsandlund2 years ago
machengine.orgAdd link to zig version page30c42 years ago
machengine.orgmach-glfw: Change the example to show a blank windowsunshinehunter2 years ago
machengine.orgfixed typo on `map-async` exampleleonardogattidev2 years ago
machengine.orgpkg: update build instruction of sysaudio, flac and opusalichraghi2 years ago
machengine.orgexamples: show examples complexityalichraghi2 years ago
machengine.orgadapt instructions to upstream zig build changesbfredl2 years ago
machengine.orgadds note about Xcursor depenency when using cursormode = disabledirealis3 years ago
machengine.orguse inter fontalichraghi3 years ago
machengine.orgSuggest zig 0.11 requiredcanadaduane3 years ago
machengine.orgali/nextalichraghi3 years ago
machengine.orgfix 404 errorTheAbstract3 years ago
machengine.orgautomatic light/dark themealichraghi3 years ago
machengine.orgREADME: describe where to submit issuesC-BJ3 years ago
devlogtypo: bitcodenathany2 years ago
devlogFix typosunarch2 years ago
devlogUpdate <img /> zig-parser-combinators-and-why-theyre-awesome.mdIts-Just-Nans2 years ago
devlogFix link in "Let's build an ECS (part 1)"lambdadog3 years ago
devlogFix link to ECS categoryrudedogg3 years ago
devlogautomatic light/dark themealichraghi3 years ago
devlogall monsters -> all camerasBratishkaErik3 years ago
devlogAdd ecs article to mach category and a minor code typoiddev54 years ago
devlogBump kramdown from 2.3.0 to 2.3.1dependabot[bot]5 years ago
hexops.comUpdate privacy.mdalichraghi3 years ago
hexops.comlight/dark themealichraghi3 years ago
zigmonthly.orgautomatic light/dark themealichraghi3 years ago
zigmonthly.orgCorrect publication datesMcSinyx4 years ago
zigmonthly.orgSeptember 2021: Unicode, Android, cross-platform GUIs, learning resources & moreemidoots4 years ago
mach-example-assetsupdate to latest build APIalichraghi2 years ago
mediaAdd Wrench Botalichraghi3 years ago
mediaadd mach bannersalichraghi3 years ago
mediaAdd/Update Logos and Iconsalichraghi3 years ago
mach-dxcompilerall: update to latest Zig versionwrench-bot1 year ago
mach-dxcompilerall: update to latest Zig versionwrench-bot2 years ago
mach-dxcompilerall: update to latest Zig versionwrench-bot2 years ago
mach-dxcompilerall: update to latest Zig versionwrench-bot2 years ago
mach-dxcompilerall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot1 year ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-freetypeall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot1 year ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-opusall: update build.zig.zon dependencieswrench-bot2 years ago
mach-opusall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot1 year ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update build.zig.zon dependencieswrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
mach-flacall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot1 year ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
fastfilterall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot1 year ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
harfbuzzall: update to latest Zig versionwrench-bot2 years ago
harfbuzzall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot1 year ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update build.zig.zon dependencieswrench-bot2 years ago
freetypeall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
wayland-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot1 year ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
x11-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot1 year ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
vulkan-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot1 year ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
opengl-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot1 year ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
linux-audio-headersall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
xcode-frameworksall: update to latest Zig versionwrench-bot2 years ago
spirv-toolsall: update to latest Zig versionwrench-bot1 year ago
spirv-toolsall: update to latest Zig versionwrench-bot2 years ago
spirv-toolsall: update to latest Zig versionwrench-bot2 years ago
spirv-toolsall: update to latest Zig versionwrench-bot2 years ago
spirv-toolsall: update to latest Zig versionwrench-bot2 years ago
spirv-toolsall: update to latest Zig versionwrench-bot2 years ago
spirv-crossall: update to latest Zig versionwrench-bot1 year ago
spirv-crossall: update to latest Zig versionwrench-bot2 years ago
spirv-crossall: update to latest Zig versionwrench-bot2 years ago
spirv-crossall: update to latest Zig versionwrench-bot2 years ago
spirv-crossall: update to latest Zig versionwrench-bot2 years ago
spirv-crossall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot1 year ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
vulkan-zig-generatedall: update to latest Zig versionwrench-bot2 years ago
directx-headersall: update to latest Zig versionwrench-bot1 year ago
directx-headersall: update to latest Zig versionwrench-bot2 years ago
directx-headersall: update to latest Zig versionwrench-bot2 years ago
directx-headersall: update to latest Zig versionwrench-bot2 years ago
directx-headersall: update to latest Zig versionwrench-bot2 years ago
directx-headersall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot1 year ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot1 year ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update build.zig.zon dependencieswrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusfileall: update build.zig.zon dependencieswrench-bot2 years ago
opusfileall: update build.zig.zon dependencieswrench-bot2 years ago
opusfileall: update build.zig.zon dependencieswrench-bot2 years ago
opusfileall: update to latest Zig versionwrench-bot2 years ago
opusencall: update to latest Zig versionwrench-bot1 year ago
opusencall: update to latest Zig versionwrench-bot2 years ago
opusencall: update to latest Zig versionwrench-bot2 years ago
opusencall: update to latest Zig versionwrench-bot2 years ago
opusencall: update to latest Zig versionwrench-bot2 years ago
opusencall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot1 year ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
flacall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot1 year ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
oggall: update build.zig.zon dependencieswrench-bot2 years ago
oggall: update to latest Zig versionwrench-bot2 years ago
machengine.orgall: update to latest Zig versionwrench-bot2 years ago
machengine.orgall: update to latest Zig versionwrench-bot2 years ago
machengine.orgall: update to latest Zig versionwrench-bot2 years ago
machengine.orgall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot1 year ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago
mach-example-assetsall: update to latest Zig versionwrench-bot2 years ago