| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add failing test for runtime arena edge case | Laytan Laats | 2023-12-18 | 1 | -1/+5 |
| | | |||||
| * | Binary search improvements | Hector | 2023-11-25 | 1 | -3/+23 |
| | | | | | | | | | Modified the algorithm so that the index is either the location of the element if found or the index at which to insert the element to maintain sorted order. Also added some tests to verify the above claim. | ||||
| * | Allow larger thread poly data | Laytan Laats | 2023-11-15 | 1 | -1/+4 |
| | | | | | | | | | The poly data currently has the restriction of being less than a pointer's size, but there is much more space in the `Thread.user_args` array which can be utilized, this commit allows you to pass types that are larger than pointer length as long as the total size of the poly data is less than that of the `Thread.user_args`. | ||||
| * | actually run the test | Laytan Laats | 2023-09-01 | 1 | -1/+2 |
| | | |||||
| * | Add formatting of bytes into the best unit of measurement | Laytan Laats | 2023-09-01 | 1 | -0/+3 |
| | | |||||
| * | manually start merging core_net | Colin Davidson | 2023-03-01 | 1 | -1/+4 |
| | | |||||
| * | folder name changed | skytrias | 2022-12-21 | 1 | -4/+4 |
| | | |||||
| * | create lua strlib text package and tests | skytrias | 2022-12-18 | 1 | -1/+4 |
| | | |||||
| * | Enable libc complex test. | Jeroen van Rijn | 2022-09-22 | 1 | -2/+5 |
| | | |||||
| * | [i18n] Enable *nix tests again. | Jeroen van Rijn | 2022-04-29 | 1 | -1/+1 |
| | | |||||
| * | Disable i18n test for *nix for now. | Jeroen van Rijn | 2022-04-29 | 1 | -1/+1 |
| | | |||||
| * | [i18n] Enable i18n test on Linux. | Jeroen van Rijn | 2022-04-29 | 1 | -2/+5 |
| | | |||||
| * | [i18n] Add tests. | Jeroen van Rijn | 2022-04-29 | 1 | -2/+3 |
| | | |||||
| * | Update test paths. | Jeroen van Rijn | 2022-04-26 | 1 | -14/+14 |
| | | |||||
| * | Address edge cases. | Jeroen van Rijn | 2022-04-26 | 1 | -15/+14 |
| | | |||||
| * | Update tests to use new filename generation code. | Jeroen van Rijn | 2022-04-24 | 1 | -14/+15 |
| | | |||||
| * | Add -help to CI tests. | Jeroen van Rijn | 2022-04-05 | 1 | -9/+9 |
| | | |||||
| * | Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit code | gitlost | 2022-03-24 | 1 | -1/+4 |
| | | | | | | (ensures Odin run returns correct exit code of built executable) Adds test "tests/core/os/test_core_os_exit.odin" (Unix only) | ||||
| * | Fix issue #1537 "filepath.split_list requires a trailing separator" | gitlost | 2022-03-23 | 1 | -1/+4 |
| | | | | | | | Does `make()` with `count + 1` and appends final component (note a trailing separator will now result in an empty final component) Adds test "tests/core/path/filepath/test_core_filepath.odin" | ||||
| * | Fix some core:encoding/hxa stuff (error handling, header, max -> min) | gitlost | 2022-03-16 | 1 | -1/+5 |
| | | | | | | Also add missing f16 case to core:reflect as_u64 & as_f64 Add tests for above & add previous tests missing from test/core/build.bat | ||||
| * | Merge branch 'master' into fract_trunc_classify_#1574 | gitlost | 2022-03-09 | 1 | -3/+7 |
| |\ | | | | | | | Resolve conflicts with [9848e88] & sameify Makefile & tests/common/common.odin | ||||
| | * | [varint] Add LEB128 decoding + tests | Jeroen van Rijn | 2022-03-08 | 1 | -2/+6 |
| | | | | | | | | | Also make tests in general less spammy: Don't print [PASS] for each successful test, only report failures and progress. | ||||
| * | | Fix issue #1574 "fract in linalg/glm is broken" by fixing | gitlost | 2022-03-08 | 1 | -2/+9 |
| |/ | | | | | | | | | trunc_f16/32/64 in "math.odin" (~ typos on expressions) Fix classify_f16 Inf test (would fail for subnormal 0h0001) by changing multiplier 0.5 -> 0.25 Add some useful consts to "math.odin" (INF_F16 etc) Add comment to "demo.odin" mentioning that -0.0 must be used to specify negative zero | ||||
| * | Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. ↵ | NoahR02 | 2022-02-08 | 1 | -2/+5 |
| | | | | | Adds tests for the noise procedures. | ||||
| * | Add tests to Linux and Mac and add vendor tests | zhibog | 2021-11-10 | 1 | -2/+5 |
| | | |||||
| * | xxhash: Disable prefetch on Linux. | Jeroen van Rijn | 2021-09-11 | 1 | -1/+1 |
| | | |||||
| * | xxhash: Fix test on Linux. | Jeroen van Rijn | 2021-09-11 | 1 | -1/+1 |
| | | |||||
| * | Add xxhash tests to CI. | Jeroen van Rijn | 2021-09-09 | 1 | -1/+4 |
| | | |||||
| * | Also use custom test runner on Linux. | Jeroen van Rijn | 2021-09-08 | 1 | -3/+3 |
| | | |||||
| * | Try to address test timeouts. | Jeroen van Rijn | 2021-09-08 | 1 | -3/+0 |
| | | |||||
| * | Tests: Integrate `strings` into CI. | Jeroen van Rijn | 2021-09-07 | 1 | -1/+5 |
| | | |||||
| * | Add Makefile for tests. | Jeroen van Rijn | 2021-09-07 | 1 | -0/+15 |