Skip to content

RDF 1.1.2

Compare
Choose a tag to compare
@Anteru Anteru released this 29 Mar 08:20
· 5 commits to main since this release
  • Fix rdfChunkFileWriterWriteChunk, rdfChunkFileWriterEndChunk returning indices starting at 0 when in append mode instead of counting off the actual contents of the file
  • Fix rdfChunkFileWriterWriteChunk, rdfChunkFileWriterBeginChunk returning an error when using identifiers of the maximum allowed length (i.e. without a trailing null-terminator.) and a non-zero header pointer
  • Clients can now #define RDF_CHECK_CALL before including amdrdf.h to customize how errors are handled in the C++ bindings
  • Move constructors in the C++ bindings have been marked as noexcept