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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `core:unicode/utf8/utf8string` to `examples/all`
gingerBill
2022-03-18
1
-0
/
+2
*
Remove comments
gingerBill
2022-03-14
1
-4
/
+0
*
Merge pull request #1599 from gitlost/fract_trunc_classify_#1574
gingerBill
2022-03-14
1
-0
/
+1
|
\
|
*
Fix issue #1574 "fract in linalg/glm is broken" by fixing
gitlost
2022-03-08
1
-0
/
+1
*
|
[examples] Add `core:encoding/varint` to `examples/all`.
Jeroen van Rijn
2022-03-11
1
-0
/
+2
|
/
*
split all_vendor.odin
Sébastien Marie
2022-03-02
3
-22
/
+26
*
Update comment in demo.odin
gingerBill
2022-02-19
1
-7
/
+13
*
Add vendor:directx and vendor:darwin packages for documentation generation
gingerBill
2022-02-18
1
-2
/
+16
*
Merge pull request #1438 from odin-lang/odin-global-constants-as-enums
gingerBill
2022-02-15
1
-9
/
+9
|
\
|
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
3
-24
/
+123
|
|
\
|
*
|
Update demo.odin
gingerBill
2022-01-20
1
-9
/
+9
*
|
|
Minor fix for -vet
gingerBill
2022-02-15
1
-0
/
+1
|
|
/
|
/
|
*
|
Correct `#sparse` usage and error messages
gingerBill
2022-02-05
1
-8
/
+8
*
|
`core:container/lru`
dev-2022-02
gingerBill
2022-02-01
1
-1
/
+2
*
|
Fix all_main.odin
gingerBill
2022-01-30
1
-2
/
+0
*
|
Correct CI
gingerBill
2022-01-30
1
-2
/
+0
*
|
Update all_main.odin to include all the crypto packages
gingerBill
2022-01-25
1
-0
/
+81
*
|
Add more to examples/all/all_vendor.odin
gingerBill
2022-01-22
1
-12
/
+33
|
/
*
Update examples/all
gingerBill
2022-01-17
1
-2
/
+2
*
Minor spelling change
gingerBill
2021-11-07
1
-2
/
+2
*
Update `all_main.odin` to include `core:math/linalg/hlsl`
gingerBill
2021-11-04
1
-0
/
+2
*
Add `core:math/linalg/glsl` to all_main.odin
gingerBill
2021-11-04
1
-0
/
+2
*
Correct demo.odin
gingerBill
2021-11-04
1
-33
/
+33
*
Add `ODIN_NO_CRT` global constant
gingerBill
2021-11-04
1
-34
/
+42
*
Remove comments
gingerBill
2021-11-01
1
-10
/
+1
*
Correct typo in soa data type debug information generation
gingerBill
2021-11-01
1
-2
/
+2
*
Don't run demo's `soa_struct` when under -debug.
Jeroen van Rijn
2021-11-01
1
-1
/
+10
*
Support `llvm_vector_reduce_add` if the LLVM intrinsic is not supported
gingerBill
2021-10-28
1
-1
/
+3
*
Improve comment
gingerBill
2021-10-28
1
-1
/
+2
*
Add `matrix_type` to demo.odin
gingerBill
2021-10-28
1
-0
/
+207
*
Add vendor:ENet to all_vendor.odin
gingerBill
2021-10-26
1
-1
/
+3
*
Update examples/all
gingerBill
2021-10-02
3
-0
/
+69
*
Split `examples/all` into different files
gingerBill
2021-09-29
3
-15
/
+18
*
Fix indentation typo
strager
2021-09-21
1
-1
/
+1
*
Add `vendor:raylib` (core only)
gingerBill
2021-09-08
1
-0
/
+1
*
demo: Fix typo.
Jeroen van Rijn
2021-09-06
1
-1
/
+1
*
big: Remove `core:fmt` usage + Add a little demo to examples/demo.
Jeroen van Rijn
2021-09-06
1
-1
/
+77
*
Remove redundant semicolons from comments
gingerBill
2021-09-06
1
-16
/
+16
*
Merge pull request #1112 from odin-lang/optional-semicolons
gingerBill
2021-09-06
3
-2811
/
+816
|
\
|
*
Remove unneeded semicolons from demo
gingerBill
2021-08-31
1
-6
/
+6
|
*
Delete unneeded demo
gingerBill
2021-08-31
1
-2007
/
+0
|
*
Remove unneeded semicolon from examples/demo and examples/all
gingerBill
2021-08-31
2
-798
/
+810
*
|
examples: Add `libc` to `examples/all`.
Jeroen van Rijn
2021-09-06
1
-0
/
+1
|
/
*
Update import path
gingerBill
2021-08-21
1
-1
/
+1
*
Remove json import from demo
gingerBill
2021-08-18
1
-2
/
+0
*
Keep -vet happy
gingerBill
2021-08-15
1
-0
/
+1
*
Add extra example to `or_return_operator`
gingerBill
2021-08-15
1
-1
/
+7
*
Improve comment
gingerBill
2021-08-15
1
-2
/
+2
*
Fix typos and improve clarity of `or_return_operator`
gingerBill
2021-08-15
1
-16
/
+14
*
Add `or_return_operator` to examples/demo
gingerBill
2021-08-15
1
-4
/
+100
[next]