| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core:os -> core:os/old && core:os/os2 -> core:os | Jeroen van Rijn | 6 days | 2 | -11/+11 |
| | | |||||
| * | gzip -> os2 | Jeroen van Rijn | 7 days | 2 | -42/+34 |
| | | |||||
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 2 | -2/+2 |
| | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | ||||
| * | Render examples. | Jeroen van Rijn | 2025-10-10 | 1 | -12/+13 |
| | | |||||
| * | Further overhaul of package line comments. | Jeroen van Rijn | 2025-10-09 | 1 | -1/+1 |
| | | |||||
| * | More package lines | Jeroen van Rijn | 2025-10-09 | 1 | -1/+1 |
| | | |||||
| * | Add more package lines for the docs | Jeroen van Rijn | 2025-10-09 | 1 | -2/+3 |
| | | |||||
| * | core: improve package doc comments for the documentation generator | Laytan Laats | 2024-09-03 | 2 | -89/+90 |
| | | |||||
| * | Update numerous package declaration names | gingerBill | 2024-04-18 | 2 | -2/+2 |
| | | |||||
| * | Minor cleanups to the core library | gingerBill | 2023-09-30 | 1 | -4/+2 |
| | | |||||
| * | Use positional and named arguments within the core library | gingerBill | 2023-06-21 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1544 from FancyKillerPanda/build_ignore | gingerBill | 2022-11-03 | 1 | -1/+1 |
| |\ | | | | | Changed `//+ignore` to `//+build ignore` and emit a warning for unknown tags | ||||
| | * | Changed //+ignore to //+build ignore. | FancyKillerPanda | 2022-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Rename `load_from_slice` to `load_from_bytes` across `core` | gingerBill | 2022-05-14 | 2 | -5/+5 |
| | | | |||||
| * | | [compress] 32-bit cleanness. | Jeroen van Rijn | 2022-03-03 | 1 | -2/+2 |
| |/ | |||||
| * | Add `#partial [Enum]Type{...}` support to check for missing enumerated array ↵ | gingerBill | 2022-02-05 | 1 | -0/+1 |
| | | | | | fields | ||||
| * | Fix `#sparse` usage | gingerBill | 2022-02-05 | 1 | -1/+1 |
| | | |||||
| * | Make sure to `delete` on the right allocator. | Jeroen van Rijn | 2021-09-19 | 1 | -2/+5 |
| | | |||||
| * | compress: Update BSD-3 license + remove semicolons from compressed example. | Jeroen van Rijn | 2021-09-06 | 2 | -2/+2 |
| | | |||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -1/+1 |
| | | |||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 2 | -125/+125 |
| | | |||||
| * | ZLIB: cleanup. | Jeroen van Rijn | 2021-06-27 | 1 | -14/+9 |
| | | |||||
| * | PNG: Let PNG use the new compress I/O routines. | Jeroen van Rijn | 2021-06-27 | 1 | -244/+7 |
| | | |||||
| * | ZLIB: Split up input from stream and memory into own code paths. | Jeroen van Rijn | 2021-06-27 | 2 | -21/+251 |
| | | |||||
| * | Refactor compress.Context struct. | Jeroen van Rijn | 2021-06-26 | 1 | -1/+0 |
| | | |||||
| * | ZLIB: Moar faster. | Jeroen van Rijn | 2021-06-26 | 1 | -22/+19 |
| | | |||||
| * | ZLIB: Remove superfluous code. | Jeroen van Rijn | 2021-06-26 | 1 | -3/+6 |
| | | |||||
| * | ZLIB: If output size is known, reserve that much. | Jeroen van Rijn | 2021-06-26 | 2 | -11/+71 |
| | | |||||
| * | All reads now skip stream if in memory. | Jeroen van Rijn | 2021-06-23 | 2 | -37/+40 |
| | | |||||
| * | Refactor ZLIB structs. | Jeroen van Rijn | 2021-06-23 | 2 | -11/+13 |
| | | |||||
| * | ZLIB: Start optimization. | Jeroen van Rijn | 2021-06-21 | 2 | -6/+26 |
| | | |||||
| * | GZIP defer diverging fix in gzip example. | Jeroen van Rijn | 2021-06-20 | 1 | -2/+3 |
| | | |||||
| * | Core library clean up: Make range expressions more consistent and replace ↵ | gingerBill | 2021-06-14 | 1 | -2/+2 |
| | | | | | uses of `..` with `..=` | ||||
| * | Change General_Error.OK to nil | Jeroen van Rijn | 2021-05-03 | 2 | -4/+4 |
| | | |||||
| * | Convert `core:compress` and `core:image` error checks to new union comparison. | Jeroen van Rijn | 2021-05-03 | 2 | -5/+4 |
| | | | | | No more need for `is_kind(err, Error_Value)`, just test err == Error_Value. | ||||
| * | Minor stylistic code changes to compress and image packages | gingerBill | 2021-04-30 | 2 | -43/+41 |
| | | |||||
| * | Use regular allocator from png+gzip's `load_from_file`. | Jeroen van Rijn | 2021-04-30 | 1 | -1/+3 |
| | | | | | | | | | | | | | I would've used `os.stream_from_handle`, but: - Parts of it seem to be implemented for Windows only at the moment. - PNG's `peek_data` using that stream didn't manage to rewind and thus tried to parse the data after the header as the header. Two things must happen: - The `os.stream_from_handle` implementation needs to be fixed. - PNG and GZIP's parsers need to be able to handle streams that can't rewind or seek (backward). Those fixes are on my TODO list but are exceed the scope of this patch. | ||||
| * | Add `compress` and `image` to core. | Jeroen van Rijn | 2021-04-30 | 2 | -0/+384 |