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
*
[vendor:easy_font] API improvements.
Jeroen van Rijn
2022-04-03
1
-27
/
+114
*
Fixes for stb_easy_font
Florian Behr
2022-04-03
1
-4
/
+4
*
Add foreign imports for Darwin to vendor:stb
Wes Hardee
2022-03-22
6
-0
/
+6
*
Fix typo
gingerBill
2022-03-14
1
-1
/
+2
*
update vulkan generator
WalterPlinge
2022-03-04
2
-1295
/
+2993
*
remove some leftover semi-colons before EOF
Sébastien Marie
2022-03-03
2
-2
/
+2
*
Merge pull request #1579 from semarie/vendors
gingerBill
2022-03-03
52
-226
/
+283
|
\
|
*
vendor: ENet: follow strict-style and remove optional semi-colon
Sébastien Marie
2022-03-03
1
-1
/
+1
|
*
stb, miniaudio: use default builtin variables of make for CC and AR
Sébastien Marie
2022-03-03
2
-16
/
+16
|
*
vendor: sdl2: simplify foreign import
Sébastien Marie
2022-03-02
32
-160
/
+160
|
*
vendor: raylib: simplify foreign import
Sébastien Marie
2022-03-02
2
-6
/
+12
|
*
vendor: portmidi: simplify foreign import
Sébastien Marie
2022-03-02
2
-3
/
+9
|
*
miniaudio
Sébastien Marie
2022-03-02
11
-32
/
+79
|
*
vendor: glfw: simplify foreign import
Sébastien Marie
2022-03-02
1
-3
/
+5
|
*
vendor: botan: simplify foreign import
Sébastien Marie
2022-03-02
1
-5
/
+1
*
|
Merge pull request #1571 from SrMordred/patch-4
gingerBill
2022-03-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Update raylib.odin
Patric Dexheimer
2022-03-01
1
-1
/
+1
|
*
Fixing bindings
Patric Dexheimer
2022-03-01
1
-1
/
+1
*
|
sdl2: add openbsd support
Sébastien Marie
2022-02-28
32
-27
/
+58
*
|
glfw: add openbsd support
Sébastien Marie
2022-02-28
1
-0
/
+1
*
|
ENet: add openbsd support
Sébastien Marie
2022-02-28
1
-2
/
+2
|
/
*
vendor: botan: add OpenBSD support
Sébastien Marie
2022-02-26
1
-1
/
+3
*
adding `is_16_bit_from_memory` to stbi
Tail Wag Games
2022-02-24
1
-2
/
+3
*
Fix procedure
zhibog
2022-02-22
1
-1
/
+1
*
Fix Odin_OS_Type
zhibog
2022-02-22
1
-4
/
+4
*
Added missing constants
zhibog
2022-02-22
1
-4
/
+8
*
Added SipHash + tests and fixed remaining semicolons in vendor/botan
zhibog
2022-02-22
16
-27
/
+280
*
Correct types
gingerBill
2022-02-21
1
-14
/
+14
*
Add missing return types
gingerBill
2022-02-21
1
-6
/
+6
*
Remove prefixes from D3D12 constants
gingerBill
2022-02-18
1
-529
/
+529
*
Keep -vet happy
gingerBill
2022-02-18
1
-2
/
+3
*
Remove unneeded semicolon
gingerBill
2022-02-18
1
-1
/
+1
*
Add vendor:directx and vendor:darwin packages for documentation generation
gingerBill
2022-02-18
23
-25
/
+4
*
Correct D3D packages
gingerBill
2022-02-17
2
-5
/
+5
*
Add UUID pointer values
gingerBill
2022-02-17
3
-88
/
+170
*
Correct alias
gingerBill
2022-02-17
1
-22
/
+3
*
Add `vendor:directx` packages: `dxgi`, `d3d11`, and `d3d12`
gingerBill
2022-02-16
7
-0
/
+10566
*
Add `init` and `copy` to all `Object`s
gingerBill
2022-02-16
1
-0
/
+2
*
Correct import paths
gingerBill
2022-02-16
7
-8
/
+9
*
Add darwin build tags
gingerBill
2022-02-16
23
-0
/
+23
*
Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*`
gingerBill
2022-02-16
24
-0
/
+11056
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
3
-1
/
+1
|
\
|
*
Updated vendor/sdl2/ttf LIB and DLL.
FancyKillerPanda
2022-02-13
3
-1
/
+1
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
60
-199
/
+199
|
/
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
2
-5
/
+5
*
Merge pull request #1399 from kleeon/master
gingerBill
2022-01-13
1
-1
/
+1
|
\
|
*
Fixed wrong function name in README.md
kleeon
2021-12-30
1
-1
/
+1
*
|
Fix #1311
gingerBill
2022-01-03
1
-3
/
+1
*
|
Extended crypto API by variants that write the result into a destination buff...
zhibog
2021-12-31
16
-183
/
+797
|
/
*
[WASM] Added missing zoffset parameters to some gl functions
ryuukk
2021-12-15
1
-6
/
+6
[next]