Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 1.1 KB

Change Log

All notable changes to this project will be documented in this file.

Unreleased

Added

  • 2017-12-14 Posting semlog sempaphore in functions ImageStreamIO_sempost, ImageStreamIO_sempost_loop (Sevin, Guyon)
  • 2018-07-03 Add GPUIPC feature need to be validate with non-regression tests (Sevin)
  • 2019-03-10 python module
  • 2023-06-24 Operational and several other tests (Carcich)

Changed

  • 2017-12-14 Change return value in functions ImageStreamIO_sempost, ImageStreamIO_sempost_loop to be compiliant with standards (Sevin, Guyon)
  • 2018-03-27 initialize shmfd and memsize to 0 when not shared, remove free semptr in ImageStreamIO_createsem which can produce segfault (Sevin)
  • 2018-05-03 update CMakeLists.txt with 3.0 conventions
  • 2018-07-04 Debug GPUIPC feature need more tests to validate (Sevin)
  • 2019-03-04 New image structure (Guyon, Sevin)
  • 2023-06-24 Change named shmim-external semaphores to unnamed shmim internal (Carcich)
  • 2023-06-24 Update image structure (Carcich)
  • 2023-06-24 Consolidate size calculations (Carcich)
  • 2023-06-24 Change VERSION to "2.00" (Carcich)

Removed