Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Buffers.slice2Float(): Reset position and limit of host buffer (details)
  2. Fix NPE in Buffers.slice2Float(), regression of commit (details)
  3. Buffers: Add convenient "public static StringBuilder (details)
  4. Buffers.toString(): Add optional format string for single element (details)
Commit 86e8c3a8d9f430700e07c485127130da68618e9d by Sven Gothel
Buffers.slice2Float(): Reset position and limit of host buffer
The file was modified src/java/com/jogamp/common/nio/Buffers.java (diff)
Commit 8b755e327112fc1184e6dcdd20294a678f6d8f40 by Sven Gothel
Fix NPE in Buffers.slice2Float(), regression of commit 86e8c3a8d9f430700e07c485127130da68618e9d
The file was modified src/java/com/jogamp/common/nio/Buffers.java (diff)
Commit fd8402ce90041aa506fdaddeedf7bbe09c56d788 by Sven Gothel
Buffers: Add convenient "public static StringBuilder toString(StringBuilder sb, Buffer buffer)"

Sometimes we need to see details of a Buffer w/ it's content, e.g. for debugging purposes.
The file was modified src/java/com/jogamp/common/nio/Buffers.java (diff)
Commit 9667575aabfbf6fe503bc2e14e5ac7ea743949b0 by Sven Gothel
Buffers.toString(): Add optional format string for single element
The file was modified src/java/com/jogamp/common/nio/Buffers.java (diff)