aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen
Commit message (Expand)AuthorAgeFilesLines
* 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
* NativeLibLoader: Handle case where prev. Applet used JNLPAppletLauncher, sett...v2.0-rc3Sven Gothel2011-09-161-20/+34
* Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ...Sven Gothel2011-09-032-3/+3
* Reversed Type relocation ; Minor fixSven Gothel2011-07-2136-60/+28
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-215-250/+191
* minor refinementSven Gothel2011-07-201-2/+0
* FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsetsSven Gothel2011-07-201-35/+6
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-203-8/+6
* Fix bad file rename/move: .jav -> .javaSven Gothel2011-07-181-0/+0
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-1839-208/+344
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-174-53/+104
* Clarify aligment docSven Gothel2011-07-171-7/+18
* Fix alignment query code docSven Gothel2011-07-171-3/+2
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-1717-223/+153
* Gluegen AntTask: 'literalInclude' may contain multiple directories, separated...Sven Gothel2011-06-101-10/+19
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-263-28/+18
* DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-261-1/+1
* html fixesSven Gothel2011-02-091-15/+10
* Fix doc for type 'long' - added WARNING (ambiguous size Windows/Unix)Sven Gothel2010-12-161-19/+24
* GlueGen: Close in/out streams to allow deleteOnExit() to succeed on WindowsSven Gothel2010-11-251-0/+3
* API Doc: Complete list of predefined typesSven Gothel2010-11-151-0/+7
* Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin...Sven Gothel2010-11-142-5/+5
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf...Sven Gothel2010-11-141-1/+1
* com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersionSven Gothel2010-11-121-1/+1
* New: JogampVersion, providing generic information for Jogamp JAR archives; Ve...Sven Gothel2010-11-121-0/+2
* Enhance API doc .. package description etcSven Gothel2010-11-092-50/+62
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-096-15/+89
* Reformated license tagSven Gothel2010-11-081-29/+28
* Clarified cgram license, ie TNode.javaSven Gothel2010-11-081-0/+38
* PCPP: Let '#error token' throw an exception with the message; Note: #warning ...Sven Gothel2010-11-081-1/+1
* Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ...Sven Gothel2010-11-072-15/+22
* PCPP: Add '# <line> <file>' pass through ; Fix NB antlr.jar referenceSven Gothel2010-11-071-1/+11
* Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direc...Sven Gothel2010-11-073-77/+125
* Fix PCPP encapsualted if/if blocksSven Gothel2010-11-071-17/+23
* PCPP: Add file and linenumber in exceptionsSven Gothel2010-11-071-3/+4
* PCPP: Fix ifdef/ifndef, if, elif and endif correct ; Enhanced PCPP testsSven Gothel2010-11-071-18/+37