aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6245 from odin-lang/new_osgingerBill3 days6-69/+209
|\
| * core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn5 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 LFSlaytan5 days2-0/+0
| |/
* / import cleanupjakubtomsu5 days1-21/+18
|/
* vendor:directx/d3d12: changed backing integers of `BARRIER*` enums and bit-se...Ignacy Koper8 days1-5/+6
* Merge pull request #6228 from heavyrain266/expand-d3d12Jeroen van Rijn9 days1-0/+166
|\
| * vendor:directx/d3d12: added `IGraphicsCommandList7` with enhanced barriersIgnacy Koper9 days1-0/+166
* | vendor/x11/xlib: Fix signature of XChangeWindowAttributesNahuel299810 days1-1/+1
|/
* vendor/x11/xlib: Fix returntype of some procsNahuel299811 days1-4/+4
* 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 fixesmagicalhack2026-01-172-2/+2
| * | Fix issue #6176Jim2026-01-261-1/+1
| * | 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-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
| |/
| * Link Curl the same for all UNIX oseskonodin2026-01-081-4/+4
| * Merge pull request #6099 from figuerom16/mastergingerBill2026-01-061-0/+2
| |\
| | * 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 bindingsPiotr Doan2026-01-023-81/+87
| * | [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
| |/
| * 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 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 `WindowFlags` `bit_...dozn2025-12-011-1/+1
* | | Merge pull request #6008 from Tetralux/tetra/fix-lz4Jeroen van Rijn2025-12-111-1/+1
|\ \ \
| * | | [compress/lz4] Ensure libc is linked on WindowsTetralux2025-12-101-1/+1