index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add #panic to tell of moved package
gingerBill
2024-04-10
1
-0
/
+3
*
Avoid loop index shadowing
iciuperca
2024-04-09
1
-4
/
+4
*
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
gingerBill
2024-04-08
40
-3496
/
+8
*
fix `_end` being called before the actual end when using the step function
Laytan Laats
2024-04-08
1
-3
/
+11
*
fix js_wasm `time.tick_now`, `performance.now()` returns a float
Laytan Laats
2024-04-08
1
-1
/
+1
*
Merge pull request #3388 from laytan/fix-raygui-symbol
gingerBill
2024-04-06
1
-1
/
+1
|
\
|
*
fix raygui `GuiFade` being renamed to `GuiSetAlpha`
Laytan Laats
2024-04-06
1
-1
/
+1
*
|
add missing SDL2_SemPost binding
Christopher Kaster
2024-04-05
1
-0
/
+1
|
/
*
Merge pull request #3366 from laytan/fix-vet-scope-bug
gingerBill
2024-04-03
2
-12
/
+12
|
\
|
*
correct newly found vets
Laytan Laats
2024-04-03
2
-12
/
+12
*
|
Add NSApplication.active to Foundation bindings.
Vitalii Kravchenko
2024-04-02
1
-0
/
+11
|
/
*
Merge pull request #3294 from laytan/update-glfw-from-3.3.8-to-3.4
gingerBill
2024-03-21
12
-61
/
+121
|
\
|
*
glfw: update from 3.3.8 to 3.4
Laytan Laats
2024-03-18
12
-61
/
+121
*
|
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-2
/
+2
*
|
commonmark: add missing on_exit api
Laytan Laats
2024-03-20
1
-0
/
+10
*
|
Update raylib to use `#row_major` matrices
gingerBill
2024-03-19
2
-19
/
+24
|
/
*
Merge pull request #3143 from Pariatech/cgltf-linux-build
gingerBill
2024-03-13
2
-4
/
+24
|
\
|
*
Update vendor/cgltf/src/Makefile
Pariatech
2024-03-13
1
-1
/
+1
|
*
fix whitespace
Gabriel Pariat
2024-01-27
1
-0
/
+1
|
*
Revert "fix whitespace"
Gabriel Pariat
2024-01-27
7
-1
/
+0
|
*
fix whitespace
Gabriel Pariat
2024-01-27
7
-0
/
+1
|
*
change ordering
Gabriel Pariat
2024-01-27
1
-2
/
+1
|
*
fix typo
Gabriel Pariat
2024-01-27
1
-2
/
+2
|
*
adding linux + unix makefile for cgltf
Gabriel Pariat
2024-01-27
2
-5
/
+25
*
|
Merge pull request #3149 from IllusionMan1212/missing-x11-funcs
gingerBill
2024-03-09
1
-7
/
+16
|
\
\
|
*
|
vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventData
IllusionMan1212
2024-01-29
1
-7
/
+16
|
|
/
*
|
Merge pull request #3148 from IllusionMan1212/cookie-struct-fix
gingerBill
2024-03-09
1
-1
/
+1
|
\
\
|
*
|
vendor/x11: change display to be a ^Display in XGenericEventCookie struct
IllusionMan1212
2024-01-29
1
-1
/
+1
|
|
/
*
|
Enforce `linalg`
gingerBill
2024-03-08
2
-54
/
+33
*
|
Merge pull request #3229 from Yawning/feature/moar-crypto
gingerBill
2024-03-06
15
-2321
/
+0
|
\
\
|
*
|
vendor/botan: Remove
Yawning Angel
2024-03-04
15
-2321
/
+0
*
|
|
Merge pull request #3238 from laytan/libc-free-raylib-and-rectpack
gingerBill
2024-03-06
4
-12
/
+29
|
\
\
\
|
*
|
|
clean imports
Laytan Laats
2024-03-01
3
-3
/
+3
|
*
|
|
move `va_list` into `core:c`
Laytan Laats
2024-03-01
1
-7
/
+1
|
*
|
|
makes raylib and stb_rect_pack free of libc
Laytan Laats
2024-02-29
4
-12
/
+35
*
|
|
|
Merge pull request #3242 from laytan/fix-cgltf-binding
gingerBill
2024-03-06
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
fix minor cgltf binding issue
Laytan Laats
2024-03-01
1
-1
/
+1
|
|
/
/
*
/
/
Fix type for SDL LoadFile(_RW)
gingerBill
2024-03-01
1
-2
/
+2
|
/
/
*
|
Make types `distinct`
gingerBill
2024-02-28
1
-6
/
+6
*
|
Merge pull request #3135 from colrdavidson/basic_egl
gingerBill
2024-02-28
1
-0
/
+61
|
\
\
|
*
\
Merge branch 'master' into basic_egl
Colin Davidson
2024-02-26
54
-14064
/
+17342
|
|
\
\
|
*
|
|
Add support for basic EGL on Linux
Colin Davidson
2024-01-24
1
-0
/
+61
|
|
|
/
|
|
/
|
*
|
|
Fix #3233
gingerBill
2024-02-28
1
-2
/
+2
*
|
|
Merge pull request #3228 from EddieWoodley/glfw-raw-mouse-supported
gingerBill
2024-02-28
1
-2
/
+3
|
\
\
\
|
*
|
|
vendor/glfw Add RawMouseMotionSupported to wrapper
Eddie Woodley
2024-02-24
1
-2
/
+3
*
|
|
|
Additional fixes for errors in Raylib bindings since Raylib 4 -> 5 upgrade.
Karl Zylinski
2024-02-26
1
-5
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Fix ModelAnimation in raylib.odin missing a field.
Karl Zylinski
2024-02-26
1
-0
/
+1
|
/
/
*
|
Update vulkan bindings for to work with the new keyword `bit_field`
gingerBill
2024-02-22
2
-15
/
+15
*
|
Merge pull request #3134 from laytan/non-universal-binaries-raylib
gingerBill
2024-02-19
2
-0
/
+0
|
\
\
|
*
|
vendor/raylib: change to non-universal binaries
Laytan Laats
2024-01-24
2
-0
/
+0
|
|
/
[next]