Skip to content
Builds

Loading builds...

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

Changes

#975 (Jun 27, 2025, 3:00:55 AM)

  1. InterruptSource.Thread: Add ctor variant w/ sole Runnable argument (was missing) — Sven Gothel / cgit
  2. Bump 2.6.0-rc-... — Sven Gothel / cgit
  3. Add WorkerThread: A re-start'able, pause'able and interrupt'able worker thread with an optional minimum execution duration — Sven Gothel / cgit
  4. WorkerThread: Move 'streamErr' Exception to local Runnable — Sven Gothel / cgit
  5. WorkerThread: Add optional minDelay to throttle excecution — Sven Gothel / cgit
  6. WorkerThread: Fix minDelayMS assignment using validated field value — Sven Gothel / cgit
  7. WorkerThread: Remove minDelayMS field, have it in Runnable branch only — Sven Gothel / cgit
  8. WorkerThread: Enhanced testing, added optional StateCallback for state changes, using bitfield state (earmarked to be used within GLMediaPlayerImpl etc) — Sven Gothel / cgit
  9. Uri: Added `Uri tryUriOrFile(final String uri_s)` for convenience / usability, as well as getScheme(String), isValidScheme(String), isFileScheme(String) and isHttpxScheme(String) — Sven Gothel / cgit
  10. WorkerThread.start(paused): Merge RUNNING | ACTIVE — Sven Gothel / cgit
  11. build.xml: Fix typo in a target description — Sven Gothel / cgit
  12. AudioSink: Just pass a finte buffer size (KISS), add getLastBufferedPTS() to access the last buffered audio pts — Sven Gothel / cgit
  13. Clock/Platform: Add currentMillis() analogue to currentNanos(), returning current monotonic milliseconds **since start of this application** — Sven Gothel / cgit
  14. AudioSink/TimeFrame1: API doc: Add notes about integer stored milliseconds for PTS and duration, i.e. good for 24.855 days — Sven Gothel / cgit
  15. AudioSink: Rename getQueued{Time->Duration}(), add updateQueue() — Sven Gothel / cgit
  16. Bug 1472: Enhance AV Sync: Pass through PTS object in AudioSink, tracking last PTS value against System Clock Reference (SCR) — Sven Gothel / cgit
  17. PTS: get(currentMillis): Employ rounding in integer conversion — Sven Gothel / cgit
  18. PTS: Add copy constructor — Sven Gothel / cgit
  19. Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used native library path, supported throughout DynamicLibraryBundle[Info] — Sven Gothel / cgit
  20. Bug 1474: Allow temp folder for exe-file test to contain parenthesis on Windows — Sven Gothel / cgit
  21. Bug 1474: Only quote exe-file path on Windows for execution — Sven Gothel / cgit
  22. Bug 1481 - Hide [ArgumentIs]PascalString argument's length — Sven Gothel / cgit
  23. TestStructGen*: Enable standalone testing, enforce Platform.initSingleton() — Sven Gothel / cgit
  24. Bug 1481 - Remove redundant isPascalLen() branch — Sven Gothel / cgit
  25. feat(callbackGenerator): Prevent NPE during call of java callback — mfery / cgit
  26. PTS: Add millisToTimeStr(..) convenient time string representation, also used by added get{SCR, Last, }TimeStr(..) methods — Sven Gothel / cgit
  27. PTS: Add convenient getCurrent() passing Clock.currentMillis() to get(long). — Sven Gothel / cgit
  28. PTS: Add toMillis(String), parsing string representation in '[H[H]:]m[m]:s[s][.S*]' using custom DateTimeFormatter to milliseconds, complementing millisToTimeStr(..) — Sven Gothel / cgit
  29. PTS: Rename millisToTimeStr() -> toTimeStr(), analogue to toMillis() — Sven Gothel / cgit
  30. Adding StringUtil, containing basic utility functions as well as unicode space (whitespace) and full- and halfwidth tests. — Sven Gothel / cgit
  31. Bump runtest.sh script w/ StringUtil test — Sven Gothel / cgit
  32. Rename StringUtil.strip() -> StringUtil.trim(), refine API doc — Sven Gothel / cgit
  33. feat(manual): Update configuration documentation (all are documented). — mfery / cgit
  34. Fix casting in Buffers.c — sibo.vangool / cgit
  35. HowToBuild: Debian 12 — Sven Gothel / cgit
  36. jogamp-env: Default sourcelevel/targetlevel to 1.8 — Sven Gothel / cgit
  37. jogamp-env: Cleanup whitespace — Sven Gothel / cgit
  38. bump test script — Sven Gothel / cgit
  39. Eclipse: Bump + Add CDT for native files — Sven Gothel / cgit
  40. Bug 1510: NativeLibrary shall respect OS library-path environment variable for searching in system-path — Sven Gothel / cgit
  41. Build/test: Use OpenJDK-21 per default — Sven Gothel / cgit
  42. JogAmpMacOSVersions: Bump adding MacOS 15 Sequoia testing — Sven Gothel / cgit
  43. Update md -> html — Sven Gothel / cgit
  44. Use Java-11 Target and Android SDK 36 / NDK 29 (2025-06-25) — Sven Gothel / cgit
  45. Android NDK 29 strip is llvm-strip — Sven Gothel / cgit
  46. Tests: Increase timing/clock tolerance: TestClock01 + TestWorkerThread01 — Sven Gothel / cgit
  47. JDK-8309361: JDK-21 perf-issue (annotation) — Sven Gothel / cgit
  48. JDK-21 Perf: TestIntIntHashMap: Add 2nd warm-up, increase tolerance to 4x on JDK-21 (1.5 on JDK < 21) — Sven Gothel / cgit
  49. Replace 'semver' w/ 'japicmp' for Java >= 11 Compatibility — Sven Gothel / cgit

#967 (Aug 18, 2023, 2:41:40 PM)

  1. feat(manual): Update configuration documentation. — ferymathieuy / cgit
  2. Bug 1449: Convert manual/index.html to `gfm` (GitHub-Flavored Markdown) using markdown -> manual/index.md and add conversion recipes + make/scripts/md2html_update.sh — Sven Gothel / cgit
  3. Bug 1449: Fix link style in manual refs .. — Sven Gothel / cgit
  4. doc/GlueGen_Mapping.md: Fix GlueGen Manual read consideration ... — Sven Gothel / cgit
  5. Bump: 2.5.0 Release — Sven Gothel / cgit

#965 (Aug 12, 2023, 4:27:32 PM)

  1. Bump JCPP: Use Unix '/' file separator in #line output for UNIFIED_OUTPUT — Sven Gothel / cgit

#964 (Aug 12, 2023, 3:10:30 PM)

  1. Add support for riscv64 architecture — schwab / cgit
  2. glibc-compat-symbols.h: skip versioning on PPC64/PPC64LE — tgc / cgit
  3. GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-free-code Struct-Code generation — Sven Gothel / cgit
  4. GlueGen Struct [2]: Add CodeUnit: Representing a generated C or Java file, covering multiple FunctionEmitter allowing to unify output, decoration and dynamic helper code injection per unit — Sven Gothel / cgit
  5. GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWriter...) — Sven Gothel / cgit
  6. GlueGen Struct [4]: JavaConfiguration Change: Drop 'ManualStaticInitCall', 'ForceStaticInitCode'; Add 'ReturnsStringOnly', 'MaxOneElement' and 'ImmutableAccess' — Sven Gothel / cgit
  7. GlueGen Struct [5]: Revised Struct Mapping + Documentation — Sven Gothel / cgit
  8. Buffers.copyNativeToDirectByteBuffer(): Remove unused var — Sven Gothel / cgit
  9. GlueGen Struct [6]: Simplify adding 'private ElementBuffer _eb*' memory buffer cache once @ 'releaseVal(..)' code creation — Sven Gothel / cgit
  10. feat(cli): Add --preserveGeneratedCPP option inside GlueGen — mfery / cgit
  11. feat(feature): Enable pragma once management — mfery / cgit
  12. feat(CompoundType): Improve error log on CompoundType.addField and CompoundType.setBodyParsed when body is already parsed — mfery / cgit
  13. feat(translationUnit): Improve logs in case of failure inside translationUnit — mfery / cgit
  14. feat(constants): Add supports of ~ inside ConstantDefinition — mfery / cgit
  15. feat(jni): Add directive for dedicated JNI Code with CustomJNICode — mfery / cgit
  16. GlueGen Struct [7]: Keep struct class non-final (revert), but ensure methods are final. Drop useless 'final' of 'static final'. — Sven Gothel / cgit
  17. ElementBuffer: Add absolute get/put multi-element with full srcElemPos, destElemPos, elementCount argument set and use it for the single absolute get/put methods. — Sven Gothel / cgit
  18. GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' flag), added (detailed) JavaDoc in generated code — Sven Gothel / cgit
  19. doc/JogAmpMacOSVersions.html: Replaced w/ standalone html5 w/ header (utf8) — Sven Gothel / cgit
  20. doc/GlueGen_Mapping.md: Remove note regarding shrinking array, resolved — Sven Gothel / cgit
  21. Drop .md -> .html generated docs (ugly), use our cgit md -> html via refined pandoc styles — Sven Gothel / cgit
  22. JavaType: Add getSignature(..) like Type — Sven Gothel / cgit
  23. Type: Add hasSize(), change getSignature(..) for const: isConstTypedef() -> "typedef", isConstRaw() -> "native" — Sven Gothel / cgit
  24. GlueGen Struct [9]: Fix regression which added a pointer referencing type 'void', i.e. exclude if !baseCElemType.hasSize() // like 'void*' -> 'void' — Sven Gothel / cgit
  25. GlueGen Struct [10]: Don't skip primitive w/ platform dependent sized type in struct (like 'int') .. — Sven Gothel / cgit
  26. GlueGen Struct [11]: Formalize Ownership (enum) and elaborate generated Java API-Doc — Sven Gothel / cgit
  27. GlueGen Struct [12]: Throw InternalError(..) for produced code-path where Ownership.Native _and_ native memory potentially gets replaced — Sven Gothel / cgit
  28. GlueGen Struct [9b]: Add unit test for fixed 'void*' regression commit eec3f21c3597ff9bf9760a06e00dd341214ea90d — Sven Gothel / cgit
  29. GlueGen Struct [13]: Adopt GlueGen_Mapping.md to changes, added `Struct Java Signature Examples` w/ Java API Doc snippets — Sven Gothel / cgit
  30. Bring back produced html5 standalone files, having fixed pandoc usage. — Sven Gothel / cgit
  31. CPP Enable Pragma Once: Use default jcpp branch as its merged now — Sven Gothel / cgit
  32. CPP Enable Pragma Once: Add GlueGen.run(..) debug output w/ all paramter — Sven Gothel / cgit
  33. CPP Enable Pragma Once: Default is 'true', since usually all compiler and APIs do support this feature — Sven Gothel / cgit
  34. CustomJNICode: Fix/complete commit d7bc10d7ff0e3a30d74c4e4c439230f3983bcfb4: Add emitCustomJNICode(..) for JavaEmitter.endFunctions() not just structs and fix the JNI-c stub code — Sven Gothel / cgit
  35. CustomJNICode: Add missing (separated) test1p1-CustomJNICode.c.stub — Sven Gothel / cgit
  36. fix(cli): Fix disablePragmaOnce option — ferymathieuy / cgit
  37. CPP Enable Pragma Once: Remove cli '--enablePragmaOnce' option as it is enabled by default — Sven Gothel / cgit
  38. GlueGen Struct [14]: Update doc/GlueGen_Mapping.md — Sven Gothel / cgit
  39. www/index.html: Copy Documentation section into main text for visibility — Sven Gothel / cgit
  40. Doc: Manual: Adding disclaimer being slightly outdated and hint to GlueGen_Mapping document — Sven Gothel / cgit
  41. GlueGen Type: Use virt getTargetType() for ArrayType dropping getElementType(); Rename getBase{Elem ->}Type() to align with getTargetType() — Sven Gothel / cgit
  42. doc/GlueGen_Mapping.md: Place `Struct Setter Pseudo-Code` above 'Signature Table' and add a brief signature to mapping description to the former — Sven Gothel / cgit
  43. GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documentation — Sven Gothel / cgit
  44. GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<FuncName>() — Sven Gothel / cgit
  45. GlueGen junit test2.h: Add an anonymous struct pointer w/ opaque long config — Sven Gothel / cgit
  46. JavaEmitter.typeToJavaTypeImpl(): Add targetType in GlueGenException and remove '"' in message — Sven Gothel / cgit
  47. GlueGen Test: Test2 -> Test2FuncPtr — Sven Gothel / cgit
  48. NIO NativeBuffer, {Element,Pointer}Buffer: Add limit, clear and flip; Arrange wrap/deref arguments equal; Add equal set of absolute get/set methods — Sven Gothel / cgit
  49. GlueGen: Type, JavaType: Align getSignature(..) output — Sven Gothel / cgit
  50. GlueGen: Type: Have get{Base,Target}Type() stop at isFunctionPointer(), enhance API doc; Add getArrayBaseOrPointerTargetType() and getTargetFunction() — Sven Gothel / cgit
  51. GlueGen: JavaConfiguration.typeInfo(..): Clarify DEBUG_TYPE_INFO output — Sven Gothel / cgit
  52. GlueGen: JavaConfiguration.promoteTypeInfo(): Fix primitive pointerDepth, i.e. only pass numPointersStripped w/o adding info.pointerDepth() — Sven Gothel / cgit
  53. GlueGen Struct [16]: Add support for pointer-pointer and function-pointer values — Sven Gothel / cgit
  54. GlueGen: Expose CMethodBindingEmitter.getJNIMangledArgs() as a public static to be reusable — Sven Gothel / cgit
  55. GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getConfig(), cleaning up API usage — Sven Gothel / cgit
  56. GlueGen Fix ProcAddressCMethodBindingEmitter.jniMangle(..) override: Use renamed {jniMangle->getJNIMangledArg}(..) — Sven Gothel / cgit
  57. GlueGen: Add JavaEmitter(JavaConfiguration) ctor — Sven Gothel / cgit
  58. JavaEmitter.generateArrayGetterSetterCode(): Place elemCountExpr null check where it could occur -> non-opaque, non-primitive array case — Sven Gothel / cgit
  59. GlueGen: Fix Type.getSignature(..): Test for isFunctionPointer() to elaborate on FunctionType as getTargetType() only retruns a function-ptr and no more a function-type. — Sven Gothel / cgit
  60. GlueGen FunctionType: Expose toString(..) w/ 'isPointer' argument — Sven Gothel / cgit
  61. GlueGen Add JavaType.forObjectClass() — Sven Gothel / cgit
  62. GlueGen FunctionSymbol: Simplify ctor reusing main-ctor; Be always reachable via type(def)name, ctor: addAliasedName( type.getCName() ) — Sven Gothel / cgit
  63. GlueGen JavaConfiguration: Add 'JavaCallbackDef <funcion-pointer-typedef-name> [user-param-idx]' — Sven Gothel / cgit
  64. GlueGen JavaConfiguration: Add List<Integer> stringArguments(final AliasedSymbol symbol) — Sven Gothel / cgit
  65. GlueGen JavaCallback: Add preliminary implementation (WIP): Produces proper interfaces, TODO implementation — Sven Gothel / cgit
  66. GlueGen JavaCallback: Add more related documentation — Sven Gothel / cgit
  67. GlueGen JavaType: Add new nature 'String clazzName': Future (not yet generated or existing) Class objects (existing at runtime) — Sven Gothel / cgit
  68. GlueGen JavaCallback: Use new JavaType nature 'named-class', denoting the generated callback interface mapping the callback function. — Sven Gothel / cgit
  69. GlueGen JavaCallback: Expose getJNIMethodDescriptor() for JNI mangled method names, used in CMethodBindingEmitter; Use JavaCallback's function-pointer-type capital-name as simple-class-name and its FQN for JNI resolution. — Sven Gothel / cgit
  70. GlueGen JavaCallback: Move JavaCallback into JavaConfiguration, accessible across *Emitter (needed for CMethodEmitter as well); Add JavaCallback.methodSignature to be passed to native function later on to find the callback jmethodID — Sven Gothel / cgit
  71. GlueGen JavaCallback: Add JavaCallback.methodSignature to JNI arg-list and pass value at invocation, allowing to find the jmethodID of callback — Sven Gothel / cgit
  72. GlueGen Struct [17]: Handle void pointers, i.e. `void*`, within a struct as `Opaque` configured pointer-types — Sven Gothel / cgit
  73. GlueGen doc/GlueGen_Mapping.md: Mentiond OO-Style API mapping and add section for it — Sven Gothel / cgit
  74. GlueGen LibraryOnLoad Config: Generate `JNI_OnLoad(..)` for dynamic and `JNI_OnLoad_<LibraryBasename>(..)` for static libraries and `JVMUtil_GetJNIEnv(..)` to resolve the `JNIEnv*` as used by JavaCallback — Sven Gothel / cgit
  75. GlueGen: Move [de]captializeString(..) JavaEmitter -> static in CodeGenUtils — Sven Gothel / cgit
  76. GlueGen CMethodBindingEmitter: Refactor emitBodyReturnResult() -> emitBodyMapCToJNIType(): Reuse to converting any C-type argument to java JNI type (i.e. native callback to JavaCallback) — Sven Gothel / cgit
  77. GlueGen FunctionType: Factor out getParameterList(..) from toString(..) and drop 'void' and use typedef-name; MethodBinding: Add getCParameterList(..) and getJavaParameterList(..) for general usage similar to FunctionType.getParameterList() — Sven Gothel / cgit
  78. GlueGen ProcAddressCMethodBindingEmitter.jniMangle() override: Only add additional params if produced name containes '__', i.e. JNI mangled parameter — Sven Gothel / cgit
  79. GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, added code generation incl. native to Java dispatch and resource management — Sven Gothel / cgit
  80. Doc: Align GlueGen_Mapping.md intro w/ README.md and www/index.html — Sven Gothel / cgit
  81. Doc: www/index.html: Fix JOGL UML link — Sven Gothel / cgit
  82. Doc intro: Fix LibraryOnLoad using generic LibraryBasename — Sven Gothel / cgit
  83. README.md: Fix links — Sven Gothel / cgit
  84. GlueGen JavaCallback: Set-Callback: Ensure a previously mapped 'userParam' instance is released before binding new one; Add test changing callback function. — Sven Gothel / cgit
  85. Test4JavaCallback: Just rename myUserParam -> myUserParam01 for future tests.. — Sven Gothel / cgit
  86. Eclipse classpath — Sven Gothel / cgit
  87. GlueGen FunctionType/MethodBinding: get*ParameterList(): Use a more flexible way via a ParameterConsumer visitor, also usable for other iterative parameter generator — Sven Gothel / cgit
  88. GlueGen JavaCallback: Resolve key mapping of callback and associated resources via 'JavaCallbackKey' config and custom `SetCallback-KeyClass` — Sven Gothel / cgit
  89. GlueGen Intro: Add section about its comprehensive runtime library, shorten the JNI_OnLoad section — Sven Gothel / cgit
  90. GlueGen JavaCallback: Release the associated data (natively) only after the actual toolkit setCallback call — Sven Gothel / cgit
  91. GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expose 'Key' to public and use it. Expose release*() and get*Keys() methods — Sven Gothel / cgit
  92. GlueGen JavaCallback: Use `SetCallback-KeyClass` if manually specified, even if no keys are defined! — Sven Gothel / cgit
  93. GlueGen JavaCallback: Native callback: Check ObjectRef validity and synchronize (MonitorEnter/Exit) with same Object of Java impl. -> thread safe — Sven Gothel / cgit
  94. GlueGen JavaCallback: Emphasize all methods are thread-safe — Sven Gothel / cgit
  95. doc/GlueGen_Mapping.md: Typo — Sven Gothel / cgit
  96. GlueGen JavaCallback: Document native callback use-after-free potential (caught), zero-mem @ release — Sven Gothel / cgit
  97. GlueGen JavaCallback: Native Callback: Reduce 'look-ahead' of read-after-free to critical lockObj only — Sven Gothel / cgit
  98. GlueGen Struct [18]: Drop redundant 'static get*ElemCount() { return 1 }` for: isPrimitive && !isPointer && staticElemCount && maxOneElement — Sven Gothel / cgit
  99. CMethodBindingEmitter JavaCallback: Use a friendly readable basename for errors — Sven Gothel / cgit
  100. GlueGen JavaCallback: CMethodBindingEmitter: Check lockObj for NULL before GetObjectRefType(), avoid certain (older) Hotspot issues — Sven Gothel / cgit
  101. GlueGen JavaCallback: CMethodBindingEmitter: Check, describe & clear exception if occurring - we must assume async off-thread source in general — Sven Gothel / cgit
  102. GlueGen JavaCallback: Unify native 'T_JavaCallbackGlueData' typedef struct — Sven Gothel / cgit
  103. GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping native heap, support Struct UserParam ... — Sven Gothel / cgit
  104. GlueGen JavaType.appendDescriptor(..): Fix regression: Must return a vanilla descriptor ('/' not '_') i.e. non JNI method-name descriptor to avoid double conversion — Sven Gothel / cgit
  105. doc/GlueGen_Mapping.md: Quote `void*` correctly .. — Sven Gothel / cgit
  106. GlueGen JavaCallback/LibraryOnLoad: Always include the `libraryBasename` agnostic 'emitJNIEnvDecl()' (declaration) in JNI code; Detach the thread from the JVM if newly attach in callback! — Sven Gothel / cgit
  107. GlueGen: Add 'PascalString' string semantics (length + value-ptr), added prelim code for JavaCallback use-case emitBodyMapCToJNIType() — Sven Gothel / cgit
  108. Manual: Refine `ArgumentIsPascalString` — Sven Gothel / cgit
  109. GlueGen JavaCallback: Fix `staticCBClazz*` initial setup (only), using a NewGlobalRef() for jclass (not required for static jmethodID) — Sven Gothel / cgit
  110. GlueGen JavaCallback: Remove ambiguity: Config JavaCallbackDef/JavaCallbackKey: Always define both parameter indices; emitJavaStaticCallback(): Use cbFuncBinding and cbFuncKeyIndices from callback parameter to build key — Sven Gothel / cgit
  111. GlueGen JavaCallback Doc: Remove reasoning (avoiding ambiguity) to CallbackFunction parameter index — Sven Gothel / cgit
  112. GlueGen JavaCallback: Add capability to have UserParam as (part of) key — Sven Gothel / cgit
  113. Manual: Fix ArgumentIsPascalString — Sven Gothel / cgit
  114. GlueGen JavaCallback: Add optional custom 'Callback-UserParamClass` for non-compound `UserParam` types to have more clarity in resulting API — Sven Gothel / cgit
  115. doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass' — Sven Gothel / cgit
  116. doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass' (2 more occassions) — Sven Gothel / cgit
  117. doc/GlueGen_Mapping.md: Using 'UserParamClass' .. grammar (3 commits for 1 discount today) — Sven Gothel / cgit
  118. feat(generation): Add setter generation for not constant and not opaque compound attribute — mfery / cgit
  119. feat(callbackGenerator): Add basic management of callback without userData — mfery / cgit
  120. doc/GlueGen_Mapping.md: Add some documentation with JavaCallback without userData — mfery / cgit
  121. feat(arrayAccessor): Allow to use ReturnedArrayLength with getter associated with field with name in PascalCase or camelCase — mfery / cgit
  122. CMethodBindingEmitter.emitBodyMapCToJNIType(..): Add proper intendation to NIO ByteBuffer generation (isNIOBuffer || isCompoundTypeWrapper) — Sven Gothel / cgit
  123. JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode}(): Group 'userParamDefined' case (cleanup) — Sven Gothel / cgit
  124. JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallbackBodyPassJavaArguments}(): Use capitalized sub-string 'baseArgName' for (static) callback related entities — Sven Gothel / cgit
  125. JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallbackBodyPassJavaArguments}(): Fix exclusion of ad-hoc compound conversion for userParam — Sven Gothel / cgit
  126. JavaCallbackEmitter.emitCSetFuncPreCall(): Drop redundant arg 'CMethodBindingEmitter jcbFuncCMethodEmitter', use local 'info.cbFuncBinding' — Sven Gothel / cgit
  127. JavaCallbackEmitter.emitJavaCallbackBodyPassJavaArguments(): Drop redundant arg 'MethodBinding jcbFuncCMethodBinding', use local 'info.cbFuncBinding' — Sven Gothel / cgit
  128. JavaCallbackEmitter.emitCAdditionalCode(): Use `info.cbFuncBinding` locally and passed 'jcbFuncCMethodEmitter' only to invoke CMethodBindingEmitter.emitBodyMapCToJNIType(..) — Sven Gothel / cgit
  129. JavaEmitter: Encapsulate 'needsJavaCallbackCode' query in JavaConfiguration. TBD: Is this even required? — Sven Gothel / cgit
  130. Fix & Enhance Test4JavaCallback for non-userParam chapter12*: Fix ad-hoc compound equals and add chapter12b for additional parameter with different order — Sven Gothel / cgit
  131. feat(callbackGenerator): Prevent generation of CallBack interface if setter related isn't present — mfery / cgit
  132. CMethodBindingEmitter.emitBodyPassCArguments(): Either pass STRING_CHARS_PREFIX or javaCallbackEmitter.emitCOptArgumentSuffix(..) — Sven Gothel / cgit
  133. JavaEmitter.bindFunction(): Add JavaCallback userParam non-void case (i.e. 'String') — Sven Gothel / cgit
  134. JavaCallbackEmitter.emitJavaKeyClass(): Use directBufferAddress for compound types in equals and hashCode, i.e. use memory identity — Sven Gothel / cgit
  135. JavaCallback: Remove non-UserParam JavaConfiguration.requiresJavaCallbackCode() — Sven Gothel / cgit
  136. doc/GlueGen_Mapping.md: Shorten UserParamIndex '<0' to disable 'UserParam' and produce html page — Sven Gothel / cgit
  137. wip(test_case): Example of test case for issue related of 927bbc7160a812bb29c0e7120d4a3009bfb13bbf — mfery / cgit
  138. Revert "JavaCallback: Remove non-UserParam JavaConfiguration.requiresJavaCallbackCode()" — Sven Gothel / cgit
  139. WIP JavaCallback Tests: Rename test2-gluegen.cfg -> test2-if.cfg — Sven Gothel / cgit
  140. WIP JavaCallback Tests: Fix: Link library Bindingtest2p1 against library test2 not test1 — Sven Gothel / cgit
  141. WIP JavaCallback Tests: Fix: test2-CustomJavaImplCode.java.stub must be 'IncludeAs' for both implementations, Bindingtest2p1Impl and Bindingtest2p2Impl — Sven Gothel / cgit
  142. WIP JavaCallback Tests: Fix typo in 'CustomJavaCode' Java class target name — Sven Gothel / cgit
  143. WIP JavaCallback Tests: Fix Test4p2JavaCallback.chapter__TestLoadLibrary() issue loadBindingtest2p2() not loadBindingtest2p1() — Sven Gothel / cgit
  144. GlueGen Code Unit Tests using a statically linked tool library do not need to load the tool library dynamically, hence dropped. — Sven Gothel / cgit
  145. JavaConfiguration.requiresJavaCallbackCode() shall return true for all JavaCallback cases no just non-userParam case — Sven Gothel / cgit
  146. Cleanup unit test class names: Try to start w/ 'Test', remove intermediate 'Test' for supporting, non-test classes — Sven Gothel / cgit
  147. Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermediate 'Test' for supporting, non-test classes — Sven Gothel / cgit
  148. Cleanup unit test class names (pt3): Try to start w/ 'Test', remove intermediate 'Test' for supporting, non-test classes — Sven Gothel / cgit
  149. Add notes `Loading a MacOS Native Library's Dependencies` and use absolute path in unit test script for library-path — Sven Gothel / cgit
  150. Minor cleanup (includes, spacing) — Sven Gothel / cgit
  151. JavaCallback: Add Mathieu Féry's detailed git comment regarding 2abb40b0ca9a6a06bdbe3e66b4235301ed15c693; Updated GlueGen_Mapping.md — Sven Gothel / cgit
  152. feat(generation): Fix CodeGenUtils.emitJavaHeaders — mfery / cgit
  153. feat(generation): Fix generic parsing inside JavaParser.g to allow parsing of java callback implementation — mfery / cgit
  154. Bump jcpp (merged w/ jcpp upstream v1.4.14) and adopt to changes — Sven Gothel / cgit
  155. Drop PCPP, GlueGen exclusively uses JCPP; Adopt test case Test{P->J}CPP — Sven Gothel / cgit
  156. TestJCPP: Add recursive-include test and include a header file starting with '-' and in a subdir containing a '-' — Sven Gothel / cgit
  157. ANTLR Syntax: Add debugging facility for GnuCParser.g and StdCParser.g — Sven Gothel / cgit
  158. Bug 1450: Fix 'Number' rule, i.e. only consume positive numbers as `additiveExpr` and `unaryExpr` consume the '-' operator — Sven Gothel / cgit
  159. Bug 1450: Widen ConstantDefinition.isConstantExpression() to include 'patternCPPOperand' — Sven Gothel / cgit
  160. Bug 1450: Be more verbose w/ JavaEmitter comment lines for enums and defines, include native expression — Sven Gothel / cgit
  161. Bug 1450: Add test snippets covering the issues: test2.h for Bindingtest2, TestJCPP and new TestCParser — Sven Gothel / cgit
  162. Bug 1450: TestCParser: Enable test10_cc() w/o JCPP — Sven Gothel / cgit
  163. GlueGen: 'from expression' -> 'with expression' — Sven Gothel / cgit

#961 (May 23, 2023, 2:28:09 AM)

  1. AudioSink: Enhance description re 'AudioFrame' and 'frameDuration' also using enqueueData() -> 1 AudioFrame — Sven Gothel / cgit
  2. AudioSink: Add getAvgFrameDuration(); API-Doc: Default*: 'frame' -> AudioFrame; init(): Use getAvgFrameDuration() for queue growth and limit. — Sven Gothel / cgit
  3. AudioFormat/AudioSink: Use float in seconds for duration to avoid losing precision when dealing with stats, averages etc — Sven Gothel / cgit
  4. AudioSink: Refine context locking where supported, have a more usable universal API interface — Sven Gothel / cgit
  5. AudioSink: Drop getMaxSupportedChannels(), use getNativeFormat(), getPreferredFormat() and isSupported(); Add setChannelLimit() impacting — Sven Gothel / cgit

#960 (May 20, 2023, 2:35:37 PM)

  1. JarUtil.getRelativeOf(): Make'cutOffInclSubDir' optional, i.e. ignore if null in case no sub-directory is desired — Sven Gothel / cgit

#959 (May 20, 2023, 7:55:25 AM)

  1. Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen for cross module usage in JOAL, JOGL, ... — Sven Gothel / cgit
  2. AudioSink: Add exclusive locking allowing implementations to short-cut for less management overhead (-> OpenAL + Synthesizer) — Sven Gothel / cgit
  3. Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has moved to com.jogamp.openal.util.ALAudioSink (public) — Sven Gothel / cgit
  4. AudioFormat: Fix rounding/int-truncate errors, all millisecond params use type int — Sven Gothel / cgit
  5. AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix API doc — Sven Gothel / cgit
  6. Add AudioSink.getSourceCount(), refine Audio* API doc — Sven Gothel / cgit
  7. AudioSink.init(): Detail 'frameDuration' intend and impact of underlying JOAL/OpenAL implementation — Sven Gothel / cgit

#957 (May 15, 2023, 7:10:34 AM)

  1. doc/JogAmpMacOSVersions.md: Fix 'Build node 12.6.5' row (11 -> 12) — Sven Gothel / cgit

#956 (May 8, 2023, 7:28:00 PM)

  1. GlueGen 7z File Layout: Have *-java-src.zip inside jar folder — Sven Gothel / cgit

#954 (May 7, 2023, 2:52:35 AM)

  1. Next JogAmp Release to be 2.5.0, mark w/ developer RC + timestamp tag — Sven Gothel / cgit
  2. Buffers: Add put[34][bsifd](..) and array-put variants for flexibility/performance. — Sven Gothel / cgit
  3. Add Clock, implementing proper monotonic and wallclock time using Instant (sec + nsec), currentTimeMillis() is also monotonic now, reused by Platform. Dropped Platform.currentTimeMicros() — Sven Gothel / cgit
  4. Add PerfCounterCtrl, a simple performance counter controller — Sven Gothel / cgit
  5. Fix Clock for performance counter: Add currentTimeNanos() since module startup, retrievable via getMonotonicStartupTime(). (performance) — Sven Gothel / cgit
  6. Clock: Rename currentTimeNanos() -> currentNanos() as it represents the duration since module startup and not time. — Sven Gothel / cgit
  7. Clock: Consider return code on failed native clock_gettime(..) call; Add Win32 clock_gettime() implementation. — Sven Gothel / cgit
  8. Clock: Use Clock.currentNanos() instead of System.nanoTime() — Sven Gothel / cgit
  9. IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumBytes' argument, since we have no user-feedback callback passed. — Sven Gothel / cgit
  10. IOUtil.copyStream2Byte{Array|Buffer}(..): API Doc: Clarify that the complete stream is copied. — Sven Gothel / cgit
  11. IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segment) of the input stream (skipBytes, byteCount) — Sven Gothel / cgit
  12. HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 threads', allowing C++ std::mutex etc to be used (openal-soft) — Sven Gothel / cgit
  13. HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip — Sven Gothel / cgit
  14. Roll back MacOS Min Version Requirement to 10.5 from 11.0 (macosx-version-min) — Sven Gothel / cgit
  15. MacOS: Using 'Minimum Deployment Target' 10.7 (Lion) and documenting MacOS versions — Sven Gothel / cgit
  16. doc/JogAmpMacOSVersions.md Fix markdown list — Sven Gothel / cgit
  17. doc/JogAmpMacOSVersions.md: Spaces (and 2nd attempt to fix the list depth in .. Build Setup .. — Sven Gothel / cgit
  18. doc/JogAmpMacOSVersions.md: 3rd times a charm (space and list depth) — Sven Gothel / cgit
  19. doc/JogAmpMacOSVersions.md 4th round (...) — Sven Gothel / cgit

#952 (Feb 1, 2023, 6:53:41 PM)

  1. GlueGen: Mark 2.4.0 as released. — Sven Gothel / cgit

#950 (Jan 23, 2023, 8:41:49 PM)

  1. NativeLibrary.enumerateLibraryPaths(): Reduce relative/absolute path mapping to 'java.library.path', others are absolute — Sven Gothel / cgit
  2. MappedByteBufferInputStream: Reduce dependency to Platform — Sven Gothel / cgit

#949 (Jan 23, 2023, 10:41:04 AM)

  1. Formatting: BindingJNILibLoader, AWTEDTExecutor — Sven Gothel / cgit
  2. Bump cpptasks.jar, commit 19c854265956942497dc89444a9ee84f18383671 (Support native windows dll-names) — Sven Gothel / cgit
  3. Remove Windows dll-rename, adopting to cpptasks.jar change — Sven Gothel / cgit
  4. Windows java-win64.bat launch script: Set LIB_DIR to absolute path as required by System.load*() — Sven Gothel / cgit
  5. NativeLibrary: Add getSystemEnvLibraryPaths(), i.e. LD_LIBRARY_PATH, PATH, .. content — Sven Gothel / cgit
  6. NativeLibrary.enumerateLibraryPaths(): Using addPaths() ensures given 'path' is being resolved as absolute-canonical as required for System.load*() — Sven Gothel / cgit
  7. JNILibLoaderBase.loadLibraryInternal(): Produce own detailed exception if lib couldn't be loaded (avoid showing misleading orig exception) — Sven Gothel / cgit

#948 (Jan 21, 2023, 2:28:44 AM)

  1. MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0 — Sven Gothel / cgit
  2. Fix unit test1.h — Sven Gothel / cgit
  3. Eclipse: Use JDK 1.8.0 JRE container to avoid Java 11 modules — Sven Gothel / cgit
  4. MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64 — Sven Gothel / cgit
  5. Eclipse: Add jdt settings — Sven Gothel / cgit
  6. Eclipse: Update settings — Sven Gothel / cgit
  7. Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() — Sven Gothel / cgit
  8. build.xml: Always set source w/ target version, avoid build WARNING — Sven Gothel / cgit
  9. Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl: Remove static OSXVersion and Version* vars, add JAVA_17 and JAVA_21 flag. — Sven Gothel / cgit
  10. SecurityUtil: Skip System's SecurityManager action for getSecurityManager() and doPrivileged() for Java17+ — Sven Gothel / cgit
  11. TestIteratorIndexCORE: Fix template usage — Sven Gothel / cgit
  12. TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thread()' to avoid potential Java>17 collision (JEP 361) — Sven Gothel / cgit
  13. src/junit/com/jogamp/gluegen/test/junit/generation/test1.h: Fix warnings re 'const' qualifier — Sven Gothel / cgit
  14. Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API — Sven Gothel / cgit
  15. HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17 — Sven Gothel / cgit
  16. Build: jogamp-env: Set minJava{8,9,11,17,21}, allowing detailed JVM attributes and reuse it. — Sven Gothel / cgit
  17. Update Windows build/test scripts, remove 32-bit windows scripts — Sven Gothel / cgit
  18. HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS cmake version — Sven Gothel / cgit
  19. HowToBuild: Update Debian >= 11 — Sven Gothel / cgit
  20. android aapt: add includeAntRuntime="false" (warning off) — Sven Gothel / cgit
  21. check-java-major-version: Add proper alt version — Sven Gothel / cgit
  22. jogamp-androidtasks: Drop fixed 'android.api.level.min', 'use android.api.level' (default: level 24 or 'N') — Sven Gothel / cgit
  23. jogamp-androidtasks: Update key and sign parameter: sigalg 'SHA256withRSA', keyalg 'RSA', keysize '2048', validity '365', digestalg 'SHA256' — Sven Gothel / cgit

#929 (Jan 4, 2020, 8:28:54 PM)

  1. native.tag.jar: include *.symbols — Sven Gothel / cgit
  2. native.tag.jar: Revert explicit inclusion of *.symbols file -> implicit inclusion/exclusion based on build.dynamiclibs — Sven Gothel / cgit
  3. fix windows build scripts — Sven Gothel / cgit

#928 (Jan 2, 2020, 9:16:54 AM)

  1. OpenJDK 11 javadoc stylesheet and resources — Sven Gothel / cgit
  2. javadoc stylesheet: Apply JogAmp Style .. — Sven Gothel / cgit
  3. javadoc: enable frames — Sven Gothel / cgit

#927 (Jan 2, 2020, 5:48:52 AM)

  1. update make-all script — Sven Gothel / cgit
  2. add optional make/lib/gluegen/cpptasks* for iOS aarch64 and amd64 — Sven Gothel / cgit
  3. make/lib/gluegen-cpptasks* set 'is64Bit' where appropriate (no impact, but added for correctness) — Sven Gothel / cgit
  4. jogamp-fat.jar Main-Class VersionApplet -> GLWindow — Sven Gothel / cgit
  5. Bump iOS 12.2 -> 13.2 — Sven Gothel / cgit
  6. iOS scripts: Use GLUEGEN_CPPTASKS_FILE instead of -DisIOS*=true — Sven Gothel / cgit
  7. all build scripts: make.gluegen.all-host-macos.sh make.gluegen.all-host-linux.sh — Sven Gothel / cgit
  8. Handle special junit treatment via make/lib/gluegen-cpptasks* (i.e. iOS) — Sven Gothel / cgit

#921 (Dec 31, 2019, 8:19:20 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: Initial Host/Target Compiler Selection: Java8 — Sven Gothel / cgit
  4. Update cpptask.jar to commit 757192655df20cc6a68affe8cbb4d7de387c9c67 — Sven Gothel / cgit
  5. iOS: Initial iOS support commit: build.xml targets, java code-path etc — Sven Gothel / cgit
  6. Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libgluegen-rt[.so] -> libgluegen_rt[.so|.a] — Sven Gothel / cgit
  7. Update cpptask.jar to commit 18e04a2fb9c2a3556040091213f82fc570bc5736 — Sven Gothel / cgit
  8. iOS: Bump required iOS default version to 11.0 — Sven Gothel / cgit
  9. iOS: Generalize building the native symbols file via macro — Sven Gothel / cgit
  10. iOS: NativeLibrary: Refine iOS, use proper alt system path for iOS+OSX, relax closeLibrary(..) — Sven Gothel / cgit
  11. Bug 1363: Java 11: Mod scripts for OpenJDK11 usage — Sven Gothel / cgit
  12. Bug 1363: Java 11: HowToBuild Update — Sven Gothel / cgit
  13. Ported NativeTaglet to jdk.javadoc.doclet.Taglet — Sven Gothel / cgit
  14. Fixed native header generation so it doesn't use javah — Sven Gothel / cgit
  15. Bug 1363: Java 11: build.xml fix some comments, javah replacement move and compile time build — Sven Gothel / cgit
  16. Fix warning in annotation processor — Sven Gothel / cgit
  17. Fixed null pointer exception in logging print — Sven Gothel / cgit
  18. Fixed CStruct annotation processor to not use dummy Java variable types — Sven Gothel / cgit
  19. Fixed java.home directory and removed obsolete tools.jar — Sven Gothel / cgit
  20. Fixed minor Ant buildfile consistency issues — Sven Gothel / cgit
  21. Fixed JRE path for Linux AMD64 to work for Java 11 — Sven Gothel / cgit
  22. Bug 1363: Java 11: Refine 'java.home.dir' and 'java.lib.dir.platform' setup for traditional layout and JEP 220(Java 9+) — Sven Gothel / cgit
  23. Bug 1363: Java 11: Align gluegen-cpptask-custom.xml template to commit f54e4fbaebfec36bd3b523dc4e23f744e8e6a4ef — Sven Gothel / cgit
  24. iOS: Fix native symbol generation for Windows — Sven Gothel / cgit
  25. MacOS shall only scan for .dylib, dropping .jnilib search in NativeLibrary — Sven Gothel / cgit
  26. build.xml: Explicitly issue 'clean-temp' at start and in the end of default 'all*' targets. — Sven Gothel / cgit
  27. Update HowToBuild (gawk) and windows test scripts — Sven Gothel / cgit
  28. Bug 1363: Java 11: Fix javadoc invocation, drop -source <release> for compile time javac — Sven Gothel / cgit
  29. Bug 1363: Java 11: Java version must be 11 or greater; Fix HowToBuild: Give detailed build commandline. — Sven Gothel / cgit
  30. Bug 1363: Java 11: Adopt java.lib.dir.platform changes to make/lib/gluegen-cpptasks-* — Sven Gothel / cgit
  31. Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename gluegen-rt -> gluegen_rt — Sven Gothel / cgit
  32. Build Update: CMake 2.8.10.2 -> 3.15.2 (Windows + MacOS), Mingw64 4.8.1 -> 8.1.0 — Sven Gothel / cgit
  33. Bug 1363: Java 11: Resolve Buffers.Cleaner implementation — Sven Gothel / cgit
  34. Bug 1363: Java 11: Refine Build and Runtime requirements. Fix Java compiler test. — Sven Gothel / cgit
  35. Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1p1JavaEmitter — Sven Gothel / cgit
  36. Bug 1363: Java 11: Document Java8 target constraints; Fix one odd compile issue — Sven Gothel / cgit
  37. Bug 1363: Java 11: Revert CStructAnnotationProcessor's @SupportedSourceVersion back to 11 — Sven Gothel / cgit
  38. Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath — Sven Gothel / cgit
  39. Fix JogAmp Next Release Number: 2.4.0 — Sven Gothel / cgit
  40. Bug 1363: Java 11: Extract and extend sun.misc.Unsafe functionality to UnsafeUtil — Sven Gothel / cgit
  41. minor autocleanup (final removed from static) — Sven Gothel / cgit
  42. Fix gluegen-cpptasks-base.xml for crosscompilation, failed due to unset supposedly detected mandatory new properties — Sven Gothel / cgit
  43. Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only) — Sven Gothel / cgit
  44. Bug 1412 - JNI: GlueGen JavaEmitter: Check & Handle Exception after calling back into Java — Sven Gothel / cgit
  45. Bug 1417 - Android: Support building using current SDK and NDK v20 as of 2019-12-10 (GlueGen w/ android-aarch64 patched) — Sven Gothel / cgit
  46. Bug 1417 - Android: Complete 1st round: make/lib/gluegen-cpptask-android-<abi>.xml and scripts — Sven Gothel / cgit
  47. Bug 1417 - Android: Update cpptasks.jar — Sven Gothel / cgit
  48. Bug 1417 - Android: Add new x86 MachineDataInfo, differs due to smaller 'long double' than regular x86_32_unix — Sven Gothel / cgit
  49. Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk — Sven Gothel / cgit
  50. Bug 1417 - Android: Resulting dynamic libraries require the 'soname' to be set since API level 23 — Sven Gothel / cgit
  51. Bug 1417 - Android: Update cpptask, using implicit 'soname' setup, which scales better for all platforms. — Sven Gothel / cgit
  52. Bug 1417 - Android: Classify SYSROOTs in NDK for native libraries (link) and headers (compile) — Sven Gothel / cgit
  53. Bug 1417 - Android: Add ANDROID_TOOLCHAIN_SYSROOT1_INC_ARCH for arch specific includes like asm/types.h — Sven Gothel / cgit
  54. Bug 1417 - Android: Add ANDROID_TOOLCHAIN_SYSROOT1_INC_STL for LLVM's C++ STL headers (default since NDK r18) — Sven Gothel / cgit
  55. Bug 1417 - Android: Add adb scripts to force-stop and clear all jogamp tasks and packages — Sven Gothel / cgit
  56. Bug 1417 - Android: jogamp-env.xml: Elaborate on Android SDK API versions required [min=21, target=28], javac w/ 24, some NDK's clang with 22. — Sven Gothel / cgit
  57. Bug 1417 - Android: Context.MODE_WORLD_READABLE causes SecurityException on API >= 24, use Context.MODE_PRIVATE for temp cache — Sven Gothel / cgit
  58. Bug 1417 - Android: Use d8 for dex'ing w/ implicit Java8 desugaring (macro: aapt.signed) — Sven Gothel / cgit
  59. Add WeakIdentityHashMap implementation (from Apache Avro) — Sven Gothel / cgit
  60. WeakIdentityHashMap: Cleanup; Implement putAll(..); Make IdentityWeakReference static — Sven Gothel / cgit
  61. WeakIdentityHashMap: Refine capacity computation; Bitfield.Util add 'PowerOf2' functions — Sven Gothel / cgit
  62. WeakIdentityHashMap: Always null check on weakRef.get(); IdentityWeakReference: hash is final. — Sven Gothel / cgit
  63. Bug 1417: Update ant-cpptasks to commit c45a19eadc4c697b7cc1b095692b04deb73da5ce — Sven Gothel / cgit

#916 (Apr 10, 2019, 1:48:06 AM)

  1. build.xml:gluegen.build.native: Place unsetting into the conditional — Sven Gothel / cgit

#914 (Apr 8, 2019, 6:05:17 AM)

  1. Bug 1190: Updating crosstools and enabling aarch64 + armv6hf 'ontarget' — Sven Gothel / cgit
  2. Bug 1190: Fix arm6hf + aarch64 gcc options, adapt glibc-compat-symbols.h — Sven Gothel / cgit
  3. Bug 1190: aarch64 + armhf ld symbolic link to actual x-tool binary of — Sven Gothel / cgit
  4. Bug 1190: Define TARGET_PLATFORM_SYSROOT TARGET_PLATFORM_USRROOT — Sven Gothel / cgit
  5. Complete jogamp-env.xml TARGET_* readout; Use parsed env in — Sven Gothel / cgit

#913 (Apr 5, 2019, 7:42:31 PM)

  1. added android x86 support. — xavier.hallade / cgit
  2. Support architecture ppc64le (Debian ppc64el). — pini / cgit
  3. Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/** — xerxes / cgit
  4. Use system property to detect Android — diegoperez / cgit
  5. Adding 'jogamp.gluegen.TestTempDirExec' property, allowing to disable — Sven Gothel / cgit
  6. local build windows scripts: add 7zip to path — Sven Gothel / cgit
  7. Eclipse: Move android.jar to classpath end, avoid junit override — Sven Gothel / cgit
  8. Bug 1219, Bug 1231: Avoid deflating test-exe on Windows using — Sven Gothel / cgit
  9. Bug 1219, Bug 1231: Re-add executable test by execution — Sven Gothel / cgit
  10. Update HowToBuild.html — Sven Gothel / cgit
  11. Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) — Sven Gothel / cgit
  12. Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale — Sven Gothel / cgit
  13. Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't — Sven Gothel / cgit
  14. Bug 1369: Source Certification Contract (SCC): Initial SHA256 — Sven Gothel / cgit
  15. OpenJDK8 Script Usage: Linux: Favor Debian default; Windows: Use — Sven Gothel / cgit
  16. Bug 1367: TempJarCache: Fix Unit Test using Reflections — Sven Gothel / cgit
  17. Bug 1369: SCC: Hide SHA Algorithm bit size in literals of Specification — Sven Gothel / cgit
  18. Bug 1369: SCC: Clarify & fix build dependencies in build.xml — Sven Gothel / cgit

#909 (Dec 10, 2018, 12:38:45 PM)

  1. Add GitLab CI .gitlab-ci.yml, build and test each commit on aarch64 and — xerxes / cgit
  2. Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support — xerxes / cgit
  3. Bug 1295: Add linux-aarch64 GNU/Linux AArch64 crosscompile support — xerxes / cgit
  4. HowToBuild: Refine and add Debian 9 (Stretch) — Sven Gothel / cgit
  5. Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer) — Sven Gothel / cgit
  6. MappedByteBufferInputStream: Add flushSlices() to release mapped slices — Sven Gothel / cgit

#903 (Nov 16, 2015, 9:43:10 PM)

  1. Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's — Sven Gothel / cgit
  2. Bump scripts to jre1.8.0_66 — Sven Gothel / cgit

#901 (Oct 15, 2015, 2:07:49 PM)

  1. Bump to 2.4.0-rc — Sven Gothel / cgit
  2. Version Semantics Test: Bump for 2.3.2 -> 2.4.x — Sven Gothel / cgit
  3. Remove deprectated classes and methods — Sven Gothel / cgit

#900 (Oct 9, 2015, 6:19:00 AM)

  1. Bump to 2.3.2 Release — Sven Gothel / cgit

#899 (Oct 7, 2015, 11:57:35 AM)

  1. Bump semver to commit 4f50b49c955f2bde2bb7eb4c7493206ec6bb1f2f — Sven Gothel / cgit

#898 (Oct 3, 2015, 8:17:47 PM)

  1. Refine new API methods: ExceptionUtils, Uri (Add @since, refine — Sven Gothel / cgit

#897 (Oct 3, 2015, 12:10:10 PM)

  1. Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. — Sven Gothel / cgit
  2. Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) — Sven Gothel / cgit
  3. Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil — Sven Gothel / cgit

#896 (Sep 25, 2015, 9:45:10 AM)

  1. Bug 1231: Usability of CustomCompress API incl zip-level; Replace — Sven Gothel / cgit

#895 (Sep 24, 2015, 3:03:27 PM)

  1. Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows — Sven Gothel / cgit

#894 (Sep 23, 2015, 6:45:55 AM)

  1. Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block — Sven Gothel / cgit

#893 (Sep 22, 2015, 12:54:33 AM)

  1. Bug 1219: IOUtil.testDirExe: Disable 'existingExe' DEBUG_EXE feature by — Sven Gothel / cgit

#892 (Sep 21, 2015, 7:31:05 AM)

  1. Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug — Sven Gothel / cgit
  2. Bug 1219: Fix IOUtil.StreamMonitor EOS handling — Sven Gothel / cgit

#891 (Sep 19, 2015, 9:35:04 PM)

  1. Bug 1219: Use Win32 API for test PE exe, not console — Sven Gothel / cgit

#890 (Sep 19, 2015, 5:57:26 AM)

  1. Bug 1219: Sporadic failure to determine 'executable temp base directory' — Sven Gothel / cgit

#889 (Sep 18, 2015, 11:13:29 AM)

  1. Fix Android LauncherTempFileCache: Cannot use gluegen-rt dependencies — Sven Gothel / cgit

#888 (Sep 15, 2015, 7:57:33 AM)

  1. Bug 1213 - RecursiveThreadGroupLockImpl01Unfairish.unlock() always — Sven Gothel / cgit
  2. SingletonJunitCase: Allow explicit disabling singletonLock to allow — Sven Gothel / cgit
  3. Bug 1213: Expose InterruptSource, SourcedInterruptedException and — Sven Gothel / cgit
  4. Bug 1213 (related): Fix TaskBase, RunnableTask and FunctionTask — Sven Gothel / cgit
  5. Bug 1213: Refine changes .. comments and API — Sven Gothel / cgit
  6. Bug 1213: Use InterruptSource.Thread — Sven Gothel / cgit

#887 (Sep 2, 2015, 1:47:00 AM)

  1. Windows Scripts: Bump JVM to 1.8.0_60 — Sven Gothel / cgit

#886 (Aug 29, 2015, 9:03:58 PM)

  1. RecursiveThreadGroupLockImpl01Unfairish: Add toString() in — Sven Gothel / cgit

#885 (Aug 19, 2015, 6:09:05 AM)

  1. Bug 1145: JNILibLoaderBase.addNativeJarLibsImpl: Proper order: #1Sven Gothel / cgit
  2. Bug 1145, Bug 1172: Add performance counter for native-jar lookup: — Sven Gothel / cgit

#883 (Aug 18, 2015, 4:01:06 AM)

  1. Bug 1172: Use the same in-jar folder structure for native jars as the — xerxes / cgit
  2. Bug 1145: Fix cc1 NativeLibrary: Add current working directory + — xerxes / cgit
  3. Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE — xerxes / cgit
  4. Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and — Sven Gothel / cgit
  5. Bug 1145: Fix cc2: Null versions reported using the fat-jar — Sven Gothel / cgit
  6. Bug 1172: TempJarCache: Only copy native library files from — Sven Gothel / cgit

#882 (Aug 10, 2015, 4:20:00 PM)

  1. Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other — Sven Gothel / cgit

#881 (Aug 5, 2015, 4:49:23 PM)

  1. DynamicLibraryBundle.toolDynamicLookupFunction(..): DEBUG: Show — Sven Gothel / cgit

#880 (Aug 2, 2015, 2:50:15 AM)

  1. Bitfield: Reuse [BitstreamData -> BitDemoData] for unit tests — Sven Gothel / cgit
  2. Bitfield: Refine API method names, add clearField(boolean), fix — Sven Gothel / cgit
  3. IntBitfield: Fix units calculation ( +7 -> +31 for ceiling, using 32bits — Sven Gothel / cgit
  4. SyncedBitfield.clearField: Must be synchronized — Sven Gothel / cgit
  5. Test Bitfield: Validate Bitfield.copy(..) return value — Sven Gothel / cgit
  6. Fix Bitfield.put(..): Return previous value — Sven Gothel / cgit

#878 (Jul 31, 2015, 5:20:00 AM)

  1. Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add — Sven Gothel / cgit

#877 (Jul 30, 2015, 3:20:00 AM)

  1. Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating — Sven Gothel / cgit
  2. Bitfield: Use IndexOutOfBoundsException instead of — Sven Gothel / cgit
  3. Bitfield: @since 2.3.2 .. — Sven Gothel / cgit

#876 (Jul 29, 2015, 10:58:23 AM)

  1. Bug 1145 - Fat Jar: Use 'Main-Class' for default launch of useful — Sven Gothel / cgit

#875 (Jul 29, 2015, 4:20:17 AM)

  1. Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z Archive — Sven Gothel / cgit

#874 (Jul 28, 2015, 12:46:34 AM)

  1. PlatformPropsImpl: Add static final Version18 and Version19 — Sven Gothel / cgit

#873 (Jul 25, 2015, 12:02:28 AM)

  1. Bug 1180: Refine BuffersTest: Add assertion for remaining() — Sven Gothel / cgit

#871 (Jul 24, 2015, 10:00:19 PM)

  1. BUG1180 BuffersTest: Verify positionLimitCapacityAfterArrayAllocation — xerxes / cgit
  2. Bug 1180 BuffersTest: Refine test case a bit, add static main for — Sven Gothel / cgit

#870 (Jul 24, 2015, 7:13:15 AM)

  1. javadoc stylesheet.css: Refine list visual, i.e. top/bottom margin and — Sven Gothel / cgit
  2. javadoc stylesheet.css: Refine list visual, i.e. font size 76 -> 80%, — Sven Gothel / cgit

#869 (Jul 19, 2015, 1:23:59 AM)

  1. javadoc/stylesheet.css: Fix font size of nested bullet lists. — xerxes / cgit
  2. GCC Linker Config: Add '-static-libstdc++' in case libstdc++ is being — Sven Gothel / cgit

#868 (Jul 16, 2015, 7:50:04 AM)

  1. doc/manual/index.html www/index.html Fix links. — xerxes / cgit
  2. BUG 1166: Fix JavaEmitter JVMUtil_NewDirectByteBufferCopy — xerxes / cgit
  3. Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy — Sven Gothel / cgit
  4. JavaEmitter.staticClassInitCodeCCode: Reuse static strings — Sven Gothel / cgit
  5. Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy — Sven Gothel / cgit

#867 (Jul 15, 2015, 10:23:46 PM)

  1. Fix jni/macosx/jawt_md.h: Put comment in /* */ brackets .. — Sven Gothel / cgit

#865 (Jul 14, 2015, 10:47:20 PM)

  1. Use GlueGen's JNI header for native compilation (java.includes.dir, — Sven Gothel / cgit
  2. Fix using GlueGen's JNI header for native compilation — Sven Gothel / cgit
  3. Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar — Sven Gothel / cgit

#862 (Jul 13, 2015, 1:49:53 PM)

  1. osx-java6 script: use separate rootrel.build — Sven Gothel / cgit
  2. Fix Android ARM64 Support: Don't define 'isAndroidARMv6:=false', since — Sven Gothel / cgit

#858 (Apr 10, 2015, 2:32:47 PM)

  1. Bump to 2.3.2-devel — Sven Gothel / cgit
  2. Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and — Sven Gothel / cgit
  3. Bug 1153 - GlueGen: Support [const] [native] expressions and conversion — Sven Gothel / cgit
  4. Bug 1153 - GlueGen: Bump JCPP — Sven Gothel / cgit
  5. Bump semantic-versioning (0.9.33 + jogamp fixes) — Sven Gothel / cgit
  6. Bump semver to 0.9.33 w/ our patch for — Sven Gothel / cgit
  7. Bump semver: 0d2e314ef48bd2fd38b45f781c4573bdb2b32a69 — Sven Gothel / cgit

#857 (Mar 27, 2015, 4:10:37 PM)

  1. TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and — Sven Gothel / cgit

#856 (Mar 26, 2015, 11:54:15 PM)

  1. Bug 1149 - Add JCPP Apache 2.0 License to LICENSE.txt file / Also add — Sven Gothel / cgit
  2. JavaEmitter: Always use 'containingJTypeName' for — Sven Gothel / cgit
  3. Bump to 2.3.1 release — Sven Gothel / cgit

#855 (Mar 25, 2015, 1:51:21 PM)

  1. Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in — Sven Gothel / cgit
  2. Bug 1149 - Fix JCPP test case IncludeAbsoluteTest — Sven Gothel / cgit

#854 (Mar 24, 2015, 5:03:16 AM)

  1. Import JOGL's JNI header and unify them for GlueGen and C-Compiler — Sven Gothel / cgit
  2. Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling — Sven Gothel / cgit
  3. Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling — Sven Gothel / cgit
  4. Fix Logging: PlainLogConsoleHandler shall start w/ Level.ALL, add — Sven Gothel / cgit
  5. Bug 1149 - Replacing PCPP w/ JCPP: Name used CPP impl. — Sven Gothel / cgit
  6. Bug 1149 - Replacing PCPP w/ JCPP: Final version bump .. — Sven Gothel / cgit
  7. Refine JNI header's jni_md.h: Always include 'gluegen_stdint.h' for — Sven Gothel / cgit

#851 (Mar 18, 2015, 12:20:00 AM)

  1. Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, — Sven Gothel / cgit

#850 (Mar 15, 2015, 9:20:00 AM)

  1. bump to 2.3.1-rc — Sven Gothel / cgit

#849 (Mar 11, 2015, 5:59:39 PM)

  1. Bug 1144 - Add 'DelegateImplementation': Cleanup JavaConfiguration and — Sven Gothel / cgit
  2. Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter — Sven Gothel / cgit
  3. Bug 1144 - Add 'DelegateImplementation': Cleanup — Sven Gothel / cgit
  4. Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to — Sven Gothel / cgit
  5. Bump for 2.3.0 release — Sven Gothel / cgit
  6. Bug 1134 - LOG AliasedSymbol: Don't issue getAliasedString(), logger — Sven Gothel / cgit
  7. Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for — Sven Gothel / cgit
  8. Bug 1144 - Fix commit bbea09816015ecf3596acdcc033553127fcc0ef3 (missing — Sven Gothel / cgit

#847 (Mar 9, 2015, 10:25:52 AM)

  1. TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to — Sven Gothel / cgit
  2. Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException — Sven Gothel / cgit
  3. Bug 1134 - Handle Opaque fields in structs; Print struct field name in — Sven Gothel / cgit
  4. Bug 1134 - Fix IntType: Add getCName(..) for proper C-type code; Fix its — Sven Gothel / cgit
  5. Fix Type.getDebugString() comma separation — Sven Gothel / cgit
  6. Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine — Sven Gothel / cgit
  7. Bug 1134 - Logging's formatter now takes care of Type -> — Sven Gothel / cgit
  8. Bug 1134 - Make ASTLocusTag's text optional — Sven Gothel / cgit
  9. Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of — Sven Gothel / cgit
  10. Bug 1134 - Fix aliased typedef struct emission — Sven Gothel / cgit
  11. Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers — Sven Gothel / cgit
  12. Bug 1134 - ProcAddressCMethodBindingEmitter: Use available — Sven Gothel / cgit
  13. Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part — Sven Gothel / cgit
  14. Bug 1134 - In case of 'undefined type' throw a semantic GlueGenException — Sven Gothel / cgit
  15. Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in — Sven Gothel / cgit
  16. Bug 1134 - Refine err/log message of 'previous definition is here' — Sven Gothel / cgit

#846 (Mar 6, 2015, 10:58:23 AM)

  1. Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ — Sven Gothel / cgit
  2. Bug 1134 - Fix regression: Static C-Function call must use original API — Sven Gothel / cgit
  3. Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors — Sven Gothel / cgit
  4. Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ — Sven Gothel / cgit
  5. Bug 1134 - Utilize AliasedSymbol where required in *Configuration; — Sven Gothel / cgit
  6. Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix — Sven Gothel / cgit
  7. Bug 1134 - GlueGenException.toString(): Produce a 'gcc' like/compatible — Sven Gothel / cgit
  8. Bug 1134 - Fix regression on OpenSolaris/gcc: Redefine in test1.h (test — Sven Gothel / cgit

#844 (Feb 5, 2015, 4:37:06 AM)

  1. build setup script: remove redundant ANT_PATH entry — Sven Gothel / cgit
  2. Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws — Sven Gothel / cgit

#843 (Feb 3, 2015, 1:35:15 PM)

  1. Fix regression of commit 3caf446e29a3934900b9983dfd72cb8aa0d9e8d7: Win64 — Sven Gothel / cgit