| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix doc | Sven Gothel | 2010-05-14 | 2 | -2/+2 |
* | fix link | Sven Gothel | 2010-05-14 | 2 | -2/+2 |
* | Fix docu | Sven Gothel | 2010-05-14 | 2 | -17/+77 |
* | win32.c.compiler defaults to mingw | Sven Gothel | 2010-05-14 | 2 | -3/+5 |
* | Fix html ref ; Fix property error message | Sven Gothel | 2010-05-14 | 2 | -8/+3 |
* | Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default... | Sven Gothel | 2010-05-12 | 13 | -52/+23 |
* | Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ... | Sven Gothel | 2010-05-10 | 10 | -115/+117 |
* | Add javadoc.zip | Sven Gothel | 2010-05-09 | 1 | -0/+3 |
* | www: add proper redirection to folder www | Sven Gothel | 2010-05-08 | 1 | -0/+7 |
* | Cleanup: Move scripts into their folder | Sven Gothel | 2010-05-05 | 7 | -0/+0 |
* | ReflectionUtil: Added callStaticMethod(..) | Sven Gothel | 2010-05-05 | 1 | -8/+48 |
* | - JAR Manifest: Trusted-Library: true | Sven Gothel | 2010-04-28 | 4 | -20/+24 |
* | Fix privileged access (applet) | Sven Gothel | 2010-04-28 | 1 | -9/+16 |
* | Fix broken build | Sven Gothel | 2010-04-28 | 1 | -1/+1 |
* | small optimizations in fast pimitive HashMaps (Arrays.fill(), local variables). | Michael Bien | 2010-04-27 | 1 | -19/+44 |
* | switched to nanoTime() and moved asserts to end of the benchmark. | Michael Bien | 2010-04-27 | 2 | -37/+35 |
* | Fix GLProcAddressResolver regression: Loop through all names until found or n... | Sven Gothel | 2010-04-27 | 1 | -8/+8 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-26 | 1 | -2/+15 |
|\ |
|
| * | added javadoc target to gluegen buildscript. | Michael Bien | 2010-04-26 | 1 | -2/+15 |
* | | Using Buffers.isDirect(), due to Java <= 1.5 limitations | Sven Gothel | 2010-04-26 | 1 | -1/+1 |
|/ |
|
* | renamed method. | Michael Bien | 2010-04-24 | 4 | -20/+5 |
* | Refactored ProcAddressTable generation. | Michael Bien | 2010-04-24 | 8 | -248/+246 |
* | Use JNILibLoader in the junit test | Sven Gothel | 2010-04-24 | 3 | -3/+61 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-22 | 3 | -21/+186 |
|\ |
|
| * | IntIntHashMap (and friends) is now Iterable. Added iterator testcase. | Michael Bien | 2010-04-21 | 3 | -9/+151 |
| * | added getKeyNotFoundValue() and some javadoc to IntIntHashMap. | Michael Bien | 2010-04-21 | 1 | -13/+36 |
* | | Cleanup uptodate rule | Sven Gothel | 2010-04-22 | 2 | -6/+12 |
|/ |
|
* | Fix Exception Handling .. | Sven Gothel | 2010-04-20 | 2 | -29/+50 |
* | Importing files from JOGL (preserving history) | Sven Gothel | 2010-04-19 | 6 | -35/+222 |
* | Added keyNotFoundValue semantics, for primitve types it defaults to -1 now. | Sven Gothel | 2010-04-19 | 2 | -7/+24 |
* | remove duplicated file while importing | Sven Gothel | 2010-04-19 | 1 | -149/+0 |
* | Moving imported files to proper place | Sven Gothel | 2010-04-19 | 4 | -0/+0 |
* | code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except... | Michael Bien | 2010-04-19 | 1 | -12/+20 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-04-19 | 1 | -1/+1 |
* | Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1... | Sven Gothel | 2010-04-19 | 1 | -2/+66 |
* | Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect... | Sven Gothel | 2010-04-19 | 1 | -0/+6 |
* | Tested: - Linux / X11 / GL3 / GL2 / ES1 / ES2 - Using etc/profile.jogl JOGL_A... | Sven Gothel | 2010-04-19 | 1 | -11/+25 |
* | JOGL Added OpenGL 3.0 and 3.1 support 3.0 as part of GL2 (extensions only) 3.... | Sven Gothel | 2010-04-19 | 1 | -0/+3 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -3/+3 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -0/+0 |
* | Start moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -0/+0 |
* | JOGL refactoring: Refactored JOGL into 3 independent components. | Sven Gothel | 2010-04-19 | 1 | -19/+63 |
* | JAWT package cleanup .. re adding accidently removed files | Sven Gothel | 2010-04-19 | 1 | -0/+71 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-04-19 | 1 | -2/+2 |
* | Refactored static initialization to let the JVM ensure it only runs once; don... | Kenneth Russel | 2010-04-19 | 1 | -9/+3 |
* | - Fix: X11 locking The current thread default display or the given display is... | Sven Gothel | 2010-04-19 | 1 | -39/+40 |
* | - Fixing SPEC documentation for bindings JOGL and NativeWindow, lot's of java... | Sven Gothel | 2010-04-19 | 1 | -0/+1 |
* | Movement of Capabilities class and chooseCapabilities functionality into Nati... | Kenneth Russel | 2010-04-19 | 1 | -0/+76 |
* | Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect... | Sven Gothel | 2010-04-19 | 1 | -3/+3 |
* | Changed a few Class.forName() calls to defer initialization to avoid eager in... | Kenneth Russel | 2010-04-19 | 1 | -3/+3 |