aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* core/crypto/hkdf: Initial importYawning Angel2024-03-041-0/+2
|
* core/crypto/pbkdf2: Initial importYawning Angel2024-03-041-0/+2
|
* core/container/avl: Initial importYawning Angel2024-02-241-0/+2
|
* core/crypto/hmac: Initial importYawning Angel2024-02-071-0/+2
|
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-071-0/+2
| | | | | | There is a lot of code duplicated in convenience methods in each hash implementation, and having a generic hash type makes implementing higher-level constructs such as HMAC significantly easier down the road.
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Fix demo docsgingerBill2024-01-281-3/+3
|
* Fix demogingerBill2024-01-281-2/+2
|
* Add README.mdgingerBill2024-01-171-0/+3
|
* Change `examples/all`gingerBill2024-01-176-42/+31
|
* Add darwin libraries back to normal examples/all to fix documentation generationgingerBill2024-01-172-10/+14
|
* Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-051-3/+5
|
* Update demo.odinGary Chike2023-12-211-2/+2
| | | Appears that 'to' and 'abstract' were inverted.
* 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
|\ | | | | [vendor/x11]: Add most of the basic xlib bindings
| * [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
| | | | | | | | | | | | In an perfect world these would just be removed, but the world is imperfect, and people are forced to interact/interface with things that are broken.
* | 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_expr
| * 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
|