aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 8d1f46d837efdcebaf2e3660942a93337a230329.
* 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
| | | | 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
|