| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | *** Now Using Apache-Ant-1.8.0 *** | Sven Gothel | 2010-04-10 | 1 | -6/+0 |
* | http://jogamp.org/bugzilla/show_bug.cgi?id=393 | Sven Gothel | 2010-04-08 | 4 | -30/+44 |
* | Fix 32bit masking / tests | Sven Gothel | 2010-04-01 | 2 | -2/+2 |
* | Fix build .. | Sven Gothel | 2010-04-01 | 1 | -1/+0 |
* | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 7 | -13/+17 |
|\ |
|
| * | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 5 | -11/+13 |
* | | Buffer heritage added. Migrated old runtime tests. | Sven Gothel | 2010-03-31 | 14 | -31/+126 |
|/ |
|
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=392 | Sven Gothel | 2010-03-30 | 1 | -2/+44 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-30 | 4 | -10/+194 |
* | Resolved conflicts | Sven Gothel | 2010-03-29 | 3 | -6/+6 |
|\ |
|
| * | renamed BufferFactory into Buffers. | Michael Bien | 2010-03-29 | 3 | -6/+6 |
* | | New Int64Buffer type, which is being used for gluegen 'long *' | Sven Gothel | 2010-03-29 | 3 | -52/+114 |
|/ |
|
* | Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6 | Sven Gothel | 2010-03-28 | 4 | -9/+9 |
|\ |
|
| * | Merge branch 'master' of [email protected]:mbien/gluegen | Michael Bien | 2010-03-27 | 2 | -68/+92 |
| |\ |
|
| * | | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | Michael Bien | 2010-03-27 | 1 | -2/+2 |
* | | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-28 | 10 | -193/+680 |
| |/
|/| |
|
* | | Add coverage test (signatures and execution) .. | Sven Gothel | 2010-03-27 | 2 | -63/+87 |
|/ |
|
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=390 | Sven Gothel | 2010-03-25 | 6 | -0/+294 |