gingerBill
|
5023313c03
Minor cleanups to the core library
|
1 year ago |
gingerBill
|
9b54b99bf6
Use positional and named arguments within the core library
|
2 years ago |
gingerBill
|
9c1f270bd5
Rename `load_from_slice` to `load_from_bytes` across `core`
|
3 years ago |
Jeroen van Rijn
|
8af08f2153
[compress] 32-bit cleanness.
|
3 years ago |
gingerBill
|
b8c4bf2afb
Add `#partial [Enum]Type{...}` support to check for missing enumerated array fields
|
3 years ago |
gingerBill
|
e870041fe6
Fix `#sparse` usage
|
3 years ago |
Jeroen van Rijn
|
72fe1e88a3
Make sure to `delete` on the right allocator.
|
3 years ago |
Jeroen van Rijn
|
2c13315e72
compress: Update BSD-3 license + remove semicolons from compressed example.
|
3 years ago |
gingerBill
|
f57201bbd1
Remove unneeded semicolons from the core library
|
4 years ago |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 years ago |
Jeroen van Rijn
|
d949d5a046
ZLIB: cleanup.
|
4 years ago |
Jeroen van Rijn
|
eaf88bcc4d
PNG: Let PNG use the new compress I/O routines.
|
4 years ago |
Jeroen van Rijn
|
02f9668185
ZLIB: Split up input from stream and memory into own code paths.
|
4 years ago |
Jeroen van Rijn
|
4689a6b341
Refactor compress.Context struct.
|
4 years ago |
Jeroen van Rijn
|
30a5808460
ZLIB: Moar faster.
|
4 years ago |
Jeroen van Rijn
|
8ba1c9a6cd
ZLIB: Remove superfluous code.
|
4 years ago |
Jeroen van Rijn
|
40a12cca53
ZLIB: If output size is known, reserve that much.
|
4 years ago |
Jeroen van Rijn
|
342adb627d
All reads now skip stream if in memory.
|
4 years ago |
Jeroen van Rijn
|
8663c64e47
Refactor ZLIB structs.
|
4 years ago |
Jeroen van Rijn
|
352494cbb4
ZLIB: Start optimization.
|
4 years ago |
gingerBill
|
86649e6b44
Core library clean up: Make range expressions more consistent and replace uses of `..` with `..=`
|
4 years ago |
Jeroen van Rijn
|
9a39ce6b75
Change General_Error.OK to nil
|
4 years ago |
Jeroen van Rijn
|
59b3c472ca
Convert `core:compress` and `core:image` error checks to new union comparison.
|
4 years ago |
gingerBill
|
5f617c56e1
Minor stylistic code changes to compress and image packages
|
4 years ago |
Jeroen van Rijn
|
06f1eaa153
Use regular allocator from png+gzip's `load_from_file`.
|
4 years ago |
Jeroen van Rijn
|
58e023e0cf
Add `compress` and `image` to core.
|
4 years ago |