aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add `or_break` and `or_continue` constructsgingerBill2023-09-301-71/+143
* Update demo.odin to #align(N) stylegingerBill2023-08-151-1/+1
* Remove `switch in` in favour of `switch _ in`gingerBill2023-08-081-2/+2
* Disallow `for in` in favour of `for _ in`gingerBill2023-08-081-1/+1
* Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipsesgingerBill2023-08-051-0/+22
|\
| * core:odin/parser allow args after varargs in parse_call_exprWalther Chen2023-08-031-0/+22
* | Update demo for #relative multi-pointersgingerBill2023-08-051-6/+5
|/
* Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flagsgingerBill2023-07-311-0/+1
* Add `core:math/cmpl` to all_main.odingingerBill2023-07-071-0/+2
* Keep `-vet` happygingerBill2023-06-281-2/+0
* cleanup with -vet and add to all_vendorskytrias2023-06-231-1/+9
* Use positional and named arguments within the core librarygingerBill2023-06-211-2/+2
* Basic enforcement of ordered named arguments/parameters for proceduresgingerBill2023-06-141-2/+2
* Replace `0` with `os.ERROR_NONE` in demo.odinDamian Tarnawski2023-06-111-1/+1
* Add botan libraries to all/all_vendor.odingingerBill2023-06-081-2/+37
* Add missing packages to `examples/all`gingerBill2023-06-071-1/+18
* Add more text packages to `examples/all`gingerBill2023-06-071-0/+6
* Keep `-vet` happygingerBill2023-05-221-0/+1
* Add `vendor:darwin/MetalKit` to examples/allgingerBill2023-05-221-0/+1
* added error printingElusive Porpoise2023-05-191-0/+4
* remove misleading exampleElusive Porpoise2023-05-081-6/+0
* Remove cmark from all_vendor.odingingerBill2023-04-051-2/+2
* Add `vendor:lua/5.1`gingerBill2023-04-051-0/+1
* Update examples/all/all_vendor.odingingerBill2023-04-051-5/+13
* add core_net to examplesColin Davidson2023-03-031-1/+3
* Fix +build ignoregingerBill2022-11-041-0/+2
* [examples/all] Make OS-specific for zlib, cmarkJeroen van Rijn2022-09-213-4/+10
* Add vendor:zlib to examples/all; prefix vendor packages.Jeroen van Rijn2022-09-211-23/+30
* [examples] Add math/noise, align imports.Jeroen van Rijn2022-09-151-79/+81
* [sys/info] Add to examples\allJeroen van Rijn2022-09-051-0/+3
* Revert "Use `sync.Mutex` rather than a spin lock for the threading example"Jeroen van Rijn2022-08-051-20/+23
* Use `sync.Mutex` rather than a spin lock for the threading examplegingerBill2022-08-051-23/+20
* Minor changes to `core:slice/heap`; add to examples/allgingerBill2022-06-121-0/+2
* Keep -vet happygingerBill2022-05-261-0/+1
* Add `core:simd`gingerBill2022-05-251-0/+1
* Update demo.odingingerBill2022-05-231-2/+4
* Fix type and keep -vet happygingerBill2022-05-141-0/+2
* Add image packages to examples/allgingerBill2022-05-141-0/+2
* Implement pthread_cancel.Jeroen van Rijn2022-05-111-1/+28
* Add ggpo to examples/all/all_vendor.odingingerBill2022-05-091-0/+2
* Add `vendor:OpenEXRCore` to `examples/all`gingerBill2022-05-031-0/+2
* [i18n] Add tests.Jeroen van Rijn2022-04-291-0/+4
* change usage in demo.odinFlorian Behr2022-04-251-1/+2
* [compress/shoco] Add short string compressor.Jeroen van Rijn2022-04-221-0/+2
* [QOI] Add to examples/all.Jeroen van Rijn2022-04-171-0/+2
* Add https://github.com/odin-lang/examplesgingerBill2022-04-081-0/+11
* Remove hms2019 filesgingerBill2022-04-023-1828/+0
* Update Thread Pool in `core:thread`gingerBill2022-03-311-23/+23
* Disable thread pool in demogingerBill2022-03-311-23/+23
* Replace `sync` with `sync2`gingerBill2022-03-301-2/+0