aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Minor spelling changegingerBill2021-11-071-2/+2
|
* Update `all_main.odin` to include `core:math/linalg/hlsl`gingerBill2021-11-041-0/+2
|
* Add `core:math/linalg/glsl` to all_main.odingingerBill2021-11-041-0/+2
|
* Correct demo.odingingerBill2021-11-041-33/+33
|
* Add `ODIN_NO_CRT` global constantgingerBill2021-11-041-34/+42
|
* Remove commentsgingerBill2021-11-011-10/+1
|
* Correct typo in soa data type debug information generationgingerBill2021-11-011-2/+2
|
* Don't run demo's `soa_struct` when under -debug.Jeroen van Rijn2021-11-011-1/+10
|
* Support `llvm_vector_reduce_add` if the LLVM intrinsic is not supportedgingerBill2021-10-281-1/+3
|
* Improve commentgingerBill2021-10-281-1/+2
|
* Add `matrix_type` to demo.odingingerBill2021-10-281-0/+207
|
* Add vendor:ENet to all_vendor.odingingerBill2021-10-261-1/+3
|
* Update examples/allgingerBill2021-10-023-0/+69
|
* Split `examples/all` into different filesgingerBill2021-09-293-15/+18
|
* Fix indentation typostrager2021-09-211-1/+1
|
* Add `vendor:raylib` (core only)gingerBill2021-09-081-0/+1
|
* demo: Fix typo.Jeroen van Rijn2021-09-061-1/+1
|
* big: Remove `core:fmt` usage + Add a little demo to examples/demo.Jeroen van Rijn2021-09-061-1/+77
|
* Remove redundant semicolons from commentsgingerBill2021-09-061-16/+16
|
* Merge pull request #1112 from odin-lang/optional-semicolonsgingerBill2021-09-063-2811/+816
|\ | | | | Optional Semicolons
| * Remove unneeded semicolons from demogingerBill2021-08-311-6/+6
| |
| * Delete unneeded demogingerBill2021-08-311-2007/+0
| |
| * Remove unneeded semicolon from examples/demo and examples/allgingerBill2021-08-312-798/+810
| |
* | examples: Add `libc` to `examples/all`.Jeroen van Rijn2021-09-061-0/+1
|/
* Update import pathgingerBill2021-08-211-1/+1
|
* Remove json import from demogingerBill2021-08-181-2/+0
|
* Keep -vet happygingerBill2021-08-151-0/+1
|
* Add extra example to `or_return_operator`gingerBill2021-08-151-1/+7
|
* Improve commentgingerBill2021-08-151-2/+2
|
* Fix typos and improve clarity of `or_return_operator`gingerBill2021-08-151-16/+14
|
* Add `or_return_operator` to examples/demogingerBill2021-08-151-4/+100
|
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-152-54/+54
|
* Add `core:math/big` to `examples/all`gingerBill2021-08-151-0/+1
|
* Update examples/all/all_main.odingingerBill2021-08-111-1/+1
|
* Correct and improve type inference for swizzling expressionsgingerBill2021-08-091-0/+9
|
* Prefer `..=` over `..`gingerBill2021-08-081-16/+16
|
* Disallow `using` on an enum declaration.gingerBill2021-08-051-17/+7
|
* Remove old commentgingerBill2021-08-031-3/+1
|
* Fix commentsgingerBill2021-07-051-3/+3
|
* Remove `try`; Replace `try x else y` with `or_else(x, y)`gingerBill2021-07-051-114/+8
|
* Try `try` and `or_else` built-in procedures with operators `try` and `try else`gingerBill2021-07-041-17/+17
|
* [Experimental] Add 'try' and `or_else' built-in proceduresgingerBill2021-07-041-0/+141
|
* Change uses for parapoly records to use `$` alwaysgingerBill2021-06-141-5/+6
|
* Add `examples/all` which imports every packagegingerBill2021-06-061-0/+58
| | | | This is useful for knowing what exists and producing documentation with `odin doc`
* Keep -vet happygingerBill2021-05-191-1/+1
|
* Add `soa_zip` and `soa_unzip` to demo.odingingerBill2021-05-191-2/+24
|
* Remove incl/excl usage from demogingerBill2021-05-132-10/+10
|
* Add clang-11 for Linux; blank out threading_example on darwingingerBill2021-04-241-0/+5
|
* Deprecate `inline for` in favour of `#unroll for`gingerBill2021-02-232-16/+16
|
* Remove `"pure"` and `"pure_none"` calling conventionsgingerBill2021-02-232-34/+0
|