aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen
Commit message (Expand)AuthorAgeFilesLines
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* gluegen: remove implied use of StringBuffer while appending to StringBuilderHarvey Harrison2013-07-151-2/+2
* gluegen: annotate Hastable of attributes as Hashtable<String, Object>Harvey Harrison2013-07-151-11/+11
* gluegen: remove unneeded casts to TNodeHarvey Harrison2013-07-151-4/+4
* FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due to no...Sven Gothel2013-07-141-7/+25
* StringBuffer -> StringBuilderSven Gothel2013-07-143-5/+3
* ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), incl...Sven Gothel2013-06-211-13/+38
* ProcAddressTable: If using a SecurityManager 'checkAllLinkPermission()' inste...Sven Gothel2013-06-211-6/+19
* Fix regression of f69831574d4927d03d40c330d0b047d8c89622a4: Use getDeclaredFi...Sven Gothel2013-06-211-3/+5
* ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR...Sven Gothel2013-06-203-38/+85
* Security: Gluegen generated native methods w/ 'pass through function pointer'...Sven Gothel2013-06-201-15/+37
* Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7Sven Gothel2013-06-151-32/+38
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-144-7/+306
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-3/+2
* Fix Bug 715: Don't modify 'carray' pointer returned from GetPrimitiveArrayCri...Sven Gothel2013-04-131-5/+15
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-097-0/+0
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-202-4/+11
* Cleanup GlueGen config 'ExtendedInterfaceSymbols*'Sven Gothel2013-01-311-17/+64
* Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd...Sven Gothel2012-10-183-7/+4
* Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452...Sven Gothel2012-10-173-4/+7
* gluegen: remove two fast-path tests that can never triggerHarvey Harrison2012-10-161-14/+0
* gluegen: generics annotations for various ArrayList/List useHarvey Harrison2012-10-154-5/+5
* ProcAddressEmitter: Remove 'guessing' argument names from types, since they a...Sven Gothel2012-10-162-18/+2
* Reducing Type's equalsSven Gothel2012-10-161-32/+0
* Intermediate revised Type.java edit before reducingSven Gothel2012-10-161-8/+34
* gluegen: conditional cleanup in Type.equals()Harvey Harrison2012-10-141-12/+7
* gluegen: simplify expression comparing against Boolean.TRUEHarvey Harrison2012-10-131-7/+2
* gluegen: remove trailing whitespace from psuedo-C parserHarvey Harrison2012-10-131-5/+5
* gluegen: break apart a complex conditional in Type.equals() for readabilityHarvey Harrison2012-10-131-2/+15
* gluegen: fix equals comparison in cgrammer Type classHarvey Harrison2012-10-131-1/+1
* gluegen: remove trailing whitespace from cgrammer Type classHarvey Harrison2012-10-131-10/+10
* gluegen: small cleanup and type annotation in GlueGenTaskHarvey Harrison2012-10-131-37/+23
* gluegen: trim trailing whitespace from GlueGenTaskHarvey Harrison2012-10-131-64/+64
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-161-1/+1
* Minor cleanup of JavaEmitterv2.0-rc10Sven Gothel2012-07-191-2/+2
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-1610-35/+33
* Fix generics ..Sven Gothel2012-04-141-12/+10
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-224-92/+86
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-3/+3
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-131-5/+7
* ProcAddressEmitter: Even use this emitter for manual impl. methods, which all...Sven Gothel2012-02-231-18/+19
* Add more debug/analisys information. Throw exception when attempting to overr...Sven Gothel2012-02-152-6/+34
* Don't ignore GlueGen.debug() in static DEBUG flags; Add JavaConfiguration.DEB...Sven Gothel2012-02-151-3/+18
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-7/+16
* GlueGen: Expose public static debug()Sven Gothel2011-12-181-7/+6
* Update documentation (size/alignment) for MacOSX-32bit-gcc4 0bafac07b61f10c1a...Sven Gothel2011-10-241-1/+2
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-063-24/+46
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-221-62/+0
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-212-120/+62
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-201-0/+1