summaryrefslogtreecommitdiffstats
path: root/src/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Bitfield.put(..): Return previous valueSven Gothel2015-08-021-2/+6
* Test Bitfield: Validate Bitfield.copy(..) return valueSven Gothel2015-08-021-1/+2
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and...Sven Gothel2015-08-021-0/+379
* Bitfield: Reuse [BitstreamData -> BitDemoData] for unit testsSven Gothel2015-08-026-6/+67
* Bug 1180: Refine BuffersTest: Add assertion for remaining()Sven Gothel2015-07-241-0/+7
* Bug 1180 BuffersTest: Refine test case a bit, add static main for standalone ...Sven Gothel2015-07-241-27/+32
* BUG1180 BuffersTest: Verify positionLimitCapacityAfterArrayAllocationXerxes Rånby2015-07-241-0/+57
* Bump semver to 0.9.33 w/ our patch for CompatibilityType.BACKWARD_COMPATIBLE_...Sven Gothel2015-04-032-3/+4
* Bump semantic-versioning (0.9.33 + jogamp fixes)Sven Gothel2015-04-031-7/+8
* Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja...Sven Gothel2015-04-015-68/+266
* Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHas...Sven Gothel2015-04-012-24/+285
* TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ...v2.3.1Sven Gothel2015-03-271-8/+33
* Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons...Sven Gothel2015-03-252-2/+48
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ...Sven Gothel2015-03-242-0/+34
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ...Sven Gothel2015-03-233-2/+7
* Bug 1144 - Fix commit bbea09816015ecf3596acdcc033553127fcc0ef3 (missing file)v2.3.0Sven Gothel2015-03-111-0/+7
* Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to renam...Sven Gothel2015-03-114-1/+18
* Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex...Sven Gothel2015-03-091-0/+1
* Bug 1134 - Fix aliased typedef struct emissionSven Gothel2015-03-094-24/+52
* Bug 1134 - Handle Opaque fields in structs; Print struct field name in apidoc...Sven Gothel2015-03-072-0/+5
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-072-5/+5