| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update core:encoding to Unicode 15.1 table. | Jeroen van Rijn | 2024-01-02 | 1 | -102/+102 |
| | | |||||
| * | add failing test for runtime arena edge case | Laytan Laats | 2023-12-18 | 1 | -0/+5 |
| | | |||||
| * | Binary search improvements | Hector | 2023-11-25 | 1 | -0/+5 |
| | | | | | | | | | 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 | -0/+5 |
| | | | | | | | | | 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`. | ||||
| * | Make tests scripts error if a test fails | Lucas Perlind | 2023-04-03 | 1 | -24/+19 |
| | | | | | | Additionally fixes tests that were found broken because of this. | ||||
| * | manually start merging core_net | Colin Davidson | 2023-03-01 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #2269 from Skytrias/luapattern | gingerBill | 2022-12-22 | 1 | -0/+5 |
| |\ | | | | | Add lua pattern matching to core:text with tests | ||||
| | * | create lua strlib text package and tests | skytrias | 2022-12-18 | 1 | -0/+5 |
| | | | |||||
| * | | Add more utility procedures to small array | Lucas Perlind | 2022-12-21 | 1 | -1/+6 |
| |/ | |||||
| * | Add test for core:slice. | Jeroen van Rijn | 2022-09-01 | 1 | -1/+6 |
| | | |||||
| * | [i18n] Add tests. | Jeroen van Rijn | 2022-04-29 | 1 | -1/+6 |
| | | |||||
| * | [xml] Enable tests. | Jeroen van Rijn | 2022-04-28 | 1 | -7/+9 |
| | | |||||
| * | Update test paths. | Jeroen van Rijn | 2022-04-26 | 1 | -14/+14 |
| | | |||||
| * | Address edge cases. | Jeroen van Rijn | 2022-04-26 | 1 | -6/+4 |
| | | |||||
| * | Update tests to use new filename generation code. | Jeroen van Rijn | 2022-04-24 | 1 | -15/+17 |
| | | |||||
| * | Compiler: Add early error for output path being a directory. | Jeroen van Rijn | 2022-04-24 | 1 | -14/+14 |
| | | | | | | | | | | | | | - Introduce new `Path` type and an array of build paths on the build context. - Resolve input and output paths/files early (before parsing). - Error early if inputs are missing or outputs are directories. - Plumb new file path generation into linker stage instead of its adhoc method. TODO: - Remove more adhoc file path generation in parser and linker stage. - Make intermediate object file generation use new path system. - Round out and robustify Path helper functions. | ||||
| * | Fix issue #1537 "filepath.split_list requires a trailing separator" | gitlost | 2022-03-23 | 1 | -0/+5 |
| | | | | | | | 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 | -2/+18 |
| | | | | | | 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 | ||||
| * | [varint] Add LEB128 decoding + tests | Jeroen van Rijn | 2022-03-08 | 1 | -1/+2 |
| | | | | | Also make tests in general less spammy: Don't print [PASS] for each successful test, only report failures and progress. | ||||
| * | Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. ↵ | NoahR02 | 2022-02-08 | 1 | -1/+6 |
| | | | | | Adds tests for the noise procedures. | ||||
| * | Add json encoding test + fix enum not being set on success. | Daniel Gavin | 2021-11-07 | 1 | -1/+6 |
| | | |||||
| * | Add crypto library. Additional information is included in the README.md | zhibog | 2021-10-14 | 1 | -1/+6 |
| | | |||||
| * | Make default_parser use the optional_semicolons and add odin parser test. | Daniel Gavin | 2021-09-20 | 1 | -1/+6 |
| | | |||||
| * | Add xxhash tests to CI. | Jeroen van Rijn | 2021-09-09 | 1 | -0/+5 |
| | | |||||
| * | Custom test runner. | Jeroen van Rijn | 2021-09-08 | 1 | -3/+3 |
| | | |||||
| * | Try to address test timeouts. | Jeroen van Rijn | 2021-09-08 | 1 | -3/+0 |
| | | |||||
| * | Separate math/big test. | Jeroen van Rijn | 2021-09-07 | 1 | -15/+1 |
| | | |||||
| * | Tests: Integrate `strings` into CI. | Jeroen van Rijn | 2021-09-07 | 1 | -1/+9 |
| | | |||||
| * | Move math/big tests under `tests/`. | Jeroen van Rijn | 2021-09-07 | 1 | -2/+23 |
| | | |||||
| * | Set relative path for Odin. | Jeroen van Rijn | 2021-09-07 | 1 | -2/+4 |
| | | |||||
| * | CI tests for PNG, GZIP + ZLIB. | Jeroen van Rijn | 2021-09-07 | 1 | -0/+4 |