Skip to content

Releases: iLCSoft/SIO

v00-02

06 Dec 13:21
Compare
Choose a tag to compare

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
  • 2022-07-19 Valentin Volkl (PR#17)

    • Tests: Make tests that require inputs depend on the ones that provide it

v00-01

10 Feb 12:30
Compare
Choose a tag to compare

v00-01

  • 2021-02-08 tmadlener (PR#15)

    • Export sio library as SIO::sio target for easier downstream usage. (For the moment SIO_INCLUDE_DIR and SIO_LIBRARIES are also still defined in a call to find_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
  • 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

02 Dec 13:37
Compare
Choose a tag to compare

v00-00-04

  • 2020-11-23 Marko Petric (PR#12)

    • Setup rpath for macOS and give optional flag for turning on rpath on other systems
    • Resolve correctly linker independently of OS and pass flags
  • 2020-11-19 Remi Ete (PR#11)

    • Fix clang warnings

v00-00-03

28 Oct 08:16
Compare
Choose a tag to compare

v00-00-03

  • 2020-10-28 Frank Gaede (PR#4)

    • set the default compression level to Z_DEFAULT_COMPRESSION (-1)
      - correct the documentation for set_level()
  • 2020-09-30 tmadlener (PR#5)

    • Remove sio-dump-detailed and add a --detailed / -d flag to sio-dump. Slightly improve the output in case an error occurs.
  • 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

v00-00-02

08 Oct 16:36
Compare
Choose a tag to compare

v00-00-02

  • 2019-09-30 Remi Ete (PR#2)

    • Added buffer_span::dump for debugging
    • More debug printout
    • CMake: Reviewed way of setting the CXX standard
  • 2019-07-13 Remi Ete (PR#1)

    • Added buffer::shrink method to optimize memory

v00-00-01

12 Jul 13:49
Compare
Choose a tag to compare

v00-00-01