Skip to content
Builds

Loading builds...

Changes

#1185 (Jul 22, 2025, 6:02:53 AM)

  1. Remove maven '-android' aliasing, our make-copy-jars-one handles it — Sven Gothel / cgit
  2. Bug 1523: Java8 build setup using target.releaselevel=8 (gluegen default) and replace InternalBufferUtil w/ UnsafeUtil — Sven Gothel / cgit
  3. Fix whitespace of build*.xml files — Sven Gothel / cgit
  4. Bug 1523: Eclipse Java8 settings — Sven Gothel / cgit

#1183 (Jul 21, 2025, 6:58:07 AM)

  1. Android: Min API 24 -> 26 (Use GlueGen default settings) — Sven Gothel / cgit

#1181 (Jul 12, 2025, 8:24:41 PM)

  1. uses-sdk android:minSdkVersion="24" android:targetSdkVersion="35" (2025-08-31 requirements) — Sven Gothel / cgit

#1180 (Jul 6, 2025, 7:00:45 PM)

  1. Bug 1516 - Add Doxygen Documentation — Sven Gothel / cgit

#1177 (Jul 5, 2025, 2:18:52 PM)

  1. Eclipse Java-11 (min target) setting — Sven Gothel / cgit
  2. Eclipse: Drop android from build-path, no more working w/ using JRE-11 from JDK-21 — Sven Gothel / cgit

#1175 (Jun 28, 2025, 9:09:10 PM)

  1. Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native library path, support throughout DynamicLibraryBundle[Info] — Sven Gothel / cgit
  2. Build/test: Use OpenJDK-21 per default — Sven Gothel / cgit
  3. Use OpenJDK-21 and Java-11 source/target — Sven Gothel / cgit

#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