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

Changes

Summary

  1. StringBuffer -> StringBuilder (details)
  2. FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due (details)
Commit 461f57b12b95782c53d0380d5d796615ad2e4581 by Sven Gothel
StringBuffer -> StringBuilder
The file was modified src/java/com/jogamp/gluegen/procaddress/ProcAddressConfiguration.java (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/GnuCEmitter.g (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/HeaderParser.g (diff)
Commit e4a213c56042b1eba4c06421c69f09160dea9376 by Sven Gothel
FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due to non overloading of c-funcs.
The file was modified src/java/com/jogamp/gluegen/cgram/types/FunctionSymbol.java (diff)