aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6245 from odin-lang/new_osgingerBill3 days6-69/+209
|\ | | | | `core:os/os2` -> `core:os` integration
| * core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days3-6/+6
| |
| * fix libc-shimJeroen van Rijn7 days2-0/+0
| |
| * new_os: vendor/libcLaytan7 days3-49/+181
| |
| * requireJeroen van Rijn7 days1-1/+1
| |
| * Port vendor:OpenGL and vendor:fontstashJeroen van Rijn7 days3-22/+30
| |
* | Merge pull request #6249 from laytan/fix-box2d-build-and-try-lfsgingerBill5 days2-0/+0
|\ \ | | | | | | fix box2d build and try Git LFS
| * | fix box2d build and try git LFSlaytan5 days2-0/+0
| |/
* / import cleanupjakubtomsu5 days1-21/+18
|/
* vendor:directx/d3d12: changed backing integers of `BARRIER*` enums and ↵Ignacy Koper8 days1-5/+6
| | | | | | | | bit-sets to u32 from i64 and added missing `Flags` field to `TEXTURE_BARRIER` struct Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
* Merge pull request #6228 from heavyrain266/expand-d3d12Jeroen van Rijn9 days1-0/+166
|\ | | | | added `IGraphicsCommandList7` to vendor:directx/d3d12
| * vendor:directx/d3d12: added `IGraphicsCommandList7` with enhanced barriersIgnacy Koper9 days1-0/+166
| | | | | | | | Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
* | vendor/x11/xlib: Fix signature of XChangeWindowAttributesNahuel299810 days1-1/+1
|/ | | | Actually fixes #5139
* vendor/x11/xlib: Fix returntype of some procsNahuel299811 days1-4/+4
| | | | | Returntype of a few procs was incorrectly set to i32 rather than a proc that returns i32.
* Merge branch 'master' into bill/feature-using-stmtgingerBill2026-01-30119-1062/+5693
|\
| * Merge pull request #6141 from magicalhacks/x11-fixesgingerBill2026-01-292-2/+2
| |\ | | | | | | Minor x11/xlib bindings fixes (KeySym + Xutf8LookupString)
| | * Minor x11/xlib bindings fixesmagicalhack2026-01-172-2/+2
| | | | | | | | | | | | | | | - Fix Xutf8LookupString signature (^cstring -> cstring) - Fix type of KeySym (u32 -> uint)
| * | Fix issue #6176Jim2026-01-261-1/+1
| | | | | | | | | | | | | | | Update RenderTextureRotated to accept a nil pointer for center point parameter
| * | Delete unnecessary file.Jeroen van Rijn2026-01-261-5/+0
| | |
| * | Update the rest of the libs as neededJeroen van Rijn2026-01-266-0/+139
| | |
| * | Update SDL_image to 3.4.0nowheredevel2026-01-245-311/+1625
| | |
| * | Merge pull request #6154 from laytan/move-vendor-libcgingerBill2026-01-2329-42/+45
| |\ \ | | | | | | | | move vendor:libc to vendor:libc-shim
| | * | move vendor:libc to vendor:libc-shimLaytan Laats2026-01-2229-42/+45
| | | |
| * | | Implement missing device properties functionnowheredevel2026-01-221-0/+1
| |/ /
| * / vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding namewpcasarin2026-01-181-1/+1
| |/ | | | | | | | | Changed SetWindowBackgroundMap to SetWindowBackgroundPixmap to match the actual X11 C function name. The incorrect name caused linker errors.
| * Link Curl the same for all UNIX oseskonodin2026-01-081-4/+4
| |
| * Merge pull request #6099 from figuerom16/mastergingerBill2026-01-061-0/+2
| |\ | | | | | | vendor:compress/lz4 wasn't finding lz4 for Non-Windows targets.
| | * Update lz4.odin: foreign import for linuxfiguerom162026-01-041-0/+2
| | |
| * | Merge pull request #6090 from doanamo/directx-stringsgingerBill2026-01-063-81/+87
| |\ \ | | |/ | |/| Prefer LPCSTR/LPCWSTR types in DirectX bindings
| | * Prefer LPCSTR/LPCWSTR types in DirectX bindingsPiotr Doan2026-01-023-81/+87
| | | | | | | | | | | | | | | - Replaces [^]u16 parameter types because they are not directly compatible with result of `win32.utf8_to_wstring()` - Replaces some string/wstring types for consistency, similarly as other packages do to match original C declarations and documentation
| * | [vendor/sdl3] shortened enum namingA10293847562026-01-021-6/+6
| | |
| * | [vendor/sdl3] typoA10293847562026-01-021-2/+2
| | |
| * | [vendor/sdl3] another pass over the headersA10293847562026-01-023-12/+15
| | |
| * | [vendor/sdl3] satify vetA10293847562026-01-023-3/+3
| | |
| * | [vendor/sdl3] update to sdl 3.4.0A10293847562026-01-0269-610/+3662
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | [vendor/sdl3] updated lib files [vendor/sdl3] typo [vendor/sdl3] typo [vendor/sdl3] spacing [vendor/sdl3] whitespace [vendor/sdl3] whitespace
| * Added CheckFramebufferStatus to WebGL bindingsKarl Zylinski2025-12-291-0/+1
| |
| * More webgl bindings and fixesKarl Zylinski2025-12-271-1/+14
| |
| * More allocator-aware webgl bindings and added more missing bindings.Karl Zylinski2025-12-262-1/+61
| |
| * WebGL: Add GetActiveAttrib bindingKarl Zylinski2025-12-261-1/+43
| |
* | Make `using` as a statement an opt-in with `#+feature using-stmt`gingerBill2025-12-211-1/+1
|/
* Merge pull request #6035 from janga-perlind/darwin-bindingsJeroen van Rijn2025-12-191-0/+22
|\ | | | | More bindings for darwin
| * More bindings for darwinLucas Perlind2025-12-191-0/+22
| |
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-12-152-4/+4
|\ \
| * | Fix minor issues withing `curl` bindingsSylphrena2025-12-152-4/+4
| | |
* | | Use `"strong"` linkage on Windows for some glfw proceduresgingerBill2025-12-151-2/+2
|/ /
* | Update kb_text_shape to v2.05gingerBill2025-12-142-7/+31
| |
* | Merge pull request #5984 from dozn/patch-4gingerBill2025-12-111-1/+1
|\ \ | | | | | | Change Return Type of `sdl2.GetWindowFlags` from `u32` to Existing `WindowFlags` `bit_set`
| * | Change Return Type of `sdl2.GetWindowFlags` from `u32` to `WindowFlags` ↵dozn2025-12-011-1/+1
| | | | | | | | | | | | `bit_set`
* | | Merge pull request #6008 from Tetralux/tetra/fix-lz4Jeroen van Rijn2025-12-111-1/+1
|\ \ \ | | | | | | | | [compress/lz4] Ensure libc is linked on Windows
| * | | [compress/lz4] Ensure libc is linked on WindowsTetralux2025-12-101-1/+1
| | | |