The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- refactored Platform. Simplified initializer. (details)
- currently no need for a (public) MiscUtils.java. (details)
- small fix in IDE target. Test ran twice in debug mode. (details)
- Merge branch 'master' of github.com:sgothel/gluegen (details)
- pass a ClassLoader to all methods which load classes. (ReflectionUtil) (details)
- added 'intptr_t' to the list of PointerBuffer candidates. (details)
- added BasicProcAddressEmitterTest testing generation of ProcAddressTable (details)
- another round of ProcAddressTable refactoring. (details)
The file was modified | src/java/com/jogamp/common/os/Platform.java (diff) |
The file was modified | src/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff) |
The file was removed | src/java/com/jogamp/common/util/MiscUtils.java (diff) |
The file was modified | nbproject/ide-file-targets.xml (diff) |
The file was modified | src/java/com/jogamp/common/util/ReflectionUtil.java (diff) |
The file was modified | src/java/com/sun/gluegen/JavaEmitter.java (diff) |
The file was modified | test/junit/com/sun/gluegen/BuildUtil.java (diff) |
The file was added | test/junit/com/sun/gluegen/dyntest.cfg (diff) |
The file was added | test/junit/com/sun/gluegen/BasicProcAddressEmitterTest.java (diff) |
The file was modified | src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java (diff) |
The file was modified | src/java/com/sun/gluegen/procaddress/ProcAddressEmitter.java (diff) |