v00-00-03
v00-00-03
-
2020-10-28 Frank Gaede (PR#4)
- set the default compression level to Z_DEFAULT_COMPRESSION (-1)
- correct the documentation forset_level()
- set the default compression level to Z_DEFAULT_COMPRESSION (-1)
-
2020-09-30 tmadlener (PR#5)
- Remove
sio-dump-detailed
and add a--detailed
/-d
flag tosio-dump
. Slightly improve the output in case an error occurs.
- Remove
-
2020-09-28 Remi Ete (PR#8)
- Examples:
- Turned example structure linked_list to normal pointer
- Fixed buffer overflow issue
- Important for documentation: pointer relocation using smart pointers (
std::shared_ptr<T>
and co) is not supported
- Examples: