aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/gluegen
Commit message (Expand)AuthorAgeFilesLines
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-2/+2
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-224-17/+38
* Don't build and use gluegen.apk (compile time only) ; Don't test classloader ...Sven Gothel2012-03-071-2/+14
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-183-3/+33
* TestTracer -> JunitTracerv2.0-rc4Sven Gothel2011-12-021-2/+2
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-022-2/+4
* Test: Add unload of libraries as last test.Sven Gothel2011-12-011-5/+11
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-063-7/+58
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-10/+8
* Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P...Sven Gothel2011-07-241-3/+3
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-214-33/+188
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-0/+7
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-179-2/+258
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-275-51/+235
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-261-26/+26
* moved struct and buffer test to its nio friends, cleaned up importsMichael Bien2011-02-132-96/+0
* Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest...Sven Gothel2010-11-255-29/+249
* Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin...Sven Gothel2010-11-143-0/+61
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-091-1/+10
* Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ...Sven Gothel2010-11-071-0/+7
* LICENSE.txt changes:Sven Gothel2010-09-145-134/+114
* Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ...Sven Gothel2010-05-107-88/+88
* renamed method.Michael Bien2010-04-242-15/+1
* Refactored ProcAddressTable generation.Michael Bien2010-04-241-1/+1
* Use JNILibLoader in the junit testSven Gothel2010-04-243-3/+61
* *** Now Using Apache-Ant-1.8.0 ***Sven Gothel2010-04-101-6/+0
* http://jogamp.org/bugzilla/show_bug.cgi?id=393Sven Gothel2010-04-084-30/+44
* Fix 32bit masking / testsSven Gothel2010-04-012-2/+2
* Fix build ..Sven Gothel2010-04-011-1/+0
* Merged with latest of mbienSven Gothel2010-03-317-13/+17
|\
| * introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-315-11/+13
* | Buffer heritage added. Migrated old runtime tests.Sven Gothel2010-03-3114-31/+126
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=392Sven Gothel2010-03-301-2/+44
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-304-10/+194
* Resolved conflictsSven Gothel2010-03-293-6/+6
|\
| * renamed BufferFactory into Buffers.Michael Bien2010-03-293-6/+6
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-293-52/+114
|/
* Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6Sven Gothel2010-03-284-9/+9
|\
| * Merge branch 'master' of [email protected]:mbien/gluegenMichael Bien2010-03-272-68/+92
| |\
| * | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-271-2/+2
* | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-2810-193/+680
| |/ |/|
* | Add coverage test (signatures and execution) ..Sven Gothel2010-03-272-63/+87
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=390Sven Gothel2010-03-256-0/+294