Releases: iLCSoft/SIO
Releases · iLCSoft/SIO
v00-02
v00-02
-
2023-12-04 tmadlener (PR#20)
- Remove K&R style definitions in builtin zlib since they will no longer be supported by newer C standars.
-
2023-12-04 tmadlener (PR#19)
- Update CI to latest LCG stacks and compilers, fail on warnings
-
2023-12-04 tmadlener (PR#18)
- Remove a pessimizing
std::move
- Remove a pessimizing
-
2022-07-19 Valentin Volkl (PR#17)
- Tests: Make tests that require inputs depend on the ones that provide it
v00-01
v00-01
-
2021-02-08 tmadlener (PR#15)
- Export sio library as
SIO::sio
target for easier downstream usage. (For the momentSIO_INCLUDE_DIR
andSIO_LIBRARIES
are also still defined in a call tofind_package(SIO)
to keep some backwards compatibility). - Remove now obsolete cmake configuration by replacing it with more standard cmake approaches.
- Bump minimum required cmake version to 3.12
- Export sio library as
-
2021-01-13 tmadlener (PR#16)
- Use github actions for CI and remove travis CI.
-
2021-01-05 Valentin Volkl (PR#13)
- install cmake files under lib/cmake/SIO
v00-00-04
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: