aboutsummaryrefslogtreecommitdiff
path: root/examples/all
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-1/+1
|
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-3/+4
| | | | Fix `local_tz_name` on FreeBSD.
* add vendor:curl to docsLaytan Laats8 days1-0/+1
|
* Merge pull request #6177 from odin-lang/bill/handle-mapgingerBill2026-01-291-3/+4
|\ | | | | `core:container/handle_map`
| * Add handle_map to examples/allgingerBill2026-01-261-3/+4
| |
* | core/crypto/ecdh: Initial importYawning Angel2026-01-282-0/+2
|/
* add new CoreGraphics to examples for doc genLaytan Laats2026-01-231-0/+1
|
* uring: move package from nbio/uring to sys/linux/uringLaytan Laats2026-01-141-1/+2
|
* nbio: add packageLaytan Laats2026-01-111-1/+4
|
* Add `container/xar` to `examples/all`gingerBill2025-12-121-0/+1
|
* Add os2 to `examples/all`gingerBill2025-10-311-0/+1
|
* Start adding pkg lines for vendor.Jeroen van Rijn2025-10-102-0/+2
|
* Fix `examples/all`Jeroen van Rijn2025-09-081-7/+7
|
* image/jpeg: implement jpeg decoding for baseline and extended sequential jpegsHisham Aburaqibah2025-09-081-6/+7
|
* Add `vendor:kb_text_shape` to examples/all/all_vendor.odingingerBill2025-06-201-1/+4
|
* Switch to @(require)Jeroen van Rijn2025-06-041-274/+148
|
* Enable `odin check examples/all` for JS.Jeroen van Rijn2025-06-047-125/+217
|
* add examples/all/sdl3 for all sdl3 dependant packagesLaytan Laats2025-06-023-4/+26
| | | | + adds the wgpu glue packages to examples/all
* Rename `core:encoding/ansi` to `core:terminal/ansi`Feoramund2025-05-201-2/+2
|
* Add `core:terminal`Feoramund2025-05-201-0/+3
|
* generate xlib package docs on linuxLaytan2025-05-162-5/+5
|
* Formatting FixgingerBill2025-05-081-0/+2
|
* Remove dependency on runtime; Add to examplesLucas Perlind2025-04-241-0/+2
|
* core:crypto/deoxysii: Initial importYawning Angel2025-03-231-0/+2
|
* core/crypto/aegis: Initial importYawning Angel2025-03-231-0/+2
|
* core/crypto/x448: Initial importYawning Angel2025-03-231-0/+2
|
* Add game input to examples importLucas Perlind2025-02-061-1/+4
|
* Delete imports of removed packagesgingerBill2024-11-241-6/+0
|
* add time/timezone to docsLaytan Laats2024-11-011-0/+2
|
* add CoreFoundation and Security to docsLaytan Laats2024-11-011-0/+4
|
* add kqueue to docsLaytan Laats2024-11-011-1/+3
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-143-3/+3
| | | | file tag syntax.
* Merge pull request #3962 from Feoramund/regexgingerBill2024-08-211-0/+2
|\ | | | | Add `core:text/regex`
| * Add `core:text/regex` to `examples/all`Feoramund2024-07-221-0/+2
| |
* | Merge pull request #4004 from Skytrias/orca-odin-bindingsgingerBill2024-08-161-0/+2
|\ \ | | | | | | Add autogenerated orca bindings and macros from laytan
| * | add orca to examples/all for docsLaytan Laats2024-08-111-0/+2
| |/
* | Merge pull request #4012 from laytan/posixgingerBill2024-08-141-0/+6
|\ \ | | | | | | core:sys/posix and core:os/os2 based on it (for darwin, netbsd, freebsd and openbsd)
| * | posix: add packageLaytan Laats2024-08-141-0/+6
| | |
* | | Add `vendor:box2d` to `examples/all`gingerBill2024-08-131-1/+4
|/ /
* / core/crypto/aead: Initial importYawning Angel2024-08-101-0/+2
|/
* Add `core:encoding/ini` to examples/allgingerBill2024-07-191-0/+2
|
* Let simd/x86 pass new transmute/cast vet.Jeroen van Rijn2024-07-091-0/+2
|
* Add missing libraries to examples/allgingerBill2024-06-281-4/+17
|
* Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-221-0/+2
|
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+2
|
* Move import to a windows specific filegingerBill2024-06-202-2/+4
|
* Add `vendor:wgpu` to `examples/all`gingerBill2024-06-201-0/+2
|
* Add `core:flags` to `examples/all`Feoramund2024-06-151-0/+2
|
* core/crypto/aes: Add AES implementationYawning Angel2024-06-011-0/+2
|
* Merge pull request #3620 from Kelimion/deprecate_odin_printerJeroen van Rijn2024-05-241-4/+0
|\ | | | | Deprecate `core:odin/printer` in favor of OLS.