| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2445 from Lperlind/documentation/strings_returns | Jeroen van Rijn | 2023-04-08 | 2 | -13/+27 |
| |\ | | | | | Document return values of strings and add allocator errors where possible | ||||
| | * | Document return values of strings and add allocator errors where | Lucas Perlind | 2023-04-07 | 2 | -13/+27 |
| | | | | | | | | | possible | ||||
| * | | core/crypto: Add private attributes for internals | Yawning Angel | 2023-04-08 | 1 | -1/+7 |
| |/ | | | | | These constants and internal routines are not intended for use outside the actual implementations themselves. | ||||
| * | Re-enable documentation CI and improve error messages | Lucas Perlind | 2023-04-07 | 1 | -2/+37 |
| | | |||||
| * | Merge pull request #2436 from Lperlind/batch-fail | Jeroen van Rijn | 2023-04-03 | 6 | -38/+36 |
| |\ | | | | | Make tests scripts error if a test fails | ||||
| | * | Make tests scripts error if a test fails | Lucas Perlind | 2023-04-03 | 6 | -38/+36 |
| | | | | | | | | | | | Additionally fixes tests that were found broken because of this. | ||||
| * | | Enforce example names in documentation | Lucas Perlind | 2023-04-01 | 1 | -70/+97 |
| |/ | |||||
| * | Add documentation tester and make it apart of CI workflow | Lucas Perlind | 2023-03-30 | 2 | -0/+406 |
| | | |||||
| * | Add tests for string case conversion | Jeroen van Rijn | 2023-03-24 | 1 | -0/+46 |
| | | |||||
| * | Apply #shared_nil to Network_Error | Jeroen van Rijn | 2023-03-04 | 1 | -7/+10 |
| | | |||||
| * | Finish cleaning up core_net. | Jeroen van Rijn | 2023-03-03 | 1 | -2/+2 |
| | | |||||
| * | manually start merging core_net | Colin Davidson | 2023-03-01 | 3 | -1/+517 |
| | | |||||
| * | Merge pull request #2269 from Skytrias/luapattern | gingerBill | 2022-12-22 | 3 | -2/+406 |
| |\ | | | | | Add lua pattern matching to core:text with tests | ||||
| | * | folder name changed | skytrias | 2022-12-21 | 2 | -29/+29 |
| | | | |||||
| | * | fix styling issues and use switches in cases its necessary, add comments to ↵ | skytrias | 2022-12-20 | 1 | -3/+3 |
| | | | | | | | | | helpers | ||||
| | * | add iter_index and update tests to use easier matcher setup | skytrias | 2022-12-20 | 1 | -50/+22 |
| | | | |||||
| | * | case insensitive helper call | skytrias | 2022-12-18 | 1 | -24/+28 |
| | | | |||||
| | * | add proper unicode walking | skytrias | 2022-12-18 | 1 | -42/+102 |
| | | | |||||
| | * | balanced string, frontier pattern, gsub_with and their tests added | skytrias | 2022-12-18 | 1 | -12/+47 |
| | | | |||||
| | * | create lua strlib text package and tests | skytrias | 2022-12-18 | 3 | -1/+334 |
| | | | |||||
| * | | Add more utility procedures to small array | Lucas Perlind | 2022-12-21 | 2 | -1/+62 |
| |/ | |||||
| * | Improve core:math procedures and add loads of unit tests | gingerBill | 2022-11-29 | 2 | -2/+842 |
| | | |||||
| * | Test new map when used as a set. | Jeroen van Rijn | 2022-11-15 | 1 | -0/+117 |
| | | | | | map[K]struct{} works fine. | ||||
| * | map tests for Linux and Mac | Jeroen van Rijn | 2022-11-13 | 2 | -1/+8 |
| | | |||||
| * | map: Add tests for update + delete. | Jeroen van Rijn | 2022-11-13 | 1 | -5/+148 |
| | | |||||
| * | Update tests/internal/build.bat | Jeroen van Rijn | 2022-11-12 | 1 | -1/+2 |
| | | |||||
| * | Add tests/internal/build.bat | Jeroen van Rijn | 2022-11-12 | 1 | -0/+2 |
| | | |||||
| * | Add tests for new map implementation. | Jeroen van Rijn | 2022-11-12 | 1 | -0/+122 |
| | | |||||
| * | Merge pull request #1544 from FancyKillerPanda/build_ignore | gingerBill | 2022-11-03 | 1 | -1/+0 |
| |\ | | | | | Changed `//+ignore` to `//+build ignore` and emit a warning for unknown tags | ||||
| | * | Removed //+build ignore from tests/core/math/big/test.odin. | FancyKillerPanda | 2022-02-24 | 1 | -1/+0 |
| | | | |||||
| | * | Changed //+ignore to //+build ignore. | FancyKillerPanda | 2022-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2115 from Lperlind/staging/soa_ptr_debug_fix | gingerBill | 2022-10-10 | 3 | -9/+33 |
| |\ \ | | | | | | | Generate debug info for Type_SoaPointer | ||||
| | * | | Github CI: Add test case for issue 2113 | Lucas Perlind | 2022-10-08 | 3 | -9/+33 |
| | | | | |||||
| * | | | Fix #2122 | Jeroen van Rijn | 2022-10-09 | 1 | -1/+5 |
| |/ / | |||||
| * | | [strconv] Add parsing of Inf & NaN | Jeroen van Rijn | 2022-09-28 | 5 | -206/+214 |
| | | | |||||
| * | | Enable libc complex test. | Jeroen van Rijn | 2022-09-22 | 1 | -2/+5 |
| | | | |||||
| * | | Correcting libc pow bindings | 13419596 | 2022-09-21 | 2 | -0/+128 |
| | | | | | | | | | | | | | Adding tests that libc pow(f) functions - have two arguments - behave as expected for simple inputs. | ||||
| * | | [core:image/tga] Add tests. | Jeroen van Rijn | 2022-09-10 | 1 | -0/+23 |
| | | | |||||
| * | | cleanup tests | Phil | 2022-09-01 | 1 | -0/+7 |
| | | | |||||
| * | | add sort_by_indices overload and test | Phil | 2022-09-01 | 1 | -0/+16 |
| | | | |||||
| * | | add tests for sort_by_indices | Phil | 2022-09-01 | 1 | -0/+65 |
| | | | |||||
| * | | cleanup slice sorting with indices changes | Phil | 2022-09-01 | 1 | -1/+4 |
| | | | |||||
| * | | have sort_with_indices allocate. Add a couple convenience procs for using ↵ | Phil | 2022-09-01 | 1 | -10/+4 |
| | | | | | | | | | the indices result to sort other slices. | ||||
| * | | Add test for core:slice. | Jeroen van Rijn | 2022-09-01 | 2 | -1/+103 |
| | | | |||||
| * | | Correct naming in tests | gingerBill | 2022-07-11 | 2 | -4/+4 |
| | | | |||||
| * | | [image/png] Construct test paths differently. | Jeroen van Rijn | 2022-06-11 | 1 | -1/+2 |
| | | | |||||
| * | | Correct xml test | gingerBill | 2022-05-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix issue 1761. Added the test vector to the core and vendor tests | zhibog | 2022-05-04 | 2 | -0/+8 |
| | | | |||||
| * | | [xxhash] For the streaming tests, randomly select the size to use. | Jeroen van Rijn | 2022-05-02 | 1 | -5/+23 |
| | | | | | | | | | | | | | | | | | | | Randomize size used with `update`. It'll print "Using user-selected seed {18109872483301276539,2000259725719371} for update size randomness." If a streaming test then fails, you can repeat it using: `odin run . -define:RAND_STATE=18109872483301276539 -define:RAND_INC=2000259725719371` | ||||
| * | | [xxhash] Add tests for large inputs | Jeroen van Rijn | 2022-05-02 | 2 | -3/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test XXH32, XXH64, XXH3-64 and XXH3-128 for large inputs, with both all-at-once and streaming APIs. XXH32_create_state and XXH64_create_state now implicitly call their "reset state" variants to simplify the streaming API to 3 steps: - create state / defer destroy - update - digest (finalize) These are tested with an array of 1, 2, 4, 8 and 16 megabytes worth of zeroes. All return the same hashes as do both the one-shot version, as well as that of the official xxhsum tool. 3778/3778 tests successful. | ||||