aboutsummaryrefslogtreecommitdiff
path: root/tests/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Fix cURL test.Jeroen van Rijn2025-12-041-1/+1
|
* Add missing importgingerBill2025-10-301-0/+1
|
* Add tests/vendor/curlgingerBill2025-10-302-0/+42
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-142-2/+2
| | | | file tag syntax.
* fix bad importLaytan Laats2024-08-311-2/+2
|
* use #directory in lua testLaytan Laats2024-07-221-1/+1
|
* Add Lua example to vendor\lua as well as basic tests.Jeroen van Rijn2024-07-203-0/+82
|
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-074-18/+4
| | | | tests
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-022-37/+9
|
* Disable `FANCY_OUTPUT` in Odin test scriptsFeoramund2024-06-021-1/+1
| | | | This should tidy up the CI output logs a bit.
* glfw: update from 3.3.8 to 3.4Laytan Laats2024-03-181-3/+3
|
* vendor/botan: RemoveYawning Angel2024-03-044-425/+8
| | | | | | 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: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-171-3/+3
| | | | | | 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/whirlpool: Remove, historical/exoticYawning Angel2023-11-171-28/+0
|
* core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-171-64/+0
|
* core/crypto/streebog: Remove, exoticYawning Angel2023-11-171-31/+0
|
* vendor/botan/skein512: Remove, use SHA-3Yawning Angel2023-11-171-31/+0
|
* core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-171-22/+0
|
* core/crypto/md4: Remove, badly brokenYawning Angel2023-11-171-21/+0
|
* core/crypto/gost: Remove, exoticYawning Angel2023-11-171-22/+0
|
* Windows requires the botan-3 naming due to the new releasezhibog2023-05-031-0/+0
|
* Add Botan 3.0, comment some tests, due to removed algorithmszhibog2023-05-032-5/+5
|
* Make tests scripts error if a test failsLucas Perlind2023-04-031-2/+2
| | | | | Additionally fixes tests that were found broken because of this.
* Fix issue 1761. Added the test vector to the core and vendor testszhibog2022-05-041-0/+4
|
* Update test paths.Jeroen van Rijn2022-04-262-3/+3
|
* Address edge cases.Jeroen van Rijn2022-04-262-4/+2
|
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-242-2/+4
|
* Compiler: Allow -out: to not have an extension on *nix for executables (only).Jeroen van Rijn2022-04-241-1/+1
|
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-032-0/+8
|
* tests/vendor: pass extra linker flagsSébastien Marie2022-02-261-1/+8
| | | | on OpenBSD, botan library is third-party and live in /usr/local which isn't a path included by default in linker.
* Added SipHash + tests and fixed remaining semicolons in vendor/botanzhibog2022-02-221-0/+43
|
* [vendor:glfw] Add test.Jeroen van Rijn2021-11-102-1/+51
|
* Add tests to Linux and Mac and add vendor testszhibog2021-11-101-0/+6
|
* Add Botan crypto lib as a vendor libraryzhibog2021-11-093-0/+585