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

Changes

Summary

  1. gluegen: remove executable bit from java and c source files (details)
  2. IntBitfield: Add optimization path w/ int bitCount bitfield range. (details)
  3. IntBitfield: Add bit-count, O(1) per int-element, using HAKEM. (details)
Commit f4644bf95f6cef34c7098b432a84fccccba263e6 by Harvey Harrison
gluegen: remove executable bit from java and c source files

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modified src/java/com/jogamp/gluegen/procaddress/ProcAddressJavaMethodBindingEmitter.java (diff)
The file was modified src/java/com/jogamp/common/nio/Buffers.java (diff)
The file was modified src/java/jogamp/common/os/UnixDynamicLinkerImpl.java (diff)
The file was modified src/java/com/jogamp/gluegen/procaddress/ProcAddressConfiguration.java (diff)
The file was modified src/native/unix/UnixDynamicLinkerImpl_JNI.c (diff)
The file was modified src/java/com/jogamp/gluegen/pcpp/ConcatenatingReader.java (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/types/SizeThunk.java (diff)
The file was modified src/java/com/jogamp/gluegen/procaddress/ProcAddressCMethodBindingEmitter.java (diff)
The file was modified src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java (diff)
The file was modified test/issue7.h (diff)
The file was modified src/java/com/jogamp/gluegen/runtime/BufferFactoryInternal.java (diff)
The file was modified src/java/com/jogamp/common/os/NativeLibrary.java (diff)
The file was modified src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java (diff)
The file was modified src/native/macosx/MacOSXDynamicLinkerImpl_JNI.c (diff)
The file was modified src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java (diff)
The file was modified src/java/com/jogamp/common/os/DynamicLookupHelper.java (diff)
The file was modified src/java/com/jogamp/common/os/DynamicLinker.java (diff)
The file was modified src/java/net/highteq/nativetaglet/NativeTaglet.java (diff)
The file was modified src/native/windows/WindowsDynamicLinkerImpl_JNI.c (diff)
The file was modified src/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
Commit 5502353eaed3ad1866f172a10935671116ed7c9a by Sven Gothel
IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '* 32' -> '<< 5', same for division.
The file was modified src/java/com/jogamp/common/JogampRuntimeException.java (diff)
The file was modified src/java/com/jogamp/common/util/IntBitfield.java (diff)
Commit 21fc00af1c404d93280e21d05efc124ec23d575b by Sven Gothel
IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.
The file was modified src/java/com/jogamp/common/util/IntBitfield.java (diff)