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/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
*
Merge pull request #2992 from flysand7/x11-fix
gingerBill
2023-12-02
1
-2
/
+3
|
\
|
*
[x11/xlib]: Fix some foreign declarations
flysand7
2023-12-01
1
-2
/
+3
*
|
[vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definition
flysand7
2023-12-01
1
-8
/
+8
|
/
*
Merge pull request #2923 from flysand7/raylib-fix
Jeroen van Rijn
2023-11-24
3
-21
/
+8
|
\
|
*
[vendor/raylib]: Add pre-compiled libraries on linux; Minor changes in bindings
flysand7
2023-11-05
3
-21
/
+8
*
|
Merge pull request #2947 from flysand7/vendor-x11
Jeroen van Rijn
2023-11-24
5
-0
/
+5551
|
\
\
|
*
|
[vendor/x11]: Add build guards for other xlib files
flysand7
2023-11-13
2
-2
/
+2
|
*
|
[vendor/x11]: Correct system import for linux
flysand7
2023-11-13
1
-1
/
+1
|
*
|
[vendor/x11]: Correction on XPutImage definition
flysand7
2023-11-13
1
-1
/
+1
|
*
|
[vendor/x11]: Add xlib utility functions, make compileable with -strict-style
flysand7
2023-11-13
3
-198
/
+424
|
*
|
[vendor/x11]: Add some client to window management communication functions
flysand7
2023-11-13
3
-4
/
+217
|
*
|
[vendor/x11]: Fix XDefaultScreen
flysand7
2023-11-12
1
-1
/
+1
|
*
|
[vendor/x11]: Add a special type for mouse events
flysand7
2023-11-12
2
-1
/
+9
|
*
|
[vendor/x11]: Fix definition for EventType
flysand7
2023-11-12
1
-2
/
+39
|
*
|
[vendor/x11]: Fix XOpenDisplay
flysand7
2023-11-12
1
-1
/
+1
|
*
|
[vendor/x11]: Add most of the basic xlib bindings
flysand7
2023-11-11
5
-0
/
+5067
*
|
|
core/crypto: Update the documentation (NFC)
Yawning Angel
2023-11-17
1
-18
/
+24
*
|
|
core/crypto: Exile keccak, md5 and sha1 to legacy
Yawning Angel
2023-11-17
5
-6
/
+16
*
|
|
core/crypto/sm3: API cleanup
Yawning Angel
2023-11-17
1
-21
/
+18
*
|
|
core/crypto/shake: API cleanup
Yawning Angel
2023-11-17
1
-38
/
+32
*
|
|
core/crypto/sha3: API cleanup
Yawning Angel
2023-11-17
1
-72
/
+60
*
|
|
core/crypto/sha2: API cleanup
Yawning Angel
2023-11-17
1
-72
/
+60
*
|
|
core/crypto/sha1: API cleanup
Yawning Angel
2023-11-17
1
-21
/
+18
*
|
|
core/crypto/md5: API cleanup
Yawning Angel
2023-11-17
1
-21
/
+18
*
|
|
core/crypto/keccak: API cleanup
Yawning Angel
2023-11-17
1
-21
/
+18
*
|
|
core/crypto/blake2: API cleanup and bug fixes
Yawning Angel
2023-11-17
1
-21
/
+18
*
|
|
core/crypto/whirlpool: Remove, historical/exotic
Yawning Angel
2023-11-17
3
-123
/
+0
*
|
|
core/crypto/tiger: Remove, historical/exotic
Yawning Angel
2023-11-17
3
-289
/
+0
*
|
|
core/crypto/streebog: Remove, exotic
Yawning Angel
2023-11-17
3
-207
/
+0
*
|
|
vendor/botan/skein512: Remove, use SHA-3
Yawning Angel
2023-11-17
3
-292
/
+0
*
|
|
core/crypto/ripemd: Remove, historical/exotic
Yawning Angel
2023-11-17
3
-123
/
+0
*
|
|
core/crypto/md4: Remove, badly broken
Yawning Angel
2023-11-17
3
-123
/
+0
*
|
|
core/crypto/gost: Remove, exotic
Yawning Angel
2023-11-17
3
-123
/
+0
*
|
|
core/crypto/siphash: Cleanups
Yawning Angel
2023-11-17
1
-4
/
+4
*
|
|
Merge pull request #2919 from jakubtomsu/d3d12-descriptor-heap-type-fix
gingerBill
2023-11-07
1
-1
/
+0
|
\
\
\
|
*
|
|
Update d3d12.odin
jakubtomsu
2023-11-04
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Raylib: use fixed array instead of struct for rl.Color. This makes swizzling ...
Karl Zylinski
2023-11-06
1
-6
/
+3
|
|
/
|
/
|
*
|
RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This...
Karl Zylinski
2023-11-06
1
-1
/
+1
|
/
*
Only build vendor:darwin on darwin
flysand7
2023-10-29
40
-0
/
+40
*
Replace Math.random with crypto.getRandomValues for _system_number
Damian Tarnawski
2023-10-27
1
-1
/
+0
*
Use wasmMemoryInterface for rand_bytes
Damian Tarnawski
2023-10-27
1
-1
/
+1
*
Add system_random and random_bytes for js target
Damian Tarnawski
2023-10-27
1
-0
/
+6
*
Merge pull request #2891 from flysand7/glfw-fixes
gingerBill
2023-10-26
3
-3
/
+15
|
\
|
*
Change bool to b32
flysand7
2023-10-24
2
-2
/
+2
|
*
GLFW binding fixes
flysand7
2023-10-24
3
-3
/
+15
*
|
Correct loadI64 and storeI64 methods in runtime.js
Damian Tarnawski
2023-10-22
1
-4
/
+2
|
/
*
Fix calling time.now() in wasm js runtime
Damian Tarnawski
2023-10-19
1
-8
/
+3
*
Ensure required licenses are in distributable bundles
jcmdln
2023-10-18
1
-0
/
+24
*
Merge pull request #2841 from Ldash4/upstream/fix-enet-bindings
gingerBill
2023-10-16
1
-7
/
+8
|
\
|
*
Make enet packet flags use bitset
L4
2023-10-02
1
-7
/
+8
[next]