| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7 | Sven Gothel | 2013-06-15 | 1 | -32/+38 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 4 | -7/+306 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 1 | -3/+2 |
* | Fix Bug 715: Don't modify 'carray' pointer returned from GetPrimitiveArrayCri... | Sven Gothel | 2013-04-13 | 1 | -5/+15 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 7 | -0/+0 |
* | Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe... | Sven Gothel | 2013-03-20 | 2 | -4/+11 |
* | Cleanup GlueGen config 'ExtendedInterfaceSymbols*' | Sven Gothel | 2013-01-31 | 1 | -17/+64 |
* | Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd... | Sven Gothel | 2012-10-18 | 3 | -7/+4 |
* | Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452... | Sven Gothel | 2012-10-17 | 3 | -4/+7 |
* | gluegen: remove two fast-path tests that can never trigger | Harvey Harrison | 2012-10-16 | 1 | -14/+0 |
* | gluegen: generics annotations for various ArrayList/List use | Harvey Harrison | 2012-10-15 | 4 | -5/+5 |
* | ProcAddressEmitter: Remove 'guessing' argument names from types, since they a... | Sven Gothel | 2012-10-16 | 2 | -18/+2 |
* | Reducing Type's equals | Sven Gothel | 2012-10-16 | 1 | -32/+0 |
* | Intermediate revised Type.java edit before reducing | Sven Gothel | 2012-10-16 | 1 | -8/+34 |
* | gluegen: conditional cleanup in Type.equals() | Harvey Harrison | 2012-10-14 | 1 | -12/+7 |
* | gluegen: simplify expression comparing against Boolean.TRUE | Harvey Harrison | 2012-10-13 | 1 | -7/+2 |
* | gluegen: remove trailing whitespace from psuedo-C parser | Harvey Harrison | 2012-10-13 | 1 | -5/+5 |
* | gluegen: break apart a complex conditional in Type.equals() for readability | Harvey Harrison | 2012-10-13 | 1 | -2/+15 |
* | gluegen: fix equals comparison in cgrammer Type class | Harvey Harrison | 2012-10-13 | 1 | -1/+1 |
* | gluegen: remove trailing whitespace from cgrammer Type class | Harvey Harrison | 2012-10-13 | 1 | -10/+10 |
* | gluegen: small cleanup and type annotation in GlueGenTask | Harvey Harrison | 2012-10-13 | 1 | -37/+23 |
* | gluegen: trim trailing whitespace from GlueGenTask | Harvey Harrison | 2012-10-13 | 1 | -64/+64 |
* | Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf... | Sven Gothel | 2012-08-16 | 1 | -1/+1 |
* | Minor cleanup of JavaEmitterv2.0-rc10 | Sven Gothel | 2012-07-19 | 1 | -2/+2 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 10 | -35/+33 |
* | Fix generics .. | Sven Gothel | 2012-04-14 | 1 | -12/+10 |
* | 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 |