aboutsummaryrefslogtreecommitdiff
path: root/core/compress/zlib/example.odin
Commit message (Expand)AuthorAgeFilesLines
* Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-241-1/+1
* compress: Update BSD-3 license + remove semicolons from compressed example.Jeroen van Rijn2021-09-061-20/+15
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-9/+9
* ZLIB: cleanup.Jeroen van Rijn2021-06-271-3/+0
* ZLIB: Split up input from stream and memory into own code paths.Jeroen van Rijn2021-06-271-1/+1
* ZLIB: Remove superfluous code.Jeroen van Rijn2021-06-261-0/+2
* ZLIB: If output size is known, reserve that much.Jeroen van Rijn2021-06-261-2/+4
* Refactor ZLIB structs.Jeroen van Rijn2021-06-231-2/+1
* ZLIB: Start optimization.Jeroen van Rijn2021-06-211-0/+10
* Change General_Error.OK to nilJeroen van Rijn2021-05-031-1/+1
* Convert `core:compress` and `core:image` error checks to new union comparison.Jeroen van Rijn2021-05-031-1/+1
* Minor stylistic code changes to compress and image packagesgingerBill2021-04-301-11/+11
* Add `compress` and `image` to core.Jeroen van Rijn2021-04-301-0/+42