gingerBill
|
1baeb9406f
|
Utilize union #shared_nil in more places
|
2022-03-24 12:11:31 +00:00 |
|
gingerBill
|
17e36bd5e1
|
Utilize union #shared_nil to core:image Error
|
2022-03-24 12:06:18 +00:00 |
|
Jeroen van Rijn
|
bee475c38a
|
Merge pull request #1582 from semarie/more-ci
CI: add linux i386, Darwin arm64 and Windows 386
|
2022-03-03 17:07:40 +01:00 |
|
Sébastien Marie
|
dfe2c0a600
|
remove some leftover semi-colons before EOF
|
2022-03-03 15:57:55 +00:00 |
|
Sébastien Marie
|
832961d539
|
semi-colons are deprecated in core
|
2022-03-03 15:36:04 +00:00 |
|
Sébastien Marie
|
499c657ffa
|
rename architecture from 386 to i386
|
2022-03-03 15:28:18 +00:00 |
|
Jeroen van Rijn
|
8af08f2153
|
[compress] 32-bit cleanness.
|
2022-03-03 15:10:19 +01:00 |
|
gingerBill
|
b8c4bf2afb
|
Add #partial [Enum]Type{...} support to check for missing enumerated array fields
|
2022-02-05 14:02:21 +00:00 |
|
gingerBill
|
e870041fe6
|
Fix #sparse usage
|
2022-02-05 13:11:41 +00:00 |
|
Jeroen van Rijn
|
28bc274449
|
Fix DEFLATE stored block handling.
|
2022-01-27 14:58:45 +01:00 |
|
Jeroen van Rijn
|
65f8722afc
|
zlib: update Huffman builder.
|
2022-01-25 12:18:10 +01:00 |
|
gingerBill
|
c85ac955f7
|
Simplify docs to hide the copyright
|
2022-01-17 19:00:47 +00:00 |
|
Jeroen van Rijn
|
8fcd1794a6
|
png: Add sane compile-time maximums for dimensions + chunk sizes.
|
2021-10-06 21:48:22 +02:00 |
|
Jeroen van Rijn
|
9b5ae95677
|
png + compress: Rearrange error unions.
|
2021-10-06 20:45:29 +02:00 |
|
Jeroen van Rijn
|
21c6d691d8
|
Add additional error checking to helpers.
|
2021-10-06 20:10:37 +02:00 |
|
Jeroen van Rijn
|
bf15e63130
|
Revert "Merge pull request #1177 from Kelimion/new_clone"
This reverts commit efa513262e, reversing
changes made to daccfca11d.
|
2021-09-19 22:16:02 +02:00 |
|
Jeroen van Rijn
|
e760535dba
|
lz4: Start of implementation.
|
2021-09-19 12:51:07 +02:00 |
|
Jeroen van Rijn
|
72fe1e88a3
|
Make sure to delete on the right allocator.
|
2021-09-19 12:19:01 +02:00 |
|
Jeroen van Rijn
|
2c13315e72
|
compress: Update BSD-3 license + remove semicolons from compressed example.
|
2021-09-06 21:33:40 +02:00 |
|
gingerBill
|
f57201bbd1
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:32:53 +01:00 |
|
gingerBill
|
251da264ed
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:21:13 +01:00 |
|
gingerBill
|
4035fec784
|
Add more uses of or_return
|
2021-08-15 18:13:56 +01:00 |
|
Jeroen van Rijn
|
87aaa9c3f0
|
ZLIB: Fix edge case where initial buffer < 258 bytes.
|
2021-06-27 18:44:36 +02:00 |
|
Jeroen van Rijn
|
d949d5a046
|
ZLIB: cleanup.
|
2021-06-27 16:48:12 +02:00 |
|
Jeroen van Rijn
|
eaf88bcc4d
|
PNG: Let PNG use the new compress I/O routines.
|
2021-06-27 13:51:52 +02:00 |
|
Jeroen van Rijn
|
02f9668185
|
ZLIB: Split up input from stream and memory into own code paths.
|
2021-06-27 13:19:24 +02:00 |
|
Jeroen van Rijn
|
4689a6b341
|
Refactor compress.Context struct.
|
2021-06-26 22:25:55 +02:00 |
|
Jeroen van Rijn
|
30a5808460
|
ZLIB: Moar faster.
|
2021-06-26 20:40:39 +02:00 |
|
Jeroen van Rijn
|
8ba1c9a6cd
|
ZLIB: Remove superfluous code.
|
2021-06-26 17:44:12 +02:00 |
|
Jeroen van Rijn
|
65b78b1aa9
|
So far, so good.
|
2021-06-26 15:11:15 +02:00 |
|
Jeroen van Rijn
|
40a12cca53
|
ZLIB: If output size is known, reserve that much.
|
2021-06-26 13:17:14 +02:00 |
|
Jeroen van Rijn
|
980aa37bee
|
ZLIB: Another 10%+ faster.
|
2021-06-24 14:56:28 +02:00 |
|
Jeroen van Rijn
|
1cfe226686
|
ZLIB: More faster.
|
2021-06-23 22:18:17 +02:00 |
|
Jeroen van Rijn
|
342adb627d
|
All reads now skip stream if in memory.
|
2021-06-23 16:32:48 +02:00 |
|
Jeroen van Rijn
|
a70635d2f6
|
Most reads now go through buffer for zlib.
|
2021-06-23 16:32:48 +02:00 |
|
Jeroen van Rijn
|
5cb16c4cd1
|
All reads now go through read_slice.
|
2021-06-23 16:32:48 +02:00 |
|
Jeroen van Rijn
|
538004ba5f
|
Introduce read_slice, make read_u8 use it.
|
2021-06-23 16:32:48 +02:00 |
|
Jeroen van Rijn
|
8663c64e47
|
Refactor ZLIB structs.
|
2021-06-23 16:32:47 +02:00 |
|
Jeroen van Rijn
|
922b511a24
|
Merge pull request #1031 from Kelimion/zlib_fix
ZLIB: fix.
|
2021-06-21 22:16:56 +02:00 |
|
Jeroen van Rijn
|
9de9111082
|
ZLIB: fix.
|
2021-06-21 22:15:04 +02:00 |
|
Jeroen van Rijn
|
1e8c12c2a3
|
Comment out tracy imports.
|
2021-06-21 21:41:56 +02:00 |
|
Jeroen van Rijn
|
352494cbb4
|
ZLIB: Start optimization.
|
2021-06-21 21:05:52 +02:00 |
|
Jeroen van Rijn
|
955472bd21
|
GZIP defer diverging fix in gzip example.
|
2021-06-20 17:21:18 +02:00 |
|
gingerBill
|
6f745677b4
|
Minor formatting changes
|
2021-06-14 11:30:00 +01:00 |
|
gingerBill
|
86649e6b44
|
Core library clean up: Make range expressions more consistent and replace uses of .. with ..=
|
2021-06-14 11:15:25 +01:00 |
|
Jeroen van Rijn
|
9a39ce6b75
|
Change General_Error.OK to nil
|
2021-05-03 15:38:43 +02:00 |
|
Jeroen van Rijn
|
59b3c472ca
|
Convert core:compress and core:image error checks to new union comparison.
No more need for `is_kind(err, Error_Value)`, just test err == Error_Value.
|
2021-05-03 15:08:34 +02:00 |
|
Jeroen van Rijn
|
7d534769d6
|
Add new PNG post processing options.
|
2021-05-02 20:38:30 +02:00 |
|
Jeroen van Rijn
|
2ad8f99790
|
ZLIB level 0: LEN/NLEN = i16.
|
2021-05-01 21:56:45 +02:00 |
|
gingerBill
|
5f617c56e1
|
Minor stylistic code changes to compress and image packages
|
2021-04-30 10:58:29 +01:00 |
|