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
*
Minor clean up of `default_hasher_cstring`
text-template
gingerBill
2022-03-06
1
-5
/
+3
*
Add `int` and `float` functions
gingerBill
2022-03-03
4
-4
/
+58
*
Add basic reduce evaluation e.g. `+ 1 2 3`, `- 2 3`, `* 3 4`, `/ 3 4`
gingerBill
2022-03-03
2
-6
/
+214
*
Initial work on `core:text/template`
gingerBill
2022-03-03
5
-0
/
+2059
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-03-03
12
-4
/
+47
|
\
|
*
Merge pull request #1581 from Kelimion/32-bit-fixes
Jeroen van Rijn
2022-03-03
12
-4
/
+47
|
|
\
|
|
*
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
10
-1
/
+38
|
|
*
[compress] 32-bit cleanness.
Jeroen van Rijn
2022-03-03
2
-3
/
+9
|
|
/
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-03-03
59
-253
/
+386
|
\
|
|
*
Merge pull request #1579 from semarie/vendors
gingerBill
2022-03-03
55
-248
/
+309
|
|
\
|
|
*
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
|
|
*
split all_vendor.odin
Sébastien Marie
2022-03-02
3
-22
/
+26
|
|
*
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
|
*
|
|
Merge pull request #1572 from Lperlind/better-fmt
gingerBill
2022-03-03
1
-6
/
+22
|
|
\
\
\
|
|
*
|
|
Improve core:fmt formatting
Lucas Perlind
2022-03-02
1
-6
/
+22
|
|
|
/
/
|
*
|
|
Update FUNDING.yml
gingerBill
2022-03-03
1
-0
/
+1
|
*
|
|
Merge pull request #1577 from zhibog/crypto_rand_windows
gingerBill
2022-03-02
2
-1
/
+24
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Added rand_bytes for Windows in core:crypto
zhibog
2022-03-02
2
-1
/
+24
|
|
/
/
|
*
|
Merge pull request #1573 from semarie/openbsd-vendor
gingerBill
2022-03-02
34
-29
/
+61
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
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
*
|
|
Minor fix to strconv.unquote_string
gingerBill
2022-03-03
1
-0
/
+1
|
/
/
*
|
Use `contextless` where possible
dev-2022-03
gingerBill
2022-03-01
4
-20
/
+20
*
|
Correct `alloc_from_memory_block`
gingerBill
2022-03-01
2
-15
/
+47
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-03-01
1
-13
/
+13
|
\
\
|
*
|
[mem] Add missing `\n` to tracking allocator example.
Jeroen van Rijn
2022-03-01
1
-13
/
+13
*
|
|
Improve error message when there is "no field" found for a large anonymous st...
gingerBill
2022-03-01
3
-22
/
+31
|
/
/
*
/
Check if directory exists with the same target executable name when building ...
gingerBill
2022-02-28
2
-0
/
+17
|
/
*
Merge pull request #1565 from semarie/openbsd-pie
gingerBill
2022-02-28
2
-1
/
+7
|
\
|
*
openbsd: defaults to PIE executable
Sébastien Marie
2022-02-28
2
-1
/
+7
|
/
*
Merge pull request #1557 from semarie/openbsd-support
gingerBill
2022-02-28
33
-36
/
+1250
|
\
|
*
ci: add check for OpenBSD amd64
Sébastien Marie
2022-02-26
1
-0
/
+3
|
*
vendor: botan: add OpenBSD support
Sébastien Marie
2022-02-26
1
-1
/
+3
|
*
tests/vendor: pass extra linker flags
Sébastien Marie
2022-02-26
1
-1
/
+8
|
*
openbsd: poor man implementation for getting executable path
Sébastien Marie
2022-02-26
1
-3
/
+30
|
*
internal_odin_root_dir: readlink could fail
Sébastien Marie
2022-02-25
1
-1
/
+1
|
*
pass -ldl only on Darwin and Linux
Sébastien Marie
2022-02-25
1
-4
/
+6
|
*
provide a simple gb_file_copy() implementation
Sébastien Marie
2022-02-25
1
-4
/
+44
|
*
add RAM information inside report
Sébastien Marie
2022-02-25
1
-0
/
+9
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
30
-27
/
+1151
[next]