summaryrefslogtreecommitdiffstats
path: root/src/java/com
Commit message (Expand)AuthorAgeFilesLines
* JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at...Sven Gothel2011-09-241-1/+38
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-242-4/+17
* Better DEBUG outputSven Gothel2011-09-233-60/+62
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-231-4/+18
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-232-75/+2
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-234-56/+140
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-226-93/+44
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-223-9/+71
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-218-148/+100
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-203-27/+85
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-205-17/+10
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-193-0/+1051
* Enhancement/GenericStyle:Sven Gothel2011-09-194-49/+228
* NativeLibLoader: Handle case where prev. Applet used JNLPAppletLauncher, sett...v2.0-rc3Sven Gothel2011-09-161-20/+34
* IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;...Sven Gothel2011-09-141-19/+67
* Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ...Sven Gothel2011-09-032-3/+3
* DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ...Sven Gothel2011-08-312-34/+26
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-241-37/+34
* CachedBufferFactory: Cosmetic changes - comments, -1 -> 0Sven Gothel2011-08-091-2/+11
* DynamicLibraryBundleInfo: Allow impl. to select tool/system lookupSven Gothel2011-08-092-8/+34
* aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la...Sven Gothel2011-08-051-3/+16
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-037-265/+13
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-282-2/+2
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-284-7/+84
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-1/+1
* Android: Remove native (fake) detectionSven Gothel2011-07-241-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-243-10/+138
* Fix regression (commit f733203dfbd034a6b1aa3eb2cd616437c982c435): Init of DEB...Sven Gothel2011-07-221-2/+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-218-407/+433
* minor refinementSven Gothel2011-07-202-32/+30
* FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsetsSven Gothel2011-07-202-167/+90
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-205-51/+226
* 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-175-77/+110
* 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-1722-376/+566
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-113-109/+75
* Complete relocation of SingletonInstance.java from JOGLSven Gothel2011-06-111-0/+164
* Gluegen AntTask: 'literalInclude' may contain multiple directories, separated...Sven Gothel2011-06-101-10/+19
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-083-224/+236
* Locator: Proper package location after reloc from JOGLSven Gothel2011-06-081-0/+178
* Platform: Add getPageSize()Sven Gothel2011-06-071-0/+7
* Merged JOGL's general purpose static methods of StreamUtil and FileUtil into ...Sven Gothel2011-06-071-6/+95
* PointerBuffer: Add duplicate() method (as req by JOCL)Sven Gothel2011-05-011-0/+19
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-276-298/+221
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-266-184/+20
* RecursiveLock: Expose waiting thread queue sizeSven Gothel2011-04-261-0/+6