aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Add os.args to demo.Jeroen van Rijn2023-11-271-1/+7
* Merge pull request #2947 from flysand7/vendor-x11Jeroen van Rijn2023-11-241-1/+5
|\
| * [examples]: Import x11/xlib instead of x11flysand72023-11-131-2/+2
| * [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-111-1/+5
* | core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-172-6/+6
* | core/crypto/util: Remove, no longer neededYawning Angel2023-11-171-2/+0
* | core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-172-4/+0
* | core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-172-6/+0
* | core/crypto/streebog: Remove, exoticYawning Angel2023-11-172-4/+0
* | vendor/botan/skein512: Remove, use SHA-3Yawning Angel2023-11-171-2/+0
* | core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-172-4/+0
* | core/crypto/md4: Remove, badly brokenYawning Angel2023-11-172-4/+0
* | core/crypto/md2: Remove, badly brokenYawning Angel2023-11-171-2/+0
* | core/crypto/jh: Remove, use SHA-3Yawning Angel2023-11-171-2/+0
* | core/crypto/haval: Remove, badly brokenYawning Angel2023-11-171-2/+0
* | core/crypto/groestl: Remove, use SHA-3Yawning Angel2023-11-171-2/+0
* | core/crypto/gost: Remove, exoticYawning Angel2023-11-172-4/+0
* | core/crypto/blake: Remove, use BLAKE2b/BLAKE2sYawning Angel2023-11-171-2/+0
|/
* Merge branch 'master' into new-sys-unixgingerBill2023-10-312-13/+12
|\
| * move darwin-specific packages in all_vendor_darwin.odinflysand72023-10-302-10/+12
* | Implement new sys/unix packageflysand72023-10-273-38/+17
|/
* rename dynamic to sharedflysand72023-10-141-0/+30
* Add `or_break` and `or_continue` constructsgingerBill2023-09-301-71/+143
* Update demo.odin to #align(N) stylegingerBill2023-08-151-1/+1
* Remove `switch in` in favour of `switch _ in`gingerBill2023-08-081-2/+2
* Disallow `for in` in favour of `for _ in`gingerBill2023-08-081-1/+1
* Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipsesgingerBill2023-08-051-0/+22
|\
| * core:odin/parser allow args after varargs in parse_call_exprWalther Chen2023-08-031-0/+22
* | Update demo for #relative multi-pointersgingerBill2023-08-051-6/+5
|/
* Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flagsgingerBill2023-07-311-0/+1
* 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