aboutsummaryrefslogtreecommitdiff
path: root/examples/all/all_main.odin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-171-3/+3
* core/crypto/util: Remove, no longer neededYawning Angel2023-11-171-2/+0
* core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-171-2/+0
* core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-171-4/+0
* core/crypto/streebog: Remove, exoticYawning Angel2023-11-171-2/+0
* core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-171-2/+0
* core/crypto/md4: Remove, badly brokenYawning Angel2023-11-171-2/+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-171-2/+0
* core/crypto/blake: Remove, use BLAKE2b/BLAKE2sYawning Angel2023-11-171-2/+0
* Add `core:math/cmpl` to all_main.odingingerBill2023-07-071-0/+2
* Add missing packages to `examples/all`gingerBill2023-06-071-1/+18
* Add more text packages to `examples/all`gingerBill2023-06-071-0/+6
* add core_net to examplesColin Davidson2023-03-031-1/+3
* [examples] Add math/noise, align imports.Jeroen van Rijn2022-09-151-79/+81
* [sys/info] Add to examples\allJeroen van Rijn2022-09-051-0/+3
* Minor changes to `core:slice/heap`; add to examples/allgingerBill2022-06-121-0/+2
* Keep -vet happygingerBill2022-05-261-0/+1
* Add `core:simd`gingerBill2022-05-251-0/+1
* Fix type and keep -vet happygingerBill2022-05-141-0/+2
* Add image packages to examples/allgingerBill2022-05-141-0/+2
* [i18n] Add tests.Jeroen van Rijn2022-04-291-0/+4
* [compress/shoco] Add short string compressor.Jeroen van Rijn2022-04-221-0/+2
* [QOI] Add to examples/all.Jeroen van Rijn2022-04-171-0/+2
* Replace `sync` with `sync2`gingerBill2022-03-301-2/+0
* Add `core:unicode/utf8/utf8string` to `examples/all`gingerBill2022-03-181-0/+2
* [examples] Add `core:encoding/varint` to `examples/all`.Jeroen van Rijn2022-03-111-0/+2
* 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
* 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
* Update examples/allgingerBill2021-10-021-0/+53
* Split `examples/all` into different filesgingerBill2021-09-291-15/+0
* Add `vendor:raylib` (core only)gingerBill2021-09-081-0/+1
* Merge pull request #1112 from odin-lang/optional-semicolonsgingerBill2021-09-061-0/+12
|\