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

Changes

Summary

  1. Merged JOGL's general purpose static methods of StreamUtil and FileUtil (details)
  2. Fix C / JNI compilation: Add/use javah, recompile if out of date, (details)
  3. Platform: Add getPageSize() (details)
  4. repair (details)
  5. Moved remaining portions of fixed function emulation out of core JOGL (details)
  6. refactoring: renamed com.sun.opengl -> com.jogamp.opengl. (details)
  7. ShaderCode: Remove redundant code (Use proper Locator variant) (details)
  8. Fix TAB: Replace all TAB with 4 spaces (details)
  9. Fix/Add: Locator (Handle JarURLConnection and ..) (details)
  10. Locator Util: Clarify API doc a bit (details)
  11. Locator: Proper package location after reloc from JOGL (details)
  12. Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test (details)
  13. build.xml: native jar shall be created in native build target (details)
Commit 79abcf4e0d44d497c538fab71c98a5fd356e3a23 by Sven Gothel
Merged JOGL's general purpose static methods of StreamUtil and FileUtil into IOUtil
The file was modified src/java/com/jogamp/common/util/IOUtil.java (diff)
Commit 3c9d9db8a348eca768042140516979d32a75bffa by Sven Gothel
Fix C / JNI compilation: Add/use javah, recompile if out of date,
The file was modified src/native/macosx/MacOSXDynamicLinkerImpl_JNI.c (diff)
The file was modified make/build.xml (diff)
The file was modified src/native/windows/WindowsDynamicLinkerImpl_JNI.c (diff)
The file was modified src/native/unix/UnixDynamicLinkerImpl_JNI.c (diff)
The file was modified src/native/common/PointerBuffer.c (diff)
The file was modified src/native/common/JVM_Tool.c (diff)
Commit 132d4924cb191a0a16f9b42ccb718803c52b0295 by Sven Gothel
Platform: Add getPageSize()
The file was modified src/java/com/jogamp/common/os/Platform.java (diff)
The file was modified src/native/common/Platform.c (diff)
Commit d523cb6784d9d9aff1e4af8f45f97f7997f332f3 by Sven Gothel
repair

git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1872 232f8b59-042b-4e1e-8c03-345bb8c30851
The file was addedsrc/jogl/classes/com/sun/opengl/impl/io/Locator.java (diff)
Commit 1e9cd65d202fa07b8f06f32aa88b470095714c3b by Sven Gothel
Moved remaining portions of fixed function emulation out of core JOGL public and implementation packages and into com.sun.opengl.util.glsl.fixed.* and other subpackages of com.sun.opengl.util. Renamed javax.media.opengl.sub.GLObject to javax.media.opengl.GLBase. Moved interfaces in javax.media.opengl.sub.fixed to javax.media.opengl.fixedfunc and changed naming convention. Moved all classes in javax.media.opengl.util to com.sun.opengl.util. Moved com.sun.opengl.impl.packrect to com.sun.opengl.util.packrect. Renamed InternalBufferUtils to InternalBufferUtil to match naming convention and copied in needed routines for GLU and other classes. Fixed build breakage when specifying rootrel.build property; reintroduced build-temp directory. Updated demos.

git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1886 232f8b59-042b-4e1e-8c03-345bb8c30851
The file was addedsrc/jogl/classes/com/sun/opengl/util/Locator.java (diff)
The file was removedsrc/jogl/classes/com/sun/opengl/impl/io/Locator.java (diff)
Commit a161923ae6dae65d3700ce08467e0f11c16df383 by Sven Gothel
refactoring: renamed com.sun.opengl -> com.jogamp.opengl.
The file was addedsrc/jogl/classes/com/jogamp/opengl/util/Locator.java (diff)
The file was removedsrc/jogl/classes/com/sun/opengl/util/Locator.java (diff)
Commit 67e64343394803a31d463802d9b72ee47434484c by Sven Gothel
ShaderCode: Remove redundant code (Use proper Locator variant)
The file was modified src/jogl/classes/com/jogamp/opengl/util/Locator.java (diff)
Commit dcc1ca29d27e0637ef03e0ef0177ea3e6435c073 by Sven Gothel
Fix TAB: Replace all TAB with 4 spaces
The file was modified src/jogl/classes/com/jogamp/opengl/util/Locator.java (diff)
Commit 32f2f322b1fafa77c1f7f977152f39202ffec7f7 by Sven Gothel
Fix/Add: Locator (Handle JarURLConnection and ..)

new: 'public static String getRelativeOf(URL baseLocation, String relativeFile)',
     capable of handling a JAR file/url.

Using File based relative locator, allowing better utilization in code:
  old public static String getRelativeOf(String absoluteFileLocation, String relativeFile)
  new public static String getRelativeOf(File baseLocation, String relativeFile)
The file was modified src/jogl/classes/com/jogamp/opengl/util/Locator.java (diff)
Commit ffb664bf23e4e0005a1931ecc819c0609c178a09 by Sven Gothel
Locator Util: Clarify API doc a bit
The file was modified src/jogl/classes/com/jogamp/opengl/util/Locator.java (diff)
Commit 5de9de569622bc7baeee3a85b1ee5aa172830513 by Sven Gothel
Locator: Proper package location after reloc from JOGL
The file was addedsrc/java/com/jogamp/common/util/Locator.java (diff)
The file was removedsrc/jogl/classes/com/jogamp/opengl/util/Locator.java (diff)
Commit a87c56c95099de5b6cbc9bd8bf6f1924a3dd6387 by Sven Gothel
Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOUtil and Platform's page size
The file was removedsrc/java/com/jogamp/common/util/Locator.java (diff)
The file was addedsrc/junit/com/jogamp/common/util/TestPlatform01.java (diff)
The file was modified make/scripts/runtest.sh (diff)
The file was modified src/java/com/jogamp/common/os/Platform.java (diff)
The file was addedsrc/junit/com/jogamp/common/util/TestIOUtil01.java (diff)
The file was modified src/java/com/jogamp/common/util/IOUtil.java (diff)
Commit 434619d326844117d498045fd8f7c62952bc681f by Sven Gothel
build.xml: native jar shall be created in native build target
The file was modified make/build.xml (diff)