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
*
Update dxgi.odin
Hyp-X
2022-08-01
1
-4
/
+4
*
Update Windows GLFW libraries to 3.3.8
William Roe
2022-07-28
4
-0
/
+0
*
Fix build on Apple Silicon when linking to GLFW
William Roe
2022-07-28
2
-1
/
+1
*
Merge branch 'master' into master
Jeroen van Rijn
2022-07-28
168
-12874
/
+68836
|
\
|
*
Update `vendor:raylib` to support macos-arm64 (apple silicon)
Eduardo Nunes
2022-07-20
5
-5
/
+14
|
*
Add custom event handling to wasm
gingerBill
2022-07-19
2
-17
/
+71
|
*
Keep -vet happy
gingerBill
2022-07-18
1
-0
/
+1
|
*
Rename strings.Builder procedures to be consistent with the rest of the core ...
gingerBill
2022-07-11
1
-1
/
+1
|
*
Update README.md
gingerBill
2022-07-10
1
-2
/
+2
|
*
remove unneeded semicolons
Phil
2022-06-28
1
-2
/
+2
|
*
Add OpenGL bindless textures ARB api to vendor
Phil
2022-06-27
2
-0
/
+74
|
*
Fix GetEventState
gingerBill
2022-06-27
1
-1
/
+1
|
*
Make SDL.*Event procedures return booleans instead of an integer where approp...
gingerBill
2022-06-27
2
-6
/
+6
|
*
Add missing field for `TEXTURE_COPY_LOCATION`
Luxko
2022-06-19
1
-0
/
+4
|
*
HACK work around for creating a cocoa window
Hasen Judy
2022-06-10
2
-6
/
+22
|
*
Update wasm/README.md
gingerBill
2022-06-01
1
-51
/
+6
|
*
Remove loader.mjs
gingerBill
2022-06-01
1
-57
/
+0
|
*
Missing lib imports for raylib on macOS
hasen
2022-05-30
1
-1
/
+6
|
*
Correct return value.
Jeroen van Rijn
2022-05-25
1
-1
/
+1
|
*
Rename to `CreateProgramFromStrings`
gingerBill
2022-05-21
1
-1
/
+1
|
*
Add more procedures for window related positions
gingerBill
2022-05-21
2
-8
/
+56
|
*
Add `Context_Menu` event kind; Fix `event_prevent_default()`
gingerBill
2022-05-21
2
-1
/
+5
|
*
Add utilities for `Rect`s
gingerBill
2022-05-21
2
-2
/
+59
|
*
Improve `writeToConole` logic for the `console.log` difference between stdout...
gingerBill
2022-05-21
1
-18
/
+54
|
*
Add wasm/js/general.odin
gingerBill
2022-05-21
2
-1
/
+13
|
*
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
|
*
Update `time` procedures for js targets
gingerBill
2022-05-21
1
-0
/
+10
|
*
Rename to `writeToConsole`
gingerBill
2022-05-21
1
-3
/
+3
|
*
Add color when writing to `stderr`
gingerBill
2022-05-21
1
-12
/
+30
|
*
Improve `addConsoleLine`
gingerBill
2022-05-21
1
-25
/
+37
|
*
Add WebGL helper (`CreateProgramHelper`)
gingerBill
2022-05-21
1
-0
/
+49
|
*
Begin to add support for experimental wasm64
gingerBill
2022-05-21
3
-3
/
+3
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-05-21
1
-1
/
+30
|
|
\
|
|
*
Merge pull request #1800 from DaseinPhaos/master
Jeroen van Rijn
2022-05-21
1
-1
/
+30
|
|
|
\
|
|
|
*
Format DXGI constants
Jeroen van Rijn
2022-05-21
1
-28
/
+28
|
|
|
*
add dxgi HRESULT constants
Luxko
2022-05-21
1
-1
/
+30
|
*
|
|
Begin work on Atomics for wasm32 (wait and notify intrinsics)
gingerBill
2022-05-21
1
-8
/
+28
|
*
|
|
Minor clean up
gingerBill
2022-05-21
1
-4
/
+2
|
*
|
|
Add `page_alloc` and `page_allocator`
gingerBill
2022-05-21
1
-0
/
+46
|
|
/
/
|
*
|
Rename to `runWasm`
gingerBill
2022-05-21
1
-2
/
+2
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-05-21
20
-8046
/
+32618
|
|
\
|
|
|
*
Merge pull request #1755 from bkrypt/update_miniaudio
gingerBill
2022-05-19
20
-8046
/
+32618
|
|
|
\
|
|
|
*
Fix indentation
bkrypt
2022-04-30
1
-6
/
+6
|
|
|
*
Remove unnecessary value (`count`) from enum
bkrypt
2022-04-30
1
-1
/
+0
|
|
|
*
Remove unneeded semicolons
bkrypt
2022-04-29
3
-4
/
+4
|
|
|
*
Update `vendor/miniaudio` to v0.11.9
bkrypt
2022-04-29
20
-8046
/
+32619
|
*
|
|
Change wasm/js/runtime.mjs to a normal .js file; Add interfaces and functions...
gingerBill
2022-05-21
1
-289
/
+346
|
|
/
/
|
*
|
Add documentation for `CreateCurrentContextById` and `SetCurrentContextById`
gingerBill
2022-05-18
1
-2
/
+5
|
*
|
Add WebGL `ContextAttributes`
gingerBill
2022-05-18
2
-6
/
+53
|
*
|
Add WebGL runtime into the js/runtime.mjs; Allow for multiple WebGL contexts
gingerBill
2022-05-18
4
-1052
/
+1066
[next]