| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ; | Sven Gothel | 2012-03-22 | 4 | -92/+86 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 1 | -3/+3 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 1 | -5/+7 |
* | ProcAddressEmitter: Even use this emitter for manual impl. methods, which all... | Sven Gothel | 2012-02-23 | 1 | -18/+19 |
* | Add more debug/analisys information. Throw exception when attempting to overr... | Sven Gothel | 2012-02-15 | 2 | -6/+34 |
* | Don't ignore GlueGen.debug() in static DEBUG flags; Add JavaConfiguration.DEB... | Sven Gothel | 2012-02-15 | 1 | -3/+18 |
* | JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion... | Sven Gothel | 2011-12-18 | 1 | -7/+16 |
* | GlueGen: Expose public static debug() | Sven Gothel | 2011-12-18 | 1 | -7/+6 |
* | Update documentation (size/alignment) for MacOSX-32bit-gcc4 0bafac07b61f10c1a... | Sven Gothel | 2011-10-24 | 1 | -1/+2 |
* | Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co... | Sven Gothel | 2011-10-06 | 3 | -24/+46 |
* | gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot... | Sven Gothel | 2011-09-22 | 1 | -62/+0 |
* | Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt... | Sven Gothel | 2011-09-21 | 2 | -120/+62 |
* | Remove redundant: NativeLibrary.ensureNativeLibLoaded() | Sven Gothel | 2011-09-20 | 1 | -0/+1 |
* | NativeLibLoader: Handle case where prev. Applet used JNLPAppletLauncher, sett...v2.0-rc3 | Sven Gothel | 2011-09-16 | 1 | -20/+34 |
* | Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ... | Sven Gothel | 2011-09-03 | 2 | -3/+3 |
* | Reversed Type relocation ; Minor fix | Sven Gothel | 2011-07-21 | 36 | -60/+28 |
* | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 5 | -250/+191 |
* | minor refinement | Sven Gothel | 2011-07-20 | 1 | -2/+0 |
* | FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsets | Sven Gothel | 2011-07-20 | 1 | -35/+6 |
* | Cleanup: Platform CPU enum, MachineDescription, | Sven Gothel | 2011-07-20 | 3 | -8/+6 |
* | Fix bad file rename/move: .jav -> .java | Sven Gothel | 2011-07-18 | 1 | -0/+0 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 39 | -208/+344 |
* | GlueGen: Alignment Cleanup .. | Sven Gothel | 2011-07-17 | 4 | -53/+104 |
* | Clarify aligment doc | Sven Gothel | 2011-07-17 | 1 | -7/+18 |
* | Fix alignment query code doc | Sven Gothel | 2011-07-17 | 1 | -3/+2 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 17 | -223/+153 |
* | Gluegen AntTask: 'literalInclude' may contain multiple directories, separated... | Sven Gothel | 2011-06-10 | 1 | -10/+19 |
* | refactoring in common.nio public api - removed Int64Buffer | Michael Bien | 2011-04-26 | 3 | -28/+18 |
* | DoubleCheckLocking: Added 'ok' comment - volatile var | Sven Gothel | 2011-02-26 | 1 | -1/+1 |
* | html fixes | Sven Gothel | 2011-02-09 | 1 | -15/+10 |
* | Fix doc for type 'long' - added WARNING (ambiguous size Windows/Unix) | Sven Gothel | 2010-12-16 | 1 | -19/+24 |
* | GlueGen: Close in/out streams to allow deleteOnExit() to succeed on Windows | Sven Gothel | 2010-11-25 | 1 | -0/+3 |
* | API Doc: Complete list of predefined types | Sven Gothel | 2010-11-15 | 1 | -0/+7 |
* | Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin... | Sven Gothel | 2010-11-14 | 2 | -5/+5 |
* | JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf... | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion | Sven Gothel | 2010-11-12 | 1 | -1/+1 |
* | New: JogampVersion, providing generic information for Jogamp JAR archives; Ve... | Sven Gothel | 2010-11-12 | 1 | -0/+2 |
* | Enhance API doc .. package description etc | Sven Gothel | 2010-11-09 | 2 | -50/+62 |
* | Gluegen: Types (stddef/stdint), Header and Predefined Macro Change | Sven Gothel | 2010-11-09 | 6 | -15/+89 |
* | Reformated license tag | Sven Gothel | 2010-11-08 | 1 | -29/+28 |
* | Clarified cgram license, ie TNode.java | Sven Gothel | 2010-11-08 | 1 | -0/+38 |
* | PCPP: Let '#error token' throw an exception with the message; Note: #warning ... | Sven Gothel | 2010-11-08 | 1 | -1/+1 |
* | Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ... | Sven Gothel | 2010-11-07 | 2 | -15/+22 |
* | PCPP: Add '# <line> <file>' pass through ; Fix NB antlr.jar reference | Sven Gothel | 2010-11-07 | 1 | -1/+11 |
* | Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direc... | Sven Gothel | 2010-11-07 | 3 | -77/+125 |
* | Fix PCPP encapsualted if/if blocks | Sven Gothel | 2010-11-07 | 1 | -17/+23 |
* | PCPP: Add file and linenumber in exceptions | Sven Gothel | 2010-11-07 | 1 | -3/+4 |
* | PCPP: Fix ifdef/ifndef, if, elif and endif correct ; Enhanced PCPP tests | Sven Gothel | 2010-11-07 | 1 | -18/+37 |
* | Relocation: GlueGen GL Parts to Jogl | Sven Gothel | 2010-11-06 | 3 | -981/+0 |
* | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 66 | -0/+22684 |