Skip to content
Builds

Loading builds...

The Jenkins Controller is preparing for shutdown. No new builds can be started.

Changes

#1169 (Aug 12, 2023, 6:16:53 PM)

  1. Add new kernel workgroup info functions to CLKernel — Wade Walker / cgit
  2. Remove non-functional CL_KERNEL_GLOBAL_WORK_SIZE test — Wade Walker / cgit
  3. Changes CLMemory's getNIOSize() and getNIOCapacity() to use buffer.limit() instead of capacity() in order to respect the user's desired buffer size in memory operations. — emily.leiviska / cgit
  4. Changing CLBuffer#create to respect the limit instead of capacity on the direct buffer that the CLBuffer is being created for as this more closely represents the users intention about the buffer size. — emily.leiviska / cgit
  5. Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE — Sven Gothel / cgit

#1161 (May 8, 2023, 5:24:19 PM)

  1. JOCL File Layout: Have *-java-src.zip inside jar folder — Sven Gothel / cgit
  2. Update Windows build scripts — Sven Gothel / cgit

#1151 (Jan 23, 2023, 11:41:03 AM)

  1. Remove Windows dll-rename, adopting to cpptasks.jar change — Sven Gothel / cgit

#1137 (Jan 4, 2020, 11:05:13 PM)

  1. native.tag.jar: include *.symbols — Sven Gothel / cgit
  2. native.tag.jar: Revert explicit inclusion of *.symbols file — Sven Gothel / cgit
  3. fix windows build scripts — Sven Gothel / cgit
  4. scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-* — Sven Gothel / cgit

#1134 (Jan 2, 2020, 10:37:28 AM)

  1. javadoc: fix — Sven Gothel / cgit

#1133 (Jan 2, 2020, 7:40:09 AM)

  1. update make-all script — Sven Gothel / cgit
  2. all build scripts: make.jocl.all-host-macos.sh make.jocl.all-host-linux.sh ; Add iOS build scripts — Sven Gothel / cgit
  3. Depend on jogl-all-noawt.jar instead of jogl-all.jar, allowing mobile device w/o AWT (iOS) — Sven Gothel / cgit

#1128 (Dec 31, 2019, 10:45:37 PM)

  1. Update CSS; Add responsive viewport design tag — Sven Gothel / cgit
  2. Update CSS; Add responsive viewport design tag — Sven Gothel / cgit
  3. Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath — Sven Gothel / cgit
  4. Bug 1417: Android: Adapt to GlueGen's 'aapt.signed' d8 usage and use manifest SDK API [min=21, target=28] — Sven Gothel / cgit
  5. Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk — Sven Gothel / cgit
  6. Native CC: Set usehighleveltool=true (e.g. ld via clang) writesoname=true (required by android) — Sven Gothel / cgit