summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/gluegen
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-039-142/+139
* Bug 1025 - GlueGen: Fix test case (gcc compiler regression due to redefined t...Sven Gothel2014-06-252-10/+0
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-256-10/+720
* GlueGen: Add support for compound-array in structs (accessors) ; Allow using ...Sven Gothel2014-06-194-21/+74
* Fix commit f4e753ff1f39be381307ffdb0fb6bb7a2d323eff: 'compound array call-by-...Sven Gothel2014-06-173-50/+121
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-173-0/+42
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-175-118/+235
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-115-13/+124
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-091-0/+77
* Fix accidental tabs.Wade Walker2014-03-042-14/+14
* Remove warnings in emitted C code.Wade Walker2014-03-043-0/+41
* Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classesSven Gothel2013-08-314-0/+16
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-142-0/+75
* Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ...Sven Gothel2013-04-133-0/+62
* Fix unit test of commit 1610dbb4e4d1a1ecf31eb837a47e0f5be04afdac: Add native ...Sven Gothel2013-03-201-2/+2
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-204-23/+257
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-282-9/+10
* 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
|/