aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit
Commit message (Expand)AuthorAgeFilesLines
* GlueGen JavaCallback: Add preliminary implementation (WIP): Produces proper i...Sven Gothel2023-06-252-4/+12
* GlueGen Struct [16]: Add support for pointer-pointer and function-pointer valuesSven Gothel2023-06-235-11/+234
* GlueGen Test: Test2 -> Test2FuncPtrSven Gothel2023-06-231-3/+3
* GlueGen junit test2.h: Add an anonymous struct pointer w/ opaque long configSven Gothel2023-06-202-5/+4
* GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun...Sven Gothel2023-06-203-20/+19
* GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen...Sven Gothel2023-06-205-47/+235
* CustomJNICode: Add missing (separated) test1p1-CustomJNICode.c.stubSven Gothel2023-06-181-0/+5
* CustomJNICode: Fix/complete commit d7bc10d7ff0e3a30d74c4e4c439230f3983bcfb4: ...Sven Gothel2023-06-184-17/+9
* Merge remote-tracking branch 'Mathieu_Fery/feature/add_customJNICode_directive'Sven Gothel2023-06-188-0/+51
|\
| * feat(jni): Add directive for dedicated JNI Code with CustomJNICodeMathieu Féry2023-06-168-0/+51
* | Merge remote-tracking branch 'Mathieu_Fery/feature/support_of_bitwise_not'Sven Gothel2023-06-182-0/+17
|\ \
| * | feat(constants): Add supports of ~ inside ConstantDefinitionMathieu Féry2023-06-162-0/+17
| |/
* | Merge remote-tracking branch 'remotes/Mathieu_Fery/feature/enable_pragma_once'Sven Gothel2023-06-183-4/+32
|\ \
| * | feat(feature): Enable pragma once managementMathieu Féry2023-06-163-4/+32
| |/
* | GlueGen Struct [9b]: Add unit test for fixed 'void*' regression commit eec3f2...Sven Gothel2023-06-182-3/+9
* | GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ...Sven Gothel2023-06-171-22/+314
|/
* GlueGen Struct [5]: Revised Struct Mapping + DocumentationSven Gothel2023-06-1610-520/+1897
* GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-fr...Sven Gothel2023-06-161-3/+4
* IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segm...Sven Gothel2023-05-041-0/+112
* IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumByte...Sven Gothel2023-05-042-2/+2
* Clock: Use Clock.currentNanos() instead of System.nanoTime()Sven Gothel2023-03-073-26/+34
* Formatting: BindingJNILibLoader, AWTEDTExecutorSven Gothel2023-01-231-19/+19
* src/junit/com/jogamp/gluegen/test/junit/generation/test1.h: Fix warnings re '...Sven Gothel2023-01-151-3/+3
* TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thre...Sven Gothel2023-01-152-6/+6
* TestIteratorIndexCORE: Fix template usageSven Gothel2023-01-151-11/+11
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-141-4/+8
* Fix unit test1.hSven Gothel2023-01-141-2/+2
* minor autocleanup (final removed from static)Sven Gothel2019-11-281-1/+1
* Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1...Sven Gothel2019-08-191-0/+271
* Bug 1363: Java 11: Resolve Buffers.Cleaner implementationSven Gothel2019-08-193-5/+22
* Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g...Sven Gothel2019-08-181-1/+1
* Fixed CStruct annotation processor to not use dummy Java variable typesWade Walker2019-08-161-1/+1
* Bug 1369: SCC: Hide SHA Algorithm bit size in literals of SpecificationSven Gothel2019-04-031-6/+6
* Bug 1367: TempJarCache: Fix Unit Test using ReflectionsSven Gothel2019-04-031-4/+4
* Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...Sven Gothel2019-04-031-1/+21
* Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...Sven Gothel2019-04-032-12/+12
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-301-3/+4
* Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a...Sven Gothel2015-11-154-4/+4
* Version Semantics Test: Bump for 2.3.2 -> 2.4.xSven Gothel2015-10-121-4/+9
* Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-032-5/+115
* Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...Sven Gothel2015-10-032-5/+5
* Bug 1231: Usability of CustomCompress API incl zip-level; Replace test-exe de...Sven Gothel2015-09-241-1/+1
* Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test...Sven Gothel2015-09-242-0/+183
* Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug optionsSven Gothel2015-09-211-1/+1
* Bug 1213: Use InterruptSource.ThreadSven Gothel2015-09-154-11/+14
* Bug 1213: Refine changes .. comments and APISven Gothel2015-09-152-2/+4
* SingletonJunitCase: Allow explicit disabling singletonLock to allow manual te...Sven Gothel2015-09-051-14/+26
* Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and Platform...Sven Gothel2015-08-181-1/+1
* Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE extensio...Xerxes Rånby2015-08-121-1/+1
* Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other bits of...Sven Gothel2015-08-071-7/+54