aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove hms2019 filesgingerBill2022-04-023-1828/+0
|
* Update Thread Pool in `core:thread`gingerBill2022-03-311-23/+23
| | | | Thanks to the work of eisbehr
* Disable thread pool in demogingerBill2022-03-311-23/+23
|
* Replace `sync` with `sync2`gingerBill2022-03-301-2/+0
|
* `threading_example` allow on DarwingingerBill2022-03-301-5/+0
|
* Add `core:unicode/utf8/utf8string` to `examples/all`gingerBill2022-03-181-0/+2
|
* Remove commentsgingerBill2022-03-141-4/+0
|
* Merge pull request #1599 from gitlost/fract_trunc_classify_#1574gingerBill2022-03-141-0/+1
|\ | | | | Fix for trunc_f16/32/64 (#1574)
| * Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-081-0/+1
| | | | | | | | | | | | | | | | | | trunc_f16/32/64 in "math.odin" (~ typos on expressions) Fix classify_f16 Inf test (would fail for subnormal 0h0001) by changing multiplier 0.5 -> 0.25 Add some useful consts to "math.odin" (INF_F16 etc) Add comment to "demo.odin" mentioning that -0.0 must be used to specify negative zero
* | [examples] Add `core:encoding/varint` to `examples/all`.Jeroen van Rijn2022-03-111-0/+2
|/
* split all_vendor.odinSébastien Marie2022-03-023-22/+26
| | | | | | | | | create 3 files: - all_vendor.odin : no specific OS - all_vendor_directx.odin : directx vendor, windows-only - all_vendor_stb.odin : stb vendor, windows and linux only stb could technically be used on others OS. but it is shipped upstream as set of c-files without unified library name.
* Update comment in demo.odingingerBill2022-02-191-7/+13
|
* Add vendor:directx and vendor:darwin packages for documentation generationgingerBill2022-02-181-2/+16
|
* Merge pull request #1438 from odin-lang/odin-global-constants-as-enumsgingerBill2022-02-151-9/+9
|\ | | | | Odin global constants as enums
| * Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-153-24/+123
| |\
| * | Update demo.odingingerBill2022-01-201-9/+9
| | |
* | | Minor fix for -vetgingerBill2022-02-151-0/+1
| |/ |/|
* | Correct `#sparse` usage and error messagesgingerBill2022-02-051-8/+8
| |
* | `core:container/lru`dev-2022-02gingerBill2022-02-011-1/+2
| |
* | Fix all_main.odingingerBill2022-01-301-2/+0
| |
* | Correct CIgingerBill2022-01-301-2/+0
| |
* | Update all_main.odin to include all the crypto packagesgingerBill2022-01-251-0/+81
| |
* | Add more to examples/all/all_vendor.odingingerBill2022-01-221-12/+33
|/
* Update examples/allgingerBill2022-01-171-2/+2
|
* 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
|