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

Changes

Summary

  1. Use GlueGen's JNI header for native compilation (java.includes.dir, (details)
  2. Fix using GlueGen's JNI header for native compilation (details)
  3. Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar (details)
Commit f746c6cfb251478c10fa5d2df2d92f8855cb7cdc by Sven Gothel
Use GlueGen's JNI header for native compilation (java.includes.dir, java.includes.dir.platform)

Using the same cross-platform JNI header for native compilation
as for GlueGen code generation allows using a more determined (well defined)
and simplified environment.
The file was addedtest/native/sizeof_dump.c (diff)
The file was modified make/gluegen-cpptasks-base.xml (diff)
Commit 12ec1a6c41cd60df4f67df4a6332465fb82d9a3c by Sven Gothel
Fix using GlueGen's JNI header for native compilation (java.includes.dir, java.includes.dir.platform)

Patch custom make/lib/gluegen-cpptasks-<OS>-<ARCH>.xml
to match using GlueGen's JNI header.

Remove 'ignored override' defs of 'java.includes.dir.platform'
in build.xml.
The file was modified make/build.xml (diff)
The file was modified make/lib/gluegen-cpptasks-android-armv6.xml (diff)
The file was modified make/lib/gluegen-cpptasks-android-aarch64.xml (diff)
The file was modified make/lib/gluegen-cpptasks-linux-32bit.xml (diff)
Commit a224afde7eb5ee4b6877406e0321b3550586df2f by Sven Gothel
Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar
The file was modified .classpath (diff)