aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/gluegen/test/junit/generation/test1.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1481 - Hide [ArgumentIs]PascalString argument's lengthSven Gothel2023-12-021-0/+11
* feat(generation): Add setter generation for not constant and not opaque compo...Mathieu Féry2023-07-311-2/+7
* GlueGen Struct [5]: Revised Struct Mapping + DocumentationSven Gothel2023-06-161-90/+396
* Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to renam...Sven Gothel2015-03-111-0/+4
* Bug 1134 - Fix aliased typedef struct emissionSven Gothel2015-03-091-5/+12
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-0/+46
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-0/+110
* GlueGen: Add support for compound-array in structs (accessors) ; Allow using ...Sven Gothel2014-06-191-1/+4
* Fix commit f4e753ff1f39be381307ffdb0fb6bb7a2d323eff: 'compound array call-by-...Sven Gothel2014-06-171-0/+32
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-171-0/+15
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-2/+23
* Fix accidental tabs.Wade Walker2014-03-041-9/+9
* Remove warnings in emitted C code.Wade Walker2014-03-041-0/+12
* Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ...Sven Gothel2013-04-131-0/+10
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-201-0/+58
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-221-0/+9
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-1/+2
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-061-3/+12
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-2/+87
* - 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-171-0/+81
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-271-0/+25
* Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin...Sven Gothel2010-11-141-0/+38
* http://jogamp.org/bugzilla/show_bug.cgi?id=393Sven Gothel2010-04-081-21/+23
* Buffer heritage added. Migrated old runtime tests.Sven Gothel2010-03-311-0/+172