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

Changes

Summary

  1. Add parser temp output files to ignored list. (details)
  2. Fix sed for paths containing spaces on Windows. (details)
  3. Fix 7z for paths containing spaces on Windows. (details)
  4. Remove warnings in emitted C code. (details)
  5. Fix accidental tabs. (details)
  6. Allow Ignore in config to ignore unnamed structs. (details)
  7. Fix CStruct annotation processor warning. (details)
  8. Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994 (details)
  9. Bump to release 2.1.5 (Android: 0914019) (details)
Commit d1250ba34ab3015a2fbb3a9e71b444d7e4d0050d by Wade Walker
Add parser temp output files to ignored list.
The file was modified .gitignore (diff)
Commit c9b209bc850bda0c076d89ccf72a18248bb0a20b by Wade Walker
Fix sed for paths containing spaces on Windows.
The file was modified make/build.xml (diff)
Commit 2d94feea41d648fccaa96090e08e754a31aa1b14 by Wade Walker
Fix 7z for paths containing spaces on Windows.
The file was modified make/jogamp-archivetasks.xml (diff)
Commit 86c868fcb78b53f02ad2bae1770e4db61b892678 by Wade Walker
Remove warnings in emitted C code.

Fix 1: Only emit "int * _offsetHandle = NULL" if it will be used, to
avoid unused variable warning. Fix 2: Add "unsigned" to typecasts in C
function calls when needed to avoid implicit typecast warning. This
commit also adds a unit test for a method that uses an "unsigned char
**" parameter, to mimic the JOCL clCreateProgramWithBinary() function
that caused the typecast warnings.
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/test1.h (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/test1.c (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/types/IntType.java (diff)
The file was modified src/java/com/jogamp/gluegen/CMethodBindingEmitter.java (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/types/PointerType.java (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/test1.c (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java (diff)
The file was modified src/java/com/jogamp/gluegen/CMethodBindingEmitter.java (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/types/PointerType.java (diff)
Commit 7616f7b1a877f078fe76ff510d8e95ccd2a908d9 by Wade Walker
Allow Ignore in config to ignore unnamed structs.

Augments the behavior of the Ignore keyword to
ignore when gluegen skips the emission of unnamed
structs. These structs are usually unnamed because
we've created opaque types for them, so we know
they're not going to be emitted and want to be
able to suppress the warning on a case-by-case
basis.
The file was modified src/java/com/jogamp/gluegen/JavaEmitter.java (diff)
Commit fccb2460832aedd1b51372aa1e7881770cb638c9 by Wade Walker
Fix CStruct annotation processor warning.

Updated the Java source version the annotation processor supports
to stop it from throwing a warning during the build process.
The file was modified src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java (diff)
Commit 66a13b80b545e4a4107ef67ec504e4fc15138a30 by Sven Gothel
Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994
The file was modified src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java (diff)
The file was modified src/java/com/jogamp/gluegen/CMethodBindingEmitter.java (diff)
The file was modified src/java/com/jogamp/gluegen/JavaEmitter.java (diff)
The file was modified src/java/com/jogamp/gluegen/cgram/types/PointerType.java (diff)
Commit 28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb by Sven Gothel
Bump to release 2.1.5 (Android: 0914019)
The file was modified make/jogamp-env.xml (diff)