aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/runtime
Commit message (Expand)AuthorAgeFilesLines
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-141-3/+2
* Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws SecurityE...Sven Gothel2015-02-052-6/+9
* Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a...Sven Gothel2015-01-301-8/+10
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-21/+21
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-172-23/+23
* 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-201-31/+62
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-091-0/+0
* Fix generics ..Sven Gothel2012-04-141-12/+10
* 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
* Reversed Type relocation ; Minor fixSven Gothel2011-07-2121-2372/+0
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-16/+19
* minor refinementSven Gothel2011-07-201-2/+0
* Fix bad file rename/move: .jav -> .javaSven Gothel2011-07-181-0/+0
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-1821-0/+2371
* DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-261-1/+1
* RELOCATION: GlueGen OpenGL parts back to JoglSven Gothel2010-11-062-255/+0
* Updated list of OpenGL extension vendor suffixesSven Gothel2010-11-041-0/+6
* LICENSE.txt changes:Sven Gothel2010-09-142-49/+51
* another round of ProcAddressTable refactoring.Michael Bien2010-06-201-30/+147
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-2/+5
* Fix GLProcAddressResolver regression: Loop through all names until found or n...Sven Gothel2010-04-271-8/+8
* renamed method.Michael Bien2010-04-241-3/+3
* Refactored ProcAddressTable generation.Michael Bien2010-04-245-238/+229
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-3118-2707/+2
* introduced internal NativeBuffer interface, this can be made public as soon w...Michael Bien2010-03-303-2/+50
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=392Sven Gothel2010-03-301-0/+52
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-03-301-5/+30
|\
| * added sizeOfBufferElem(Buffer buf) to Buffers.Michael Bien2010-03-291-4/+29
| * made conctructor protected.Michael Bien2010-03-291-1/+1
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-302-0/+28
* | Resolved conflictsSven Gothel2010-03-297-19/+353
|\|
| * renamed BufferFactory into Buffers.Michael Bien2010-03-293-6/+6
| * moved several common utility methods from JOGL's BufferUtil to GlueGen's Buff...Michael Bien2010-03-293-9/+343
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-295-1/+347
* | Merge CPU to PlatformSven Gothel2010-03-285-112/+67
|/
* (part2) merged all cdc_fp special cases into one common superclass for each s...Michael Bien2010-03-2810-1223/+949
* (part 1) merged all cdc_fp special cases into one common superclass for each ...Michael Bien2010-03-283-0/+0
* Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6Sven Gothel2010-03-281-3/+3
* renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-2719-0/+2874