Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Releases: acquire-project/acquire-core-libs

Nightly Release

15 Dec 04:07
f2dd747
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release
Add descriptive comments to camera device and properties headers (#35)

This adds some missing header doc comments and updates other to clarify
what some struct members are more exactly.

Closes #27

v0.1.3

27 Jun 18:48
309e17f
Compare
Choose a tag to compare

What's changed

Changed

  • StorageProperties::chunking::max_bytes_per_chunk is now a uint64_t (was a uint32_t).

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 May 18:27
59640dc
Compare
Choose a tag to compare

What's Changed

Added

  • Nightly releases.
  • Device Properties: Storage property metadata.
  • Device Properties: A function to set chunking parameters.
  • Device Kit: A function to get property metadata for a storage device.
  • Device Kit: A function to reserve image shape for a storage device.
  • Device HAL: A function to get storage property metadata.
  • Device HAL: A function to reserve image shape for a storage device.

Changed

  • Device Properties: The storage_properties_init function no longer accepts a bytes_per_chunk parameter.

Fixed

  • Compiles with position-independent code.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 May 18:24
31e1c7b
Compare
Choose a tag to compare
enable fPIC for acquire-core-libs (#12)

acquire-python tests are [failing on
Ubuntu](https://github.com/acquire-project/acquire-python/actions/runs/4950559813/jobs/8854338341)
asking for position-independent code. This should fix that.