{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen_onmaster\" build number 13",
          "upstreamBuild" : 13,
          "upstreamProject" : "gluegen_onmaster",
          "upstreamUrl" : "job/gluegen_onmaster/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "692ee1477a5422cb119070ecd87321833c302873",
            "branch" : [
              {
                "SHA1" : "692ee1477a5422cb119070ecd87321833c302873",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "692ee1477a5422cb119070ecd87321833c302873",
            "branch" : [
              {
                "SHA1" : "692ee1477a5422cb119070ecd87321833c302873",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "692ee1477a5422cb119070ecd87321833c302873",
        "branch" : [
          {
            "SHA1" : "692ee1477a5422cb119070ecd87321833c302873",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13",
  "duration" : 59073,
  "estimatedDuration" : 220134,
  "executor" : None,
  "fullDisplayName" : "gluegen_onmaster » linux-x86_64-master-001 #13",
  "id" : "2013-03-09_05-24-11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1362803051000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen_onmaster/label=linux-x86_64-master-001/13/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/awt/AWTEDTExecutor.java"
        ],
        "commitId" : "0b43b43f889ad7fc220942b0076e2001ca3cf13f",
        "timestamp" : 1356696216000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may execute the runnable.\u000a\u000aFor some 'rare' AWT/GL lifecycle actions, it is required to only run the command on the AWT-EDT,\u000ahence adding an argument determining the restriction.\u000a",
        "date" : "2012-12-28T13:03:36+0100",
        "id" : "0b43b43f889ad7fc220942b0076e2001ca3cf13f",
        "msg" : "Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/awt/AWTEDTExecutor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/StructAccessor.java"
        ],
        "commitId" : "0104f0ff35304b0aa416c2caa7b53aadf592f36a",
        "timestamp" : 1356890185000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods for short[]\u000a\u000aFor short[] Java code gets emitted for an StructAccessor object that uses:\u000a  void setShortsAt(int i, short[] shorts)\u000a  short[] getShortsAt(int i, short[] shorts)\u000a\u000aProblem was that StructAccessor.java had no such methods - added.\u000a",
        "date" : "2012-12-30T18:56:25+0100",
        "id" : "0104f0ff35304b0aa416c2caa7b53aadf592f36a",
        "msg" : "Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/StructAccessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestFloatStack01.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/util/FloatStack.java",
          "make/build.xml",
          "src/java/com/jogamp/common/util/PrimitiveStack.java"
        ],
        "commitId" : "ac16df0bab94fab313030ead42644844d1690a82",
        "timestamp" : 1356904748000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a simple primitive stack implementation.\u000a\u000aCurrently only FILO put/get operations are implemented using either\u000aprimitive arrays as I/O itself or <Type>Buffer.\u000a\u000aUnit tests are included..\u000a\u000aNote: Only FloatStack is implemented in a manual, where others (IntegerStack)\u000a      is derived (generated) from it. Same goes w/ unit tests.\u000a",
        "date" : "2012-12-30T22:59:08+0100",
        "id" : "ac16df0bab94fab313030ead42644844d1690a82",
        "msg" : "Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack),",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestFloatStack01.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/PrimitiveStack.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/FloatStack.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestFloatStack01.java",
          "src/java/com/jogamp/common/util/FloatStack.java",
          "src/java/com/jogamp/common/util/PrimitiveStack.java"
        ],
        "commitId" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
        "timestamp" : 1356958356000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "PrimitiveStack: Add 'void position(int)' to set new position. Add test case w/ initialSizeElem:=0.\u000a",
        "date" : "2012-12-31T13:52:36+0100",
        "id" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
        "msg" : "PrimitiveStack: Add 'void position(int)' to set new position. Add test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/FloatStack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestFloatStack01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/PrimitiveStack.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt",
          "make/scripts/crosstest-java-android-armv7-rel.sh",
          "make/scripts/crosstest-java-android-armv6-rel.sh"
        ],
        "commitId" : "8018da4e37ac520fb49018fa6323b187526cd29e",
        "timestamp" : 1358350568000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "README: Add new IRC channel, mark Jabber deprecated\u000a",
        "date" : "2013-01-16T16:36:08+0100",
        "id" : "8018da4e37ac520fb49018fa6323b187526cd29e",
        "msg" : "README: Add new IRC channel, mark Jabber deprecated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/crosstest-java-android-armv7-rel.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/crosstest-java-android-armv6-rel.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/LauncherUtil.java",
          "src/java/jogamp/android/launcher/MainLauncher.java",
          "src/java/jogamp/common/os/android/StaticContext.java",
          "make/scripts/crosstest-java-android-armv6-rel.sh",
          "src/java/jogamp/android/launcher/ActivityLauncher.java"
        ],
        "commitId" : "1b9f0739ecc25105384b557afa698c42e08d4cc6",
        "timestamp" : 1358468426000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android Completion for launching main() class via MainLauncher; Fix ActivityLauncher order of delegation/super activity callbacks.\u000a\u000a- StaticContext:\u000a  - Add ViewGroup for standalone tests w/ UI\u000a\u000a- MainLauncher/LauncherUtil:\u000a  - Complete launching a main() class from our activity launcher\u000a  - adding main-cmdline-args\u000a\u000a- ActivityLauncher\u000a  - Fix order of delegation/super activity callbacks.\u000a",
        "date" : "2013-01-18T01:20:26+0100",
        "id" : "1b9f0739ecc25105384b557afa698c42e08d4cc6",
        "msg" : "Android Completion for launching main() class via MainLauncher; Fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/LauncherUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ActivityLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/crosstest-java-android-armv6-rel.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/android/StaticContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "41e7c7ca3ae2005b23182d7f28abd0b8ed11e73c",
        "timestamp" : 1358468475000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Buffers: Fix typo\u000a",
        "date" : "2013-01-18T01:21:15+0100",
        "id" : "41e7c7ca3ae2005b23182d7f28abd0b8ed11e73c",
        "msg" : "Buffers: Fix typo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/locks/RecursiveLock.java"
        ],
        "commitId" : "029e941b12165e8fb04eae440812d5ea5ba1608d",
        "timestamp" : 1358468500000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "RecursiveLock.getHoldCount(): Fix API doc formatting\u000a",
        "date" : "2013-01-18T01:21:40+0100",
        "id" : "029e941b12165e8fb04eae440812d5ea5ba1608d",
        "msg" : "RecursiveLock.getHoldCount(): Fix API doc formatting",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/locks/RecursiveLock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh"
        ],
        "commitId" : "2537f8816f39fdc47cd5aaedd747a7b12b94ca5e",
        "timestamp" : 1358468513000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test script\u000a",
        "date" : "2013-01-18T01:21:53+0100",
        "id" : "2537f8816f39fdc47cd5aaedd747a7b12b94ca5e",
        "msg" : "test script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "9c1c6d49e11574d8afe351a8100872a645ccdd36",
        "timestamp" : 1358518864000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@zafena.se",
        "comment" : "PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@zafena.se>\u000a",
        "date" : "2013-01-18T15:21:04+0100",
        "id" : "9c1c6d49e11574d8afe351a8100872a645ccdd36",
        "msg" : "PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0",
        "timestamp" : 1358519159000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@zafena.se",
        "comment" : "Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.\u000a\u000aFix for the runtime error using GCJ gij JRE:\u000ajava.lang.NoSuchMethodError: method java.nio.Buffer.isDirect with signature ()Z was not found.\u000aat com.jogamp.common.nio.Buffers.isDirect(Buffers.java:363)\u000a\u000aAlso Eclipse ecj refuses to compile code using java.nio.Buffer.isDirect().\u000a----------\u000a1. ERROR\u000a...\u000a        return ((Buffer) buf).isDirect();\u000a\u0009                      ^^^^^^^^\u000aThe method isDirect() is undefined for the type Buffer\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@zafena.se>\u000a",
        "date" : "2013-01-18T15:25:59+0100",
        "id" : "2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0",
        "msg" : "Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/VersionUtil.java",
          "src/java/com/jogamp/common/nio/Buffers.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/os/Platform.java",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "039ff52d12f5dd750494fb2dea580946291bdb7e",
        "timestamp" : 1358560672000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - May break GCJ/ECJ .. needs to be revised.\u000a\u000a- Adding JAVA_6 in PlatformPropsImpl\u000a- Buffers.isDirect() chooses fast-path iff JAVA_6, otherwise using reflection (GCJ/ECJ)\u000a- Adding JAVA_6 info in VersionUtil\u000a- API doc: Refine JAVA_SE and JAVA_6 spec.\u000a\u000aTODO: In case GCJ etc is unable to compile the JAVA_6 code\u000a      even though it uses a static condition (probably not),\u000a      We have to wrap isStatic in an own class, one for JAVA_6 and one for <= 1.5.\u000a      This will be a good exercise for further issues we may have w/ Java <= 1.5.\u000a",
        "date" : "2013-01-19T02:57:52+0100",
        "id" : "039ff52d12f5dd750494fb2dea580946291bdb7e",
        "msg" : "Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "f1cc4080095ab0bab53833e74093845bb8193686",
        "timestamp" : 1358565346000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add MainLauncher adb launch script. Here we only utilize non-root features, i.e. can be launched on non-hacked device.\u000a",
        "date" : "2013-01-19T04:15:46+0100",
        "id" : "f1cc4080095ab0bab53833e74093845bb8193686",
        "msg" : "Add MainLauncher adb launch script. Here we only utilize non-root",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/MainLauncher.java"
        ],
        "commitId" : "2f3b9e92483021b6b678b6111de1294997f3cd74",
        "timestamp" : 1358565617000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MainLauncher: Remove Thread.destroy() - n/a on Android ..\u000a",
        "date" : "2013-01-19T04:20:17+0100",
        "id" : "2f3b9e92483021b6b678b6111de1294997f3cd74",
        "msg" : "MainLauncher: Remove Thread.destroy() - n/a on Android ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/MainLauncher.java",
          "src/java/jogamp/android/launcher/ActivityLauncher.java",
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "d171a7ccc65fd284fe7e81ea3ff11d38360387bb",
        "timestamp" : 1358567129000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitable\u000a\u000a- ActivityLauncher\u000a  - no finish() from onDestroy()\u000a\u000a- MainLauncher\u000a  - finish activity after returning 'main()' returns\u000a  - no finish() from onDestroy()\u000a\u000a- adb-launch-main:\u000a  - Clear logcat\u000a  - Wait until activity is stopped\u000a  - Dump logcat to local logfile\u000a",
        "date" : "2013-01-19T04:45:29+0100",
        "id" : "d171a7ccc65fd284fe7e81ea3ff11d38360387bb",
        "msg" : "Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ActivityLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
        "timestamp" : 1358567272000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "adb-launch-main: logcat: append to log\u000a",
        "date" : "2013-01-19T04:47:52+0100",
        "id" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
        "msg" : "adb-launch-main: logcat: append to log",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "make/build-test.xml"
        ],
        "commitId" : "00c9fa8f2d69d15a2e4183e127b543a92fb5f4b8",
        "timestamp" : 1359552940000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement\u000a\u000a- NativeLibrary Fix\u000a  - enumerateLibraryPaths(..):\u000a     - Properly iterate through all prefix _and_ suffix.\u000a     - Make public for JNILibLoaderBase.loadLibraryInternal(..)\u000a\u000a  - isValidNativeLibraryName(..):\u000a     - Stop iterating through prefix, if previously found\u000a       but suffix doesn't match.\u000a\u000a- JNILibLoaderBase.loadLibraryInternal(..) Enhancement\u000a  - Mark customLibLoader FIXME: remove (we will get rid of jnlp.launcher.class)\u000a\u000a  - If System.load(TempJarCache) and System.loadLibrary(plainLibName) fails,\u000a    use NativeLibrary.enumerateLibraryPaths() w/ System.load(..) as last resort.\u000a\u000aTested on Linux x86_64 Java6 and OSX Java7 manually, no regressions expected.\u000a",
        "date" : "2013-01-30T14:35:40+0100",
        "id" : "00c9fa8f2d69d15a2e4183e127b543a92fb5f4b8",
        "msg" : "GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.macosx-java7.sh"
        ],
        "commitId" : "a45d7b1d090a77cadfd7877dc0eb468d4970efc4",
        "timestamp" : 1359553104000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add OSX Java7 build script\u000a",
        "date" : "2013-01-30T14:38:24+0100",
        "id" : "a45d7b1d090a77cadfd7877dc0eb468d4970efc4",
        "msg" : "Add OSX Java7 build script",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/make.gluegen.all.macosx-java7.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.android-armv7-cross.sh",
          "make/scripts/make.gluegen.all.android-armv6-cross.sh",
          "make/lib/gluegen-cpptasks-android-armv6.xml",
          "make/lib/gluegen-cpptasks-android-armv7.xml"
        ],
        "commitId" : "0634a2f9b4812b04dce4df466568184beac5c8cf",
        "timestamp" : 1359634306000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin' is required (?!)\u000a",
        "date" : "2013-01-31T13:11:46+0100",
        "id" : "0634a2f9b4812b04dce4df466568184beac5c8cf",
        "msg" : "Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv6-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv6.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv7.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv7-cross.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaConfiguration.java"
        ],
        "commitId" : "e58643727cc36d6dc27cec9e02934c26de7621ee",
        "timestamp" : 1359641490000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Cleanup GlueGen config 'ExtendedInterfaceSymbols*'\u000a\u000aSemantics Change:\u000a  ExtendedInterfaceSymbolsOnly was used for implementation generation only,\u000a  which is considered a bug!\u000a\u000a- ExtendedInterfaceSymbolsIgnore C.java\u000a  - Ignore symbols in C.java for interface generation\u000a- ExtendedInterfaceSymbolsOnly C.java\u000a  - Only use symbols in C.java for interface generation\u000a- ExtendedImplementationSymbolsIgnore C.java\u000a  - Ignore symbols in C.java for implementation generation\u000a- ExtendedImplementationSymbolsOnly C.java\u000a  - Only use symbols in C.java for implementation generation\u000a- ExtendedIntfAndImplSymbolsIgnore C.java\u000a  - Ignore symbols in C.java for interface and implementation generation\u000a- ExtendedIntfAndImplSymbolsOnly C.java\u000a  - Only use symbols in C.java for interface and implementation generation\u000a",
        "date" : "2013-01-31T15:11:30+0100",
        "id" : "e58643727cc36d6dc27cec9e02934c26de7621ee",
        "msg" : "Cleanup GlueGen config 'ExtendedInterfaceSymbols*'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/gluegen-cpptasks-android-armv6.xml",
          "make/lib/gluegen-cpptasks-android-armv7.xml"
        ],
        "commitId" : "c8de8fbf5d080b674b509763fbb7374c21ee705b",
        "timestamp" : 1359641519000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix comments in gluegen-cpptasks-android* config file\u000a",
        "date" : "2013-01-31T15:11:59+0100",
        "id" : "c8de8fbf5d080b674b509763fbb7374c21ee705b",
        "msg" : "Fix comments in gluegen-cpptasks-android* config file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv6.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv7.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/LauncherUtil.java",
          "src/java/jogamp/android/launcher/MainLauncher.java",
          "src/java/jogamp/android/launcher/ClassLoaderUtil.java",
          "make/scripts/adb-launch-main.sh",
          "src/java/jogamp/android/launcher/ActivityLauncher.java"
        ],
        "commitId" : "b47d0d92dd222999bf38633de1cec8de6a7ad369",
        "timestamp" : 1359659732000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoader for SYS-Packages w/ native libs, and non cached child ClassLoader for USR-Packages\u000a\u000aAndroid's Dalvik VM, like a JVM, cannot load a native library from one location by multiple ClassLoader.\u000a\u000aSince we don't like to hardcode the system-packages, as it was before, i.e. \"com.jogamp.common\", \"javax.media.opengl\",\u000awe need to either copy the libs or use parenting of cached ClassLoader.\u000aThe latter is chosen, since it's faster and uses less resources.\u000a\u000a- System-packages are passed through from the user 'List<String> LauncherUtil.BaseActivityLauncher::getSysPackages()'\u000a  to the ActivityLauncher, which instantiates the ClassLoader.\u000a\u000a- No more hard-reference the system-packages in ClassLoaderUtil (\"com.jogamp.common\", \"javax.media.opengl\"),\u000a  just use the new user provided system-packages.\u000a\u000a- The system-packages denominate a hash-key for caching, a new ClassLoader is created and mapped\u000a  if it does not yet exist.\u000a\u000a- A non-chached user-packages ClassLoader is created using the cached system-packages ClassLoader as it's parent.\u000a",
        "date" : "2013-01-31T20:15:32+0100",
        "id" : "b47d0d92dd222999bf38633de1cec8de6a7ad369",
        "msg" : "Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ClassLoaderUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/LauncherUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ActivityLauncher.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java"
        ],
        "commitId" : "ec7f7a3c809bb9e3beb84ce90e2fcbd8b7f4b7ee",
        "timestamp" : 1359677768000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initialCapcity\u000a",
        "date" : "2013-02-01T01:16:08+0100",
        "id" : "ec7f7a3c809bb9e3beb84ce90e2fcbd8b7f4b7ee",
        "msg" : "IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java"
        ],
        "commitId" : "1118cb7182611d0a77764a3c781a1148849b3022",
        "timestamp" : 1359678689000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned - relax loop-condition (hope thats ok)\u000a",
        "date" : "2013-02-01T01:31:29+0100",
        "id" : "1118cb7182611d0a77764a3c781a1148849b3022",
        "msg" : "IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/elf/Section.java",
          "src/java/jogamp/common/os/elf/IOUtils.java",
          "src/junit/com/jogamp/common/nio/TestStructAccessorEndian.java",
          "src/java/jogamp/common/os/elf/SectionHeader.java",
          "make/elf-header.cfg",
          "make/scripts/runtest.sh",
          "src/java/jogamp/common/os/elf/ElfHeader.java",
          "make/stub_includes/os/elf_eh_const.h",
          "make/stub_includes/os/elf_sh_const.h",
          "src/java/jogamp/common/os/elf/Ehdr.java",
          "make/scripts/crosstest-java-linux-armv6hf-rel.sh",
          "doc/elf/crosstest-java-linux-armv6hf-raspi.log",
          "make/build.xml",
          "make/elf-eh-const.cfg",
          "make/stub_includes/os/elf_header.h",
          "make/scripts/crosstest-java-linux-armv6-rel.sh",
          "src/junit/com/jogamp/common/os/TestElfReader01.java",
          "doc/elf/crosstest-java-linux-armv6sf-panda.log",
          "make/scripts/crosstest-java-linux-armv7-rel.sh",
          "src/java/jogamp/common/os/elf/SectionArmAttributes.java",
          "make/elf-sh-const.cfg",
          "doc/elf/crosstest-java-linux-armv6hf-panda.log",
          "src/java/jogamp/common/os/elf/Shdr.java"
        ],
        "commitId" : "2432dbef17c1dc4164f055cf434073bdabf8a6a9",
        "timestamp" : 1360293159000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to distinguish ARM soft-float/hard-float (part-1)\u000a\u000ahttps://jogamp.org/bugzilla/show_bug.cgi?id=681\u000a\u000a+ * References:\u000a+ * <ul>\u000a+ *   <li>http://linux.die.net/man/5/elf</li>\u000a+ *   <li>http://www.sco.com/developers/gabi/latest/contents.html</li>\u000a+ *   <li>http://infocenter.arm.com/\u000a+ *   <ul>\u000a+ *      <li>ARM IHI 0044E, current through ABI release 2.09</li>\u000a+ *      <li>ARM IHI 0045D, current through ABI release 2.09</li>\u000a+ *   </ul></li>\u000a\u000aAdded self contained jogamp.common.os.elf package w/ entry point class ElfHeader\u000ato read a RandomAccessFile and parse it as an ELF file.\u000a\u000aELF Parsing completness:\u000a  - Header: OK\u000a  - SectionHeader: OK\u000a  - Section Type SHT_ARM_ATTRIBUTES: OK\u000a     - Will be read into SectionArmAttributes\u000a     - Used to distinguisgh soft/hard VFP float\u000a\u000aTested manually on:\u000a  - Linux intel 32bit / 64bit, arm soft-float and hard-float\u000a",
        "date" : "2013-02-08T04:12:39+0100",
        "id" : "2432dbef17c1dc4164f055cf434073bdabf8a6a9",
        "msg" : "Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/stub_includes/os/elf_header.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/os/elf_eh_const.h"
          },
          {
            "editType" : "add",
            "file" : "doc/elf/crosstest-java-linux-armv6sf-panda.log"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/IOUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/Ehdr.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/Shdr.java"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/crosstest-java-linux-armv7-rel.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/crosstest-java-linux-armv6hf-rel.sh"
          },
          {
            "editType" : "add",
            "file" : "doc/elf/crosstest-java-linux-armv6hf-panda.log"
          },
          {
            "editType" : "add",
            "file" : "make/elf-sh-const.cfg"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/crosstest-java-linux-armv6-rel.sh"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/SectionArmAttributes.java"
          },
          {
            "editType" : "add",
            "file" : "doc/elf/crosstest-java-linux-armv6hf-raspi.log"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/os/TestElfReader01.java"
          },
          {
            "editType" : "add",
            "file" : "make/elf-header.cfg"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/os/elf_sh_const.h"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/Section.java"
          },
          {
            "editType" : "add",
            "file" : "make/elf-eh-const.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/ElfHeader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/nio/TestStructAccessorEndian.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/elf/SectionHeader.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "60409268e1d43be26b656b191d6684037f943123",
        "timestamp" : 1360343089000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Script: ADB launcher: Use system package, instead of user package (pkg -> sys in URI)\u000a",
        "date" : "2013-02-08T18:04:49+0100",
        "id" : "60409268e1d43be26b656b191d6684037f943123",
        "msg" : "Script: ADB launcher: Use system package, instead of user package (pkg",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/crosstest-java-linux-armv6-rel.sh",
          "src/junit/com/jogamp/common/os/TestElfReader01.java",
          "make/scripts/crosstest-java-linux-armv6hf-rel.sh",
          "make/scripts/runtest.sh",
          "src/java/jogamp/common/os/elf/ElfHeader.java",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "371e1dbff6f5f255ab27ed0ab32368abb06eed82",
        "timestamp" : 1360344070000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to distinguish ARM soft-float/hard-float (part-2)\u000a\u000a+    /**\u000a+     * Returns the {@link ABIType} of the current platform using given {@link CPUType cpuType}\u000a+     * and {@link OSType osType} as a hint.\u000a+     * <p>\u000a+     * Note the following queries are performed:\u000a+     * <ul>\u000a+     *   <li> not {@link CPUFamily#ARM} -> {@link ABIType#GENERIC_ABI} </li>\u000a+     *   <li> else\u000a+     *   <ul>\u000a+     *     <li> not {@link OSType#LINUX} -> {@link ABIType#EABI_GNU_ARMEL} </li>\u000a+     *     <li> else\u000a+     *     <ul>\u000a+     *       <li> Elf ARM Tags -> {@link ABIType#EABI_GNU_ARMEL}, {@link ABIType#EABI_GNU_ARMHF} </li>\u000a+     *     </ul></li>\u000a+     *   </ul></li>\u000a+     * </ul>\u000a+     * </p>\u000a+     * <p>\u000a+     * Elf ARM Tags are read using {@link ElfHeader}, .. and {@link SectionArmAttributes#abiVFPArgsAcceptsVFPVariant(byte)}.\u000a+     * </p>\u000a+     *\u000a+     * @param cpuType\u000a+     * @param osType\u000a+     * @return\u000a+     */\u000a+    private static final ABIType queryABITypeImpl(CPUType cpuType, OSType osType) {\u000a",
        "date" : "2013-02-08T18:21:10+0100",
        "id" : "371e1dbff6f5f255ab27ed0ab32368abb06eed82",
        "msg" : "Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/os/TestElfReader01.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/crosstest-java-linux-armv6-rel.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/crosstest-java-linux-armv6hf-rel.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/elf/ElfHeader.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/os/TestElfReader01.java"
        ],
        "commitId" : "a47d19d59cc8772dcf1ef67083c4401d913ad8d2",
        "timestamp" : 1360344519000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestElfReader01.testGNULinuxSelfExe: Restrict to LINUX\u000a",
        "date" : "2013-02-08T18:28:39+0100",
        "id" : "a47d19d59cc8772dcf1ef67083c4401d913ad8d2",
        "msg" : "TestElfReader01.testGNULinuxSelfExe: Restrict to LINUX",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/os/TestElfReader01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/os/TestElfReader01.java",
          "make/scripts/runtest-x32.bat",
          "make/scripts/runtest.sh",
          "make/scripts/runtest-x64.bat",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "30841742e735e70b3946d16711089960084e894c",
        "timestamp" : 1360383465000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /proc/self/exe (Linux) or a found java/jvm native lib.\u000a\u000a- PlatformPropsImpl.queryABITypeImpl: Check Elf Header for ARM + !ANDROID (i.e. add other OS than Linux, use native java/jmv lib)\u000a- NativeLibrary.enumerateLibraryPaths: Add 'sun.boot.library.path' to enumeration!\u000a- TestElfReader01: Add test for finding java/jvm native lib and parse it\u000a",
        "date" : "2013-02-09T05:17:45+0100",
        "id" : "30841742e735e70b3946d16711089960084e894c",
        "msg" : "Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/os/TestElfReader01.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest-x32.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JarUtil.java",
          "src/junit/com/jogamp/common/util/TestJarUtil.java"
        ],
        "commitId" : "f3894c9fa1904572ee21b5c3aa2ca9e26a5d5d1e",
        "timestamp" : 1360645202000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Make JarUtil work with custom classloaders\u000a\u000aAdded the ability for users to set a \"resolver\" in JarUtil\u000athat lets it find resources that are loaded by a custom classloader.\u000aThis is needed in OSGi apps (like Eclipse RCP apps), since OSGi\u000aresources do not have simple jar: URLs (they use a custom\u000aprotocol called bundleresource:).\u000a",
        "date" : "2013-02-11T23:00:02-0600",
        "id" : "f3894c9fa1904572ee21b5c3aa2ca9e26a5d5d1e",
        "msg" : "Make JarUtil work with custom classloaders",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestJarUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/Function.java",
          "src/java/com/jogamp/common/util/FunctionTask.java",
          "src/java/com/jogamp/common/util/TaskBase.java",
          "src/java/com/jogamp/common/util/RunnableTask.java"
        ],
        "commitId" : "b387d012103a02eb7d5eb919306583295ef09a38",
        "timestamp" : 1360753467000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding Function and FunctionTask extending RunnableTask functionality\u000a\u000aFunction allows passing arguments and having a return value in contrast to Runnable,\u000awhere FunctionTask allows a Function to be invoked and waited for.\u000a",
        "date" : "2013-02-13T12:04:27+0100",
        "id" : "b387d012103a02eb7d5eb919306583295ef09a38",
        "msg" : "Adding Function and FunctionTask extending RunnableTask functionality",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/TaskBase.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/Function.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/FunctionTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/FunctionTask.java",
          "src/java/com/jogamp/common/util/RunnableTask.java",
          "src/java/com/jogamp/common/util/TaskBase.java"
        ],
        "commitId" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
        "timestamp" : 1360799334000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done before syncObject.notifyAll() ; Make methods final\u000a\u000aFixes commit b387d012103a02eb7d5eb919306583295ef09a38.\u000a",
        "date" : "2013-02-14T00:48:54+0100",
        "id" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
        "msg" : "Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/FunctionTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/TaskBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.macosx-java7.sh",
          "make/jogamp-env.xml",
          "make/gluegen-cpptasks-base.xml"
        ],
        "commitId" : "4aa36ed61fd1bb434f2a5dd4d7dbffd6f87a446d",
        "timestamp" : 1361106963000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)\u000a\u000a- Pick-up OSX Java7 locations if setup via ${java.home} and files available\u000a  - host.rt.jar, target.rt.jar\u000a  - java.home.dir\u000a  - java.includes.dir\u000a  - java.includes.dir.platform\u000a  - java.lib.dir.platform\u000a\u000a- Remove 'very old' Java4/5 OSX locations\u000a- Remove java.osx.frameworks.dir, since JavaNativeFoundation.h dependencies are removed\u000a",
        "date" : "2013-02-17T14:16:03+0100",
        "id" : "4aa36ed61fd1bb434f2a5dd4d7dbffd6f87a446d",
        "msg" : "OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx-java7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "45a84db7739aba2ab4526d7ef87850b9eb824740",
        "timestamp" : 1361141280000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Add security checks to resolver methods.\u000a",
        "date" : "2013-02-17T16:48:00-0600",
        "id" : "45a84db7739aba2ab4526d7ef87850b9eb824740",
        "msg" : "Add security checks to resolver methods.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml",
          "make/jogamp-env.xml",
          "make/stub_includes/jni/macosx/jni_md.h",
          "make/stub_includes/jni/macosx/jawt_md.h"
        ],
        "commitId" : "e4fc97f6c08d58d1a62543fdfda92fddfda6ee68",
        "timestamp" : 1361118153000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/ Java7 [1.7 - 2.0]; Valid Java range [1.6 - 2.0].\u000a\u000a- OSX/Java7 darwin/jawt_md.h Workaround\u000a  Include JOGL's JNI MacOSX platform headers, since Oracle's Java7 darwin/jawt_md.h\u000a  has X11 dependencies and does not define JAWT_SurfaceLayers.\u000a\u000a- Disable OSX/i386 if compiled w/ Java7 [1.7 - 2.0]\u000a  Set macosx32 depending on 'ant.java.version'\u000a\u000a- Valid Java range [1.6 - 2.0]\u000a  Foresee new Java versions 1.9 and 2.0 :)\u000a",
        "date" : "2013-02-17T17:22:33+0100",
        "id" : "e4fc97f6c08d58d1a62543fdfda92fddfda6ee68",
        "msg" : "OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/jni/macosx/jni_md.h"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/jni/macosx/jawt_md.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
        "timestamp" : 1361123027000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for unit tests; Add optional property 'jvmJava7.exe' for Java7 unit tests.\u000a",
        "date" : "2013-02-17T18:43:47+0100",
        "id" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
        "msg" : "Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "fd475cc0f42eed11f908da4c725e3f53610ed156",
        "timestamp" : 1361262864000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Only evn. JUNIT_DISABLED==true -> junit.is.disabled:=true\u000a",
        "date" : "2013-02-19T09:34:24+0100",
        "id" : "fd475cc0f42eed11f908da4c725e3f53610ed156",
        "msg" : "Only evn. JUNIT_DISABLED==true -> junit.is.disabled:=true",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
        "timestamp" : 1361448218000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor edits to JarUtil.Resolver functionality: Exception types, avoiding duplicate processing of strings etc.\u000a",
        "date" : "2013-02-21T13:03:38+0100",
        "id" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
        "msg" : "Minor edits to JarUtil.Resolver functionality: Exception types, avoiding",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/awt/AWTEDTExecutor.java",
          "src/java/jogamp/common/awt/AWTEDTExecutor.java",
          "src/java/com/jogamp/common/os/DynamicLibraryBundle.java",
          "make/build.xml"
        ],
        "commitId" : "99a50b38f5650fedca0f207e03706ffa9492e50c",
        "timestamp" : 1362068858000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude java.part.awt in android gluegen-rt.\u000a",
        "date" : "2013-02-28T17:27:38+0100",
        "id" : "99a50b38f5650fedca0f207e03706ffa9492e50c",
        "msg" : "Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLibraryBundle.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/java/jogamp/common/awt/AWTEDTExecutor.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/awt/AWTEDTExecutor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java",
          "make/scripts/runtest.sh",
          "make/build-test.xml",
          "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java"
        ],
        "commitId" : "692ee1477a5422cb119070ecd87321833c302873",
        "timestamp" : 1362081302000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI binding initialization\u000a\u000a- OSX/Java7 w/o 32bit tests\u000a\u000a  OSX/Java7 has no 32bit JVM, disable d32 tests for such, using property 'use.macosx32'\u000a\u000a- Reliable Test1p*JavaEmitter JNI binding initialization\u000a\u000a  Load libs and init JNI binding statically w/ @BeforeClass,\u000a  since OSX/Java7 for some reason gets confused (?) w/ init sequence.\u000a  This is no issue for JOGL etc .. as far we have observed.\u000a",
        "date" : "2013-02-28T20:55:02+0100",
        "id" : "692ee1477a5422cb119070ecd87321833c302873",
        "msg" : "Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
      "fullName" : "Wade Walker"
    }
  ]
}