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

Changes

Summary

  1. fixed tests, build + cleanup. (details)
  2. another round of cleanup (ALTest). (details)
  3. added netbeans compile-single and run-single acthion bindings. (details)
  4. cleanup OpenALTest (works now). (details)
  5. Sound3DTest cleanup (works). (details)
  6. joal_native is now joal. (details)
  7. EAXFactory initializes JOAL if nessesary. (details)
  8. fixed alcGetString functionpointer mapping (gluegen does not handle (details)
Commit b2558379ed0b2ae7a0ab6bfdb0a8f2c05afa1663 by Michael Bien
fixed tests, build + cleanup.
- removed junit.jar, using now gluegen's lib
- fixed paths, joal.jar contains now classes :)
- converted junit test to junit 4.x
- replaced tabs with spaces...
The file was modifiedmake/build.xml (diff)
The file was modifiedtest/build.xml (diff)
The file was modifiedtest/src/com/jogamp/openal/ALTest.java (diff)
The file was modifiednbproject/project.xml (diff)
The file was removedtest/lib/junit.jar (diff)
The file was modified.gitignore (diff)
Commit cca0e32878a2c196aab969e1dfb75de6bca6b3f7 by Michael Bien
another round of cleanup (ALTest).
- dissabled two tests which cause segfaults
- TODO all tests which expect an IllegalArgumentException fail for some reason
The file was modifiedtest/src/com/jogamp/openal/ALTest.java (diff)
The file was addedtest/src/com/jogamp/openal/lewiscarroll.wav (diff)
The file was modifiedtest/build.xml (diff)
The file was removedtest/lewiscarroll.wav (diff)
Commit 6a6faf9388bdbc2e3b762c20a89a0745698fb1c7 by Michael Bien
added netbeans compile-single and run-single acthion bindings.
The file was addednbproject/ide-file-targets.xml (diff)
The file was modifiednbproject/project.xml (diff)
Commit 2632fe8ebded4e61ffe2610c970991275db93a3f by Michael Bien
cleanup OpenALTest (works now).
- EAX is not loaded when not available
- removed redundant exception handling
The file was modifiedtest/src/com/jogamp/openal/OpenALTest.java (diff)
Commit dad8fdfb36e81945e205be64830270d9f227385f by Michael Bien
Sound3DTest cleanup (works).
The file was modifiedtest/src/com/jogamp/openal/Sound3DTest.java (diff)
Commit dcbe272c504e348f4479ffaaecb185c7a42caaa3 by Michael Bien
joal_native is now joal.
The file was modifiedsrc/java/com/jogamp/openal/impl/NativeLibLoader.java (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedsrc/java/com/jogamp/openal/eax/EAX.java (diff)
Commit 728c9b6e348520d778009f42633ea9f6e0e782a1 by Michael Bien
EAXFactory initializes JOAL if nessesary.
The file was modifiedsrc/java/com/jogamp/openal/eax/EAX.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/eax/EAXFactory.java (diff)
Commit afa3632e8df813f54195c8a97833eff5c832d6ee by Michael Bien
fixed alcGetString functionpointer mapping (gluegen does not handle method renames correctly).
ALCImpl is now ALCAbstractImpl. "Custom code" is now in ALCImpl which extends ALCAbstractImpl.
The file was addedsrc/java/com/jogamp/openal/impl/ALCImpl.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/impl/ALProcAddressLookup.java (diff)
The file was removedmake/joal-alc-impl-CustomJavaCode.java (diff)
The file was modifiedtest/src/com/jogamp/openal/OpenALTest.java (diff)
The file was modifiedmake/joal-alc.cfg (diff)