summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mbien/gluegenMichael Bien2010-06-206-93/+271
|\
| * another round of ProcAddressTable refactoring.Michael Bien2010-06-202-88/+165
| * added BasicProcAddressEmitterTest testing generation of ProcAddressTable and ...Michael Bien2010-06-183-3/+104
| * added 'intptr_t' to the list of PointerBuffer candidates.Michael Bien2010-06-181-2/+2
* | Merge branch 'master' of github.com:mbien/gluegenMichael Bien2010-06-182-18/+108
|\|
| * pass a ClassLoader to all methods which load classes. (ReflectionUtil)Michael Bien2010-06-171-18/+18
| * Merge branch 'master' of github.com:sgothel/gluegenMichael Bien2010-06-161-0/+90
| |\
| | * Adding RunnableTask, generic notifyable Runnable wrapperSven Gothel2010-06-161-0/+90
* | | Merge branch 'master' of github.com:mbien/gluegenMichael Bien2010-06-1013-76/+550
|\| |
| * | small fix in IDE target. Test ran twice in debug mode.Michael Bien2010-06-101-1/+0
| * | currently no need for a (public) MiscUtils.java.Michael Bien2010-06-102-65/+6
| * | refactored Platform. Simplified initializer.Michael Bien2010-06-101-34/+42
| |/
| * Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-107-41/+522
| * Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-057-0/+45
* | Merge branch 'master' of github.com:mbien/gluegenMichael Bien2010-06-055-60/+63
|\|
| * fixed handling of size_t which was broken since the introduction of Int64Buffer.Michael Bien2010-05-313-0/+10
| * Refactored JavaType to use enums.Michael Bien2010-05-301-34/+30
| * Merge branch 'master' of github.com:sgothel/gluegenMichael Bien2010-05-283-28/+25
| |\
| | * Fix: Prepare CMethodBindingEmitter for struct methods as wellSven Gothel2010-05-252-26/+23
* | | Merge branch 'master' of git://github.com/sgothel/gluegenMichael Bien2010-05-231-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix JNLPs .. vendor and urlSven Gothel2010-05-191-2/+2
* | GlueGen frontpage cleanup.Michael Bien2010-05-192-57/+45
* | XHTML cleanup and JogAmplification for gluegen manualMichael Bien2010-05-191-2267/+2275
|/
* GlueGen/JOGL Windows x86 x86_64 MingW BuildsSven Gothel2010-05-161-3/+4
* GlueGen/JOGL Windows x86 x86_64 MingW BuildsSven Gothel2010-05-161-0/+4
* GlueGen/JOGL Windows x86 x86_64 BuildsSven Gothel2010-05-167-21/+106
* Fix docSven Gothel2010-05-142-2/+2
* fix linkSven Gothel2010-05-142-2/+2
* Fix docuSven Gothel2010-05-142-17/+77
* win32.c.compiler defaults to mingwSven Gothel2010-05-142-3/+5
* Fix html ref ; Fix property error messageSven Gothel2010-05-142-8/+3
* Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default...Sven Gothel2010-05-1213-52/+23
* Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ...Sven Gothel2010-05-1010-115/+117
* Add javadoc.zipSven Gothel2010-05-091-0/+3
* www: add proper redirection to folder wwwSven Gothel2010-05-081-0/+7
* Cleanup: Move scripts into their folderSven Gothel2010-05-057-0/+0
* ReflectionUtil: Added callStaticMethod(..)Sven Gothel2010-05-051-8/+48
* - JAR Manifest: Trusted-Library: trueSven Gothel2010-04-284-20/+24
* Fix privileged access (applet)Sven Gothel2010-04-281-9/+16
* Fix broken buildSven Gothel2010-04-281-1/+1
* small optimizations in fast pimitive HashMaps (Arrays.fill(), local variables).Michael Bien2010-04-271-19/+44
* switched to nanoTime() and moved asserts to end of the benchmark.Michael Bien2010-04-272-37/+35
* Fix GLProcAddressResolver regression: Loop through all names until found or n...Sven Gothel2010-04-271-8/+8
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-04-261-2/+15
|\
| * added javadoc target to gluegen buildscript.Michael Bien2010-04-261-2/+15
* | Using Buffers.isDirect(), due to Java <= 1.5 limitationsSven Gothel2010-04-261-1/+1
|/
* renamed method.Michael Bien2010-04-244-20/+5
* Refactored ProcAddressTable generation.Michael Bien2010-04-248-248/+246
* Use JNILibLoader in the junit testSven Gothel2010-04-243-3/+61
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-04-223-21/+186
|\