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

Changes

Summary

  1. Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - (details)
  2. build-test.xml: Push 'java.generate' up from java.build to (details)
  3. Bitstream: Add 'throwIOExceptionOnEOF' mode; fix certain EOS situations (details)
Commit 4447232af0d95a4348d09d4ed03fbef48394ca3a by Sven Gothel
Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(..) must return long due to EOF
The file was modified src/junit/com/jogamp/common/util/TestBitstream02.java (diff)
The file was modified src/junit/com/jogamp/common/util/TestBitstream03.java (diff)
The file was modified src/java/com/jogamp/common/util/Bitstream.java (diff)
The file was modified make/scripts/runtest.sh (diff)
The file was modified src/junit/com/jogamp/common/util/TestBitstream04.java (diff)
The file was modified src/java/jogamp/common/os/elf/IOUtils.java (diff)
The file was modified src/junit/com/jogamp/common/util/BitstreamData.java (diff)
The file was modified src/junit/com/jogamp/common/util/TestBitstream00.java (diff)
Commit 3c29aebb4910858df66cc54d186623f1bb7eff04 by Sven Gothel
build-test.xml: Push 'java.generate' up from java.build to android.package
The file was modified make/build-test.xml (diff)
Commit 15ea21ea190a79a3740b66698103ef5b4f145e94 by Sven Gothel
Bitstream: Add 'throwIOExceptionOnEOF' mode; fix certain EOS situations (flush, skip)
The file was modified src/java/com/jogamp/common/util/Bitstream.java (diff)