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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Change the implementation of `Arena` to use virtual memory, and remove the ol...
gingerBill
2021-08-26
9
-1053
/
+424
|
/
*
Fix return value
gingerBill
2021-08-25
1
-0
/
+1
*
Add `[^]` to `GameControllerGetSensorData`
gingerBill
2021-08-25
1
-1
/
+1
*
Use `[^]` on `PeepEvents`
gingerBill
2021-08-25
1
-1
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-25
1
-1
/
+9
|
\
|
*
Add `PortMidi` to `vendor:README.txt`.
Jeroen van Rijn
2021-08-25
1
-1
/
+9
*
|
Add `gl_set_proc_address` to both sdl2 and glfw as utility loaders for OpenGL
gingerBill
2021-08-25
2
-1
/
+14
|
/
*
Add `vendor:portmidi`
gingerBill
2021-08-25
5
-0
/
+743
*
Simplify logic for `parse_binary_expr`
gingerBill
2021-08-25
1
-16
/
+17
*
Update enums
gingerBill
2021-08-24
1
-58
/
+58
*
Update licences for GLFW
gingerBill
2021-08-24
2
-23
/
+9
*
Add `vendor:glfw`
gingerBill
2021-08-24
11
-0
/
+902
*
Merge pull request #1099 from Kelimion/vendor
gingerBill
2021-08-24
7
-0
/
+340
|
\
|
*
vendor: Add `README.md` and clarify licensing.
Jeroen van Rijn
2021-08-24
7
-0
/
+340
*
|
Remove ICD from generation
gingerBill
2021-08-24
4
-176
/
+72
|
/
*
Add `vendor:vulkan`
gingerBill
2021-08-24
13
-0
/
+25845
*
Add `gamecontrollerdb.txt` to `vendor:sdl`
gingerBill
2021-08-24
1
-0
/
+1140
*
Remove debug message
gingerBill
2021-08-24
1
-7
/
+0
*
Make `sync_t` `distinct`
gingerBill
2021-08-24
1
-1
/
+1
*
Change `[^][1]T` usage to `[^]T`
gingerBill
2021-08-24
2
-24
/
+24
*
Correct indentation
gingerBill
2021-08-24
1
-10
/
+10
*
More `[^][N]T` usage for `UniformNuiv`
gingerBill
2021-08-24
2
-12
/
+12
*
More `[^][N]T` usage
gingerBill
2021-08-24
2
-24
/
+24
*
Improve signatures for `[^][N*M]T` like matrix parameters
gingerBill
2021-08-24
2
-171
/
+171
*
Change some usages of `[^]T` to `^[N]T` where appropriate
gingerBill
2021-08-24
2
-213
/
+213
*
Update more uses of `[^]T` types
gingerBill
2021-08-23
2
-146
/
+146
*
Correct `int` to `i32` usage
gingerBill
2021-08-23
2
-6
/
+6
*
Add more indirect command structs to the procedure calls
gingerBill
2021-08-23
2
-22
/
+28
*
More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...
gingerBill
2021-08-23
2
-86
/
+67
*
Remove dead procedure
gingerBill
2021-08-23
1
-6
/
+0
*
Remove space prefix
gingerBill
2021-08-23
1
-84
/
+84
*
Add `vendor:OpenGL`
gingerBill
2021-08-23
8
-0
/
+6491
*
Correct core library usage of the new `mem.new` behaviour
gingerBill
2021-08-23
2
-2
/
+2
*
Correct procedure checking flag handling, and correct the (bodge) handle of u...
gingerBill
2021-08-23
6
-28
/
+58
*
Fix bug in `check_is_terminating`
gingerBill
2021-08-23
1
-0
/
+3
*
Add extra message to assert
gingerBill
2021-08-23
1
-1
/
+2
*
Correct `mem.clone_slice`
gingerBill
2021-08-23
2
-4
/
+4
*
Remove the old `inline` and `no_inline` tokens
gingerBill
2021-08-23
2
-26
/
+1
*
Unify `new`/`make` the internal logic between runtime and mem
gingerBill
2021-08-23
3
-50
/
+77
*
Add suggestions when trying to take the address the a value from a `for`/`swi...
gingerBill
2021-08-23
3
-5
/
+21
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-23
2
-89
/
+25
|
\
|
*
Merge pull request #1097 from nakst/master
Jeroen van Rijn
2021-08-23
1
-4
/
+6
|
|
\
|
|
*
Thread pool: create threads in thread_pool_wait
nakst
2021-08-23
1
-4
/
+6
|
|
/
|
*
Merge pull request #1096 from nakst/master
gingerBill
2021-08-23
2
-85
/
+19
|
|
\
|
|
*
thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code
nakst
2021-08-23
2
-85
/
+19
|
|
/
*
/
Make SDL_image.Init return `InitFlags`
gingerBill
2021-08-23
1
-1
/
+1
|
/
*
Make `ThreadPool` use `std::atomic` and `heap_allocator()`
gingerBill
2021-08-22
1
-18
/
+8
*
Merge pull request #1095 from nakst/master
gingerBill
2021-08-22
3
-136
/
+71
|
\
|
*
Thread pool fix on Win32
nakst
2021-08-22
1
-1
/
+5
|
*
Rewrite thread_pool.cpp
nakst
2021-08-22
3
-136
/
+67
|
/
[prev]
[next]