aboutsummaryrefslogtreecommitdiff
path: root/examples/all
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add vendor:directx and vendor:darwin packages for documentation generationgingerBill2022-02-181-2/+16
|
* Minor fix for -vetgingerBill2022-02-151-0/+1
|
* `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
|
* 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
|
* 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
|
* Add `vendor:raylib` (core only)gingerBill2021-09-081-0/+1
|
* Merge pull request #1112 from odin-lang/optional-semicolonsgingerBill2021-09-061-0/+12
|\ | | | | Optional Semicolons
| * Remove unneeded semicolon from examples/demo and examples/allgingerBill2021-08-311-0/+12
| |
* | examples: Add `libc` to `examples/all`.Jeroen van Rijn2021-09-061-0/+1
|/
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-50/+50
|
* Add `core:math/big` to `examples/all`gingerBill2021-08-151-0/+1
|
* Update examples/all/all_main.odingingerBill2021-08-111-1/+1
|
* Add `examples/all` which imports every packagegingerBill2021-06-061-0/+58
This is useful for knowing what exists and producing documentation with `odin doc`