| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 4 | -33/+188 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 1 | -0/+7 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 9 | -2/+258 |
* | NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all... | Sven Gothel | 2011-04-27 | 5 | -51/+235 |
* | refactoring in common.nio public api - removed Int64Buffer | Michael Bien | 2011-04-26 | 1 | -26/+26 |
* | moved struct and buffer test to its nio friends, cleaned up imports | Michael Bien | 2011-02-13 | 2 | -96/+0 |
* | Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest... | Sven Gothel | 2010-11-25 | 5 | -29/+249 |
* | Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin... | Sven Gothel | 2010-11-14 | 3 | -0/+61 |
* | Gluegen: Types (stddef/stdint), Header and Predefined Macro Change | Sven Gothel | 2010-11-09 | 1 | -1/+10 |
* | Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ... | Sven Gothel | 2010-11-07 | 1 | -0/+7 |
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 5 | -134/+114 |
* | Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ... | Sven Gothel | 2010-05-10 | 7 | -88/+88 |
* | renamed method. | Michael Bien | 2010-04-24 | 2 | -15/+1 |
* | Refactored ProcAddressTable generation. | Michael Bien | 2010-04-24 | 1 | -1/+1 |
* | Use JNILibLoader in the junit test | Sven Gothel | 2010-04-24 | 3 | -3/+61 |