Skip to content

Releases: emergent-design/libpsinc

v0.1.38+1

08 Jul 15:38
Compare
Choose a tag to compare
Hopefully fixed the artifacts this time!

v0.1.38

08 Jul 14:32
Compare
Choose a tag to compare
Fix the appimage build - requires extra flags for C++17 in the qt pro…

v0.1.37 release

08 Apr 15:44
Compare
Choose a tag to compare
  • Added a Properties structure and helper function to set common feature values.
  • Build is now c++17

v0.1.36 release

25 Aug 13:50
Compare
Choose a tag to compare
  • Configuration of ImageHandler now supports different sensor type overrides.
  • New info tab in Iconograph showing pixel values and selected region means.

v0.1.35 release

11 May 21:43
Compare
Choose a tag to compare

Update to the deployment process

v0.1.34 release

05 May 15:36
Compare
Choose a tag to compare

Switch to earthly build process

v0.1.33 release

12 Oct 15:35
Compare
Choose a tag to compare

Added function to report what USB version is used for a connection.

v0.1.32 release

15 Jul 15:50
Compare
Choose a tag to compare

Patched the windows build for updated toolchain

v0.1.31 release

30 Jun 20:57
Compare
Choose a tag to compare

Added focal support

v0.1.30 release

18 Oct 10:29
Compare
Choose a tag to compare

Add an alternative std::async implementation of Bayer decoding specifically for MSVC since the runtime seems to have issues with joining the PersistentThread created as a thread_local within another thread. Since std::async under MSVC uses a threadpool this should not cause a performance issue.