index
:
gluegen.git
1.0b06-maint
JOGL_2_SANDBOX
JOGL_CDCCVM_sgothel
MIPS_PORT
android.merged_launcher_gluegen
b202_gl44
b22x
callback_gluemap
callback_jniuserparamproxy
ios
java11
javafx
master
pulled
rc
v2.3.1_winexe
GLUEGEN repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
junit
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlueGen JavaCallback: Add preliminary implementation (WIP): Produces proper i...
Sven Gothel
2023-06-25
2
-4
/
+12
*
GlueGen Struct [16]: Add support for pointer-pointer and function-pointer values
Sven Gothel
2023-06-23
5
-11
/
+234
*
GlueGen Test: Test2 -> Test2FuncPtr
Sven Gothel
2023-06-23
1
-3
/
+3
*
GlueGen junit test2.h: Add an anonymous struct pointer w/ opaque long config
Sven Gothel
2023-06-20
2
-5
/
+4
*
GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun...
Sven Gothel
2023-06-20
3
-20
/
+19
*
GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen...
Sven Gothel
2023-06-20
5
-47
/
+235
*
CustomJNICode: Add missing (separated) test1p1-CustomJNICode.c.stub
Sven Gothel
2023-06-18
1
-0
/
+5
*
CustomJNICode: Fix/complete commit d7bc10d7ff0e3a30d74c4e4c439230f3983bcfb4: ...
Sven Gothel
2023-06-18
4
-17
/
+9
*
Merge remote-tracking branch 'Mathieu_Fery/feature/add_customJNICode_directive'
Sven Gothel
2023-06-18
8
-0
/
+51
|
\
|
*
feat(jni): Add directive for dedicated JNI Code with CustomJNICode
Mathieu Féry
2023-06-16
8
-0
/
+51
*
|
Merge remote-tracking branch 'Mathieu_Fery/feature/support_of_bitwise_not'
Sven Gothel
2023-06-18
2
-0
/
+17
|
\
\
|
*
|
feat(constants): Add supports of ~ inside ConstantDefinition
Mathieu Féry
2023-06-16
2
-0
/
+17
|
|
/
*
|
Merge remote-tracking branch 'remotes/Mathieu_Fery/feature/enable_pragma_once'
Sven Gothel
2023-06-18
3
-4
/
+32
|
\
\
|
*
|
feat(feature): Enable pragma once management
Mathieu Féry
2023-06-16
3
-4
/
+32
|
|
/
*
|
GlueGen Struct [9b]: Add unit test for fixed 'void*' regression commit eec3f2...
Sven Gothel
2023-06-18
2
-3
/
+9
*
|
GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ...
Sven Gothel
2023-06-17
1
-22
/
+314
|
/
*
GlueGen Struct [5]: Revised Struct Mapping + Documentation
Sven Gothel
2023-06-16
10
-520
/
+1897
*
GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-fr...
Sven Gothel
2023-06-16
1
-3
/
+4
*
IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segm...
Sven Gothel
2023-05-04
1
-0
/
+112
*
IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumByte...
Sven Gothel
2023-05-04
2
-2
/
+2
*
Clock: Use Clock.currentNanos() instead of System.nanoTime()
Sven Gothel
2023-03-07
3
-26
/
+34
*
Formatting: BindingJNILibLoader, AWTEDTExecutor
Sven Gothel
2023-01-23
1
-19
/
+19
*
src/junit/com/jogamp/gluegen/test/junit/generation/test1.h: Fix warnings re '...
Sven Gothel
2023-01-15
1
-3
/
+3
*
TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thre...
Sven Gothel
2023-01-15
2
-6
/
+6
*
TestIteratorIndexCORE: Fix template usage
Sven Gothel
2023-01-15
1
-11
/
+11
*
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()
Sven Gothel
2023-01-14
1
-4
/
+8
*
Fix unit test1.h
Sven Gothel
2023-01-14
1
-2
/
+2
*
minor autocleanup (final removed from static)
Sven Gothel
2019-11-28
1
-1
/
+1
*
Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1...
Sven Gothel
2019-08-19
1
-0
/
+271
*
Bug 1363: Java 11: Resolve Buffers.Cleaner implementation
Sven Gothel
2019-08-19
3
-5
/
+22
*
Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g...
Sven Gothel
2019-08-18
1
-1
/
+1
*
Fixed CStruct annotation processor to not use dummy Java variable types
Wade Walker
2019-08-16
1
-1
/
+1
*
Bug 1369: SCC: Hide SHA Algorithm bit size in literals of Specification
Sven Gothel
2019-04-03
1
-6
/
+6
*
Bug 1367: TempJarCache: Fix Unit Test using Reflections
Sven Gothel
2019-04-03
1
-4
/
+4
*
Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...
Sven Gothel
2019-04-03
1
-1
/
+21
*
Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...
Sven Gothel
2019-04-03
2
-12
/
+12
*
Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...
Sven Gothel
2019-03-30
1
-3
/
+4
*
Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a...
Sven Gothel
2015-11-15
4
-4
/
+4
*
Version Semantics Test: Bump for 2.3.2 -> 2.4.x
Sven Gothel
2015-10-12
1
-4
/
+9
*
Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...
Sven Gothel
2015-10-03
2
-5
/
+115
*
Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...
Sven Gothel
2015-10-03
2
-5
/
+5
*
Bug 1231: Usability of CustomCompress API incl zip-level; Replace test-exe de...
Sven Gothel
2015-09-24
1
-1
/
+1
*
Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test...
Sven Gothel
2015-09-24
2
-0
/
+183
*
Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug options
Sven Gothel
2015-09-21
1
-1
/
+1
*
Bug 1213: Use InterruptSource.Thread
Sven Gothel
2015-09-15
4
-11
/
+14
*
Bug 1213: Refine changes .. comments and API
Sven Gothel
2015-09-15
2
-2
/
+4
*
SingletonJunitCase: Allow explicit disabling singletonLock to allow manual te...
Sven Gothel
2015-09-05
1
-14
/
+26
*
Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and Platform...
Sven Gothel
2015-08-18
1
-1
/
+1
*
Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE extensio...
Xerxes Rånby
2015-08-12
1
-1
/
+1
*
Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other bits of...
Sven Gothel
2015-08-07
1
-7
/
+54
[next]