| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -3/+2 |
* | Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws SecurityE... | Sven Gothel | 2015-02-05 | 2 | -6/+9 |
* | Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a... | Sven Gothel | 2015-01-30 | 1 | -8/+10 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -21/+21 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+3 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 2 | -23/+23 |
* | ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), incl... | Sven Gothel | 2013-06-21 | 1 | -13/+38 |
* | ProcAddressTable: If using a SecurityManager 'checkAllLinkPermission()' inste... | Sven Gothel | 2013-06-21 | 1 | -6/+19 |
* | Fix regression of f69831574d4927d03d40c330d0b047d8c89622a4: Use getDeclaredFi... | Sven Gothel | 2013-06-21 | 1 | -3/+5 |
* | ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR... | Sven Gothel | 2013-06-20 | 1 | -31/+62 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
* | Fix generics .. | Sven Gothel | 2012-04-14 | 1 | -12/+10 |
* | 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 |
* | Reversed Type relocation ; Minor fix | Sven Gothel | 2011-07-21 | 21 | -2372/+0 |
* | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 1 | -16/+19 |
* | minor refinement | Sven Gothel | 2011-07-20 | 1 | -2/+0 |
* | 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 | 21 | -0/+2371 |
* | DoubleCheckLocking: Added 'ok' comment - volatile var | Sven Gothel | 2011-02-26 | 1 | -1/+1 |
* | RELOCATION: GlueGen OpenGL parts back to Jogl | Sven Gothel | 2010-11-06 | 2 | -255/+0 |
* | Updated list of OpenGL extension vendor suffixes | Sven Gothel | 2010-11-04 | 1 | -0/+6 |
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 2 | -49/+51 |
* | another round of ProcAddressTable refactoring. | Michael Bien | 2010-06-20 | 1 | -30/+147 |
* | Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa... | Sven Gothel | 2010-06-10 | 1 | -2/+5 |
* | Fix GLProcAddressResolver regression: Loop through all names until found or n... | Sven Gothel | 2010-04-27 | 1 | -8/+8 |
* | renamed method. | Michael Bien | 2010-04-24 | 1 | -3/+3 |
* | Refactored ProcAddressTable generation. | Michael Bien | 2010-04-24 | 5 | -238/+229 |
* | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 18 | -2707/+2 |
* | introduced internal NativeBuffer interface, this can be made public as soon w... | Michael Bien | 2010-03-30 | 3 | -2/+50 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=392 | Sven Gothel | 2010-03-30 | 1 | -0/+52 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-03-30 | 1 | -5/+30 |
|\ |
|
| * | added sizeOfBufferElem(Buffer buf) to Buffers. | Michael Bien | 2010-03-29 | 1 | -4/+29 |
| * | made conctructor protected. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
* | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-30 | 2 | -0/+28 |
* | | Resolved conflicts | Sven Gothel | 2010-03-29 | 7 | -19/+353 |
|\| |
|
| * | renamed BufferFactory into Buffers. | Michael Bien | 2010-03-29 | 3 | -6/+6 |
| * | moved several common utility methods from JOGL's BufferUtil to GlueGen's Buff... | Michael Bien | 2010-03-29 | 3 | -9/+343 |
* | | New Int64Buffer type, which is being used for gluegen 'long *' | Sven Gothel | 2010-03-29 | 5 | -1/+347 |
* | | Merge CPU to Platform | Sven Gothel | 2010-03-28 | 5 | -112/+67 |
|/ |
|
* | (part2) merged all cdc_fp special cases into one common superclass for each s... | Michael Bien | 2010-03-28 | 10 | -1223/+949 |
* | (part 1) merged all cdc_fp special cases into one common superclass for each ... | Michael Bien | 2010-03-28 | 3 | -0/+0 |
* | Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6 | Sven Gothel | 2010-03-28 | 1 | -3/+3 |
* | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | Michael Bien | 2010-03-27 | 19 | -0/+2874 |