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

Changes

Summary

  1. Generate and add *.apk files to the 7z archive [for deployment] (details)
  2. Linux ARMel eabi: Use armv6t, soft-float - low profile to target more (details)
  3. Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use (details)
Commit a704c54d4e1eaf18c3fb8abd380304c69c310c32 by Sven Gothel
Generate and add *.apk files to the 7z archive [for deployment]
The file was modifiedbuild.xml (diff)
The file was addedresources/android/res-jocl/values/strings.xml
The file was modifiednbproject/project.properties (diff)
The file was addedresources/android/res-jocl/drawable-mdpi/icon.png
The file was addedscripts/make.jocl.all.android-armv7-cross.sh
The file was addedresources/android/AndroidManifest-jocl.xml
The file was addedresources/android/res-jocl/drawable-hdpi/icon.png
The file was addedresources/android/res-jocl/drawable-ldpi/icon.png
The file was addedresources/android/res-jocl/layout/main.xml
Commit 20364d088bb40adc1f1af042a955b8a376986b90 by Sven Gothel
Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices. Our ARMhf build is high profile.
The file was modifiedscripts/make.jocl.all.linux-armv7-cross.sh (diff)
Commit 8e0ddfedd2e200e3ef4d9f59c031f8f979d231be by Sven Gothel
Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLoader to find JNI native libraries
The file was modifiedsrc/com/jogamp/opencl/JOCLJNILibLoader.java (diff)