| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1... | Sven Gothel | 2019-08-19 | 1 | -0/+271 |
* | Fixed CStruct annotation processor to not use dummy Java variable types | Wade Walker | 2019-08-16 | 1 | -1/+1 |
* | Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a... | Sven Gothel | 2015-11-15 | 2 | -2/+2 |
* | Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja... | Sven Gothel | 2015-04-01 | 5 | -68/+266 |
* | Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons... | Sven Gothel | 2015-03-25 | 2 | -2/+48 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ... | Sven Gothel | 2015-03-24 | 2 | -0/+34 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ... | Sven Gothel | 2015-03-23 | 3 | -2/+7 |
* | Bug 1144 - Fix commit bbea09816015ecf3596acdcc033553127fcc0ef3 (missing file)v2.3.0 | Sven Gothel | 2015-03-11 | 1 | -0/+7 |
* | Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to renam... | Sven Gothel | 2015-03-11 | 4 | -1/+18 |
* | Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex... | Sven Gothel | 2015-03-09 | 1 | -0/+1 |
* | Bug 1134 - Fix aliased typedef struct emission | Sven Gothel | 2015-03-09 | 4 | -24/+52 |
* | Bug 1134 - Handle Opaque fields in structs; Print struct field name in apidoc... | Sven Gothel | 2015-03-07 | 2 | -0/+5 |
* | Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException | Sven Gothel | 2015-03-07 | 2 | -5/+5 |
* | Bug 1134 - Fix regression on OpenSolaris/gcc: Redefine in test1.h (test case) | Sven Gothel | 2015-03-06 | 1 | -1/+1 |
* | Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety | Sven Gothel | 2015-03-05 | 5 | -18/+305 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 1 | -4/+4 |
* | SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ... | Sven Gothel | 2014-10-03 | 4 | -8/+8 |
* | SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ... | Sven Gothel | 2014-10-03 | 4 | -8/+8 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 9 | -142/+139 |
* | Bug 1025 - GlueGen: Fix test case (gcc compiler regression due to redefined t... | Sven Gothel | 2014-06-25 | 2 | -10/+0 |
* | Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a... | Sven Gothel | 2014-06-25 | 6 | -10/+720 |
* | GlueGen: Add support for compound-array in structs (accessors) ; Allow using ... | Sven Gothel | 2014-06-19 | 4 | -21/+74 |
* | Fix commit f4e753ff1f39be381307ffdb0fb6bb7a2d323eff: 'compound array call-by-... | Sven Gothel | 2014-06-17 | 3 | -50/+121 |
* | GlueGen: Add support for 'compound array call-by-value' | Sven Gothel | 2014-06-17 | 3 | -0/+42 |
* | GlueGen: Add support for 'compound call-by-value', i.e. passing and returning... | Sven Gothel | 2014-06-17 | 5 | -118/+235 |
* | Bug 923: Remove dependency of CStruct annotation processor _generation_ and g... | Sven Gothel | 2014-05-11 | 5 | -13/+124 |
* | build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ... | Sven Gothel | 2014-05-09 | 1 | -0/+77 |
* | Fix accidental tabs. | Wade Walker | 2014-03-04 | 2 | -14/+14 |
* | Remove warnings in emitted C code. | Wade Walker | 2014-03-04 | 3 | -0/+41 |
* | Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes | Sven Gothel | 2013-08-31 | 4 | -0/+16 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 2 | -0/+75 |
* | Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ... | Sven Gothel | 2013-04-13 | 3 | -0/+62 |
* | Fix unit test of commit 1610dbb4e4d1a1ecf31eb837a47e0f5be04afdac: Add native ... | Sven Gothel | 2013-03-20 | 1 | -2/+2 |
* | Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe... | Sven Gothel | 2013-03-20 | 4 | -23/+257 |
* | Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi... | Sven Gothel | 2013-02-28 | 2 | -9/+10 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 1 | -2/+2 |
* | Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ; | Sven Gothel | 2012-03-22 | 4 | -17/+38 |
* | Don't build and use gluegen.apk (compile time only) ; Don't test classloader ... | Sven Gothel | 2012-03-07 | 1 | -2/+14 |
* | JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion... | Sven Gothel | 2011-12-18 | 3 | -3/+33 |
* | TestTracer -> JunitTracerv2.0-rc4 | Sven Gothel | 2011-12-02 | 1 | -2/+2 |
* | Fix Test1p2ProcAddressEmitter (static var); Add TestTracer | Sven Gothel | 2011-12-02 | 2 | -2/+4 |
* | Test: Add unload of libraries as last test. | Sven Gothel | 2011-12-01 | 1 | -5/+11 |
* | Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co... | Sven Gothel | 2011-10-06 | 3 | -7/+58 |
* | Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt... | Sven Gothel | 2011-09-21 | 1 | -2/+2 |
* | Cross JUnit Tests - All Passed: Android+Linux armv7 | Sven Gothel | 2011-07-25 | 1 | -10/+8 |
* | Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P... | Sven Gothel | 2011-07-24 | 1 | -3/+3 |