Skip to content

Releases: ngageoint/six-library

SIX-3.3.0

18 Mar 18:27
3430e25
Compare
Choose a tag to compare
  • coda-oss version 2024-03-18
  • nitro version 2.11.6
  • Fix SIDD 3.0 validation with J2K compression; this is a breaking change.
  • Support for using SIMD code (only actually available with C++17).
  • Fix bug computing size of the CPHD scratch buffer.
  • Allow components to be built as shared-libraries (DLLs); disabled by default.

What's Changed

Full Changelog: SIX-3.2.5...SIX-3.3.0

SIX-3.2.5

23 Oct 18:28
d864815
Compare
Choose a tag to compare
  • coda-oss version 2023-10-23
  • nitro version 2.11.5
  • Simplify 8AMP_PHSI interfaces.
  • Be more explicit about the CPHD version being used.
  • io::OutputStream overloads to make it easier to write CPHD data in pieces.
  • Be sure XML strings are UTF-8.

SIX-3.2.4

21 Aug 15:14
c14f996
Compare
Choose a tag to compare

SIX-3.2.3

05 Jun 18:06
862893f
Compare
Choose a tag to compare
  • coda-oss version 2023-06-05
  • nitro version 2.11.3
  • Integrated ISM v201609 into SIDD 3.0.
  • Retain "legacy" support for ISM-v13 with SIDD 3.0.
  • Tweak DataWriter implementation in preperation for future changes.
  • CPHD wasn't parsing all optional fields correctly.
  • Adjust compiler flags for clean CMake builds.

SIX-3.1.15

13 Mar 21:10
a71f6be
Compare
Choose a tag to compare
  • coda-oss version 2023-03-10
  • nitro version 2.10.13
  • CPHD 1.1.0 fixes.
  • Fixed slantToImagePartials() not operating in slant plane.
  • Final C++11 🤞🏻 release; future releases will be C++14 from main.

SIX-3.2.2

14 Dec 19:29
96d0463
Compare
Choose a tag to compare

SIX-3.2.1

04 Nov 16:23
efeffb1
Compare
Choose a tag to compare
  • coda-oss version 2022-11-04
  • nitro version 2.11.1
  • cphd::PhaseSGN accepts both 1 and +1, toString() is now "1" instead of "+1".
  • CPHD XML parser handles URI's for versions 1.0.0, 1.0.1, and 1.1.0; unit test updated to test metadata parsing extensions

SIX-3.2.0

30 Aug 21:30
757a907
Compare
Choose a tag to compare

SIX-3.1.14

30 Aug 16:40
d463a71
Compare
Choose a tag to compare
  • coda-oss version 2022-08-30
  • nitro version 2.10.12
  • Routines that "traffic" in XML strings (e.g., parseDataFromString() or toXMLString()) now use
    std::u8string (actually coda_oss::u8string) instead of std::string.
  • Fixed memory leak in ComplexXMLParser.
  • Files in six/projects/csm/external/csm-3.0.4 are unchanged (almost!) from CSM 3.0.4.
  • Final C++11 release 🤞🏻; future releases will be C++14 from main.

SIX-3.1.13

03 Aug 12:08
27f5877
Compare
Choose a tag to compare