aboutsummaryrefslogtreecommitdiff
path: root/examples/demo
Commit message (Expand)AuthorAgeFilesLines
* Remove `#relative` types from the compilergingerBill2024-11-141-17/+0
* Update demo.odinDoeke Wartena2024-11-091-1/+1
* Fix typo in demo.odinFredrik Vaeng Røtnes2024-10-091-1/+1
* Merge pull request #4279 from obiwan87/mastergingerBill2024-09-251-1/+1
|\
| * Add missing package qualifier to allocAntonino Simone Di Stefano2024-09-221-1/+1
* | Merge pull request #2600 from Hyrtwol/icon-for-odin-exeJeroen van Rijn2024-09-241-0/+75
|\ \ | |/ |/|
| * odin manifest fileThomas la Cour2024-08-211-0/+75
* | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
|/
* Update the `demo.odin` to use `nil` instead of `os.ERROR_NONE`gingerBill2024-08-041-1/+1
* Fix typo.gingerBill2024-07-041-1/+1
* wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-291-0/+1
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
* Add `bit_field` to demo.odingingerBill2024-06-291-0/+45
* Correct `core:intrinsics` to `base:intrinsics`gingerBill2024-05-131-1/+1
* fix demo out of bounds errorLaytan2024-05-071-1/+1
* Fix unseen `print` call in demoFeoramund2024-04-281-1/+1
* Core Foundation and Security vendor libraries.Vitalii Kravchenko2024-04-131-1/+1
* Fix demo docsgingerBill2024-01-281-3/+3
* Fix demogingerBill2024-01-281-2/+2
* Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-051-3/+5
* Update demo.odinGary Chike2023-12-211-2/+2
* Add os.args to demo.Jeroen van Rijn2023-11-271-1/+7
* 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
* 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
* added error printingElusive Porpoise2023-05-191-0/+4
* remove misleading exampleElusive Porpoise2023-05-081-6/+0
* 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
* Update demo.odingingerBill2022-05-231-2/+4
* Implement pthread_cancel.Jeroen van Rijn2022-05-111-1/+28
* change usage in demo.odinFlorian Behr2022-04-251-1/+2
* Add https://github.com/odin-lang/examplesgingerBill2022-04-081-0/+11
* Update Thread Pool in `core:thread`gingerBill2022-03-311-23/+23
* Disable thread pool in demogingerBill2022-03-311-23/+23
* `threading_example` allow on DarwingingerBill2022-03-301-5/+0
* Remove commentsgingerBill2022-03-141-4/+0
* Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-081-0/+1
* Update comment in demo.odingingerBill2022-02-191-7/+13
* Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-151-8/+8
|\
| * Correct `#sparse` usage and error messagesgingerBill2022-02-051-8/+8
* | Update demo.odingingerBill2022-01-201-9/+9
|/