aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix typo in demo.odinFredrik Vaeng Røtnes2024-10-091-1/+1
|
* Merge pull request #4279 from obiwan87/mastergingerBill2024-09-251-1/+1
|\ | | | | Fix compile errors
| * Add missing package qualifier to allocAntonino Simone Di Stefano2024-09-221-1/+1
| |
* | Merge pull request #2600 from Hyrtwol/icon-for-odin-exeJeroen van Rijn2024-09-241-0/+75
|\ \ | |/ |/| Icon for odin.exe
| * odin manifest fileThomas la Cour2024-08-211-0/+75
| |
* | Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-144-4/+4
|/ | | | 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
| |
* | Update the `demo.odin` to use `nil` instead of `os.ERROR_NONE`gingerBill2024-08-041-1/+1
|/
* Create README.mdJeroen van Rijn2024-07-221-0/+9
|
* 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
|
* Fix typo.gingerBill2024-07-041-1/+1
|
* wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-291-0/+1
|
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
|
* Add `bit_field` to demo.odingingerBill2024-06-291-0/+45
|
* 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.
| * Deprecate `core:odin/printer` + `format` in favor of OLS.Jeroen van Rijn2024-05-241-4/+0
| |
* | Add `core:container/rbtree` to examples/allJeroen van Rijn2024-05-241-0/+2
|/
* Correct `core:intrinsics` to `base:intrinsics`gingerBill2024-05-131-1/+1
|
* fix demo out of bounds errorLaytan2024-05-071-1/+1
|
* Fix unseen `print` call in demoFeoramund2024-04-281-1/+1
|
* Merge pull request #3045 from laytan/cborgingerBill2024-04-151-0/+2
|\ | | | | encoding/cbor
| * encoding/cbor: initial package implementationLaytan Laats2024-03-041-0/+2
| |
* | Merge pull request #3422 from wrapperup/add-dxc-vendor-docsgingerBill2024-04-131-0/+2
|\ \ | | | | | | Add dxc to all_vendor.odin, fix dxc build on freebsd/openbsd
| * | add dxc to all_vendor.odinwrapperup2024-04-131-0/+2
| | |
* | | Core Foundation and Security vendor libraries.Vitalii Kravchenko2024-04-131-1/+1
| | |
* | | core/crypto/ed25519: Initial importYawning Angel2024-04-091-0/+2
| | |
* | | core/crypto/ristretto255: Initial importYawning Angel2024-04-091-0/+2
|/ /
* | Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-081-1/+1
| |
* | Fix test label.Jeroen van Rijn2024-03-181-0/+2
| |
* | vendor/botan: RemoveYawning Angel2024-03-041-23/+0
| | | | | | | | | | | | This is infrequently maintained, and has been a strict subset of what is available in `core:crypto` for a while. Instead of improving the bindings, it is better to spend resources improving `core:crypto`.
* | core/crypto/kmac: Initial importYawning Angel2024-03-041-0/+2
| |
* | core/crypto/tuplehash: Initial importYawning Angel2024-03-041-0/+2
| |