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
*
Merge branch 'master' into new-sys-unix
gingerBill
2023-10-31
2
-13
/
+12
|
\
|
*
move darwin-specific packages in all_vendor_darwin.odin
flysand7
2023-10-30
2
-10
/
+12
*
|
Implement new sys/unix package
flysand7
2023-10-27
3
-38
/
+17
|
/
*
rename dynamic to shared
flysand7
2023-10-14
1
-0
/
+30
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-71
/
+143
*
Update demo.odin to #align(N) style
gingerBill
2023-08-15
1
-1
/
+1
*
Remove `switch in` in favour of `switch _ in`
gingerBill
2023-08-08
1
-2
/
+2
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
1
-1
/
+1
*
Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipses
gingerBill
2023-08-05
1
-0
/
+22
|
\
|
*
core:odin/parser allow args after varargs in parse_call_expr
Walther Chen
2023-08-03
1
-0
/
+22
*
|
Update demo for #relative multi-pointers
gingerBill
2023-08-05
1
-6
/
+5
|
/
*
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-0
/
+1
*
Add `core:math/cmpl` to all_main.odin
gingerBill
2023-07-07
1
-0
/
+2
*
Keep `-vet` happy
gingerBill
2023-06-28
1
-2
/
+0
*
cleanup with -vet and add to all_vendor
skytrias
2023-06-23
1
-1
/
+9
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-2
/
+2
*
Basic enforcement of ordered named arguments/parameters for procedures
gingerBill
2023-06-14
1
-2
/
+2
*
Replace `0` with `os.ERROR_NONE` in demo.odin
Damian Tarnawski
2023-06-11
1
-1
/
+1
*
Add botan libraries to all/all_vendor.odin
gingerBill
2023-06-08
1
-2
/
+37
*
Add missing packages to `examples/all`
gingerBill
2023-06-07
1
-1
/
+18
*
Add more text packages to `examples/all`
gingerBill
2023-06-07
1
-0
/
+6
*
Keep `-vet` happy
gingerBill
2023-05-22
1
-0
/
+1
*
Add `vendor:darwin/MetalKit` to examples/all
gingerBill
2023-05-22
1
-0
/
+1
*
added error printing
Elusive Porpoise
2023-05-19
1
-0
/
+4
*
remove misleading example
Elusive Porpoise
2023-05-08
1
-6
/
+0
*
Remove cmark from all_vendor.odin
gingerBill
2023-04-05
1
-2
/
+2
*
Add `vendor:lua/5.1`
gingerBill
2023-04-05
1
-0
/
+1
*
Update examples/all/all_vendor.odin
gingerBill
2023-04-05
1
-5
/
+13
*
add core_net to examples
Colin Davidson
2023-03-03
1
-1
/
+3
*
Fix +build ignore
gingerBill
2022-11-04
1
-0
/
+2
*
[examples/all] Make OS-specific for zlib, cmark
Jeroen van Rijn
2022-09-21
3
-4
/
+10
*
Add vendor:zlib to examples/all; prefix vendor packages.
Jeroen van Rijn
2022-09-21
1
-23
/
+30
*
[examples] Add math/noise, align imports.
Jeroen van Rijn
2022-09-15
1
-79
/
+81
*
[sys/info] Add to examples\all
Jeroen van Rijn
2022-09-05
1
-0
/
+3
*
Revert "Use `sync.Mutex` rather than a spin lock for the threading example"
Jeroen van Rijn
2022-08-05
1
-20
/
+23
*
Use `sync.Mutex` rather than a spin lock for the threading example
gingerBill
2022-08-05
1
-23
/
+20
*
Minor changes to `core:slice/heap`; add to examples/all
gingerBill
2022-06-12
1
-0
/
+2
*
Keep -vet happy
gingerBill
2022-05-26
1
-0
/
+1
*
Add `core:simd`
gingerBill
2022-05-25
1
-0
/
+1
*
Update demo.odin
gingerBill
2022-05-23
1
-2
/
+4
*
Fix type and keep -vet happy
gingerBill
2022-05-14
1
-0
/
+2
*
Add image packages to examples/all
gingerBill
2022-05-14
1
-0
/
+2
*
Implement pthread_cancel.
Jeroen van Rijn
2022-05-11
1
-1
/
+28
*
Add ggpo to examples/all/all_vendor.odin
gingerBill
2022-05-09
1
-0
/
+2
*
Add `vendor:OpenEXRCore` to `examples/all`
gingerBill
2022-05-03
1
-0
/
+2
*
[i18n] Add tests.
Jeroen van Rijn
2022-04-29
1
-0
/
+4
*
change usage in demo.odin
Florian Behr
2022-04-25
1
-1
/
+2
*
[compress/shoco] Add short string compressor.
Jeroen van Rijn
2022-04-22
1
-0
/
+2
*
[QOI] Add to examples/all.
Jeroen van Rijn
2022-04-17
1
-0
/
+2
*
Add https://github.com/odin-lang/examples
gingerBill
2022-04-08
1
-0
/
+11
[next]