| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Split FreeBSD in the same manner as Linux: isFreeBSD, isFreeBSDX86, isFreeBSD... | Mark Rothwell | 2010-06-26 | 1 | -2/+26 |
| * | Use the correct linker configurations on FreeBSD and fix the java.includes.di... | Mark Rothwell | 2010-06-26 | 1 | -4/+15 |
* | | added slice utility methods to Buffers + rudimentary test. | Michael Bien | 2010-07-04 | 1 | -4/+5 |
|/ |
|
* | GlueGen/JOGL Windows x86 x86_64 MingW Builds | Sven Gothel | 2010-05-16 | 1 | -3/+4 |
* | GlueGen/JOGL Windows x86 x86_64 MingW Builds | Sven Gothel | 2010-05-16 | 1 | -0/+4 |
* | GlueGen/JOGL Windows x86 x86_64 Builds | Sven Gothel | 2010-05-16 | 6 | -19/+104 |
* | 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 | 1 | -1/+1 |
* | 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 | 10 | -44/+15 |
* | Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ... | Sven Gothel | 2010-05-10 | 1 | -27/+29 |
* | Add javadoc.zip | Sven Gothel | 2010-05-09 | 1 | -0/+3 |
* | Cleanup: Move scripts into their folder | Sven Gothel | 2010-05-05 | 7 | -0/+0 |
* | - JAR Manifest: Trusted-Library: true | Sven Gothel | 2010-04-28 | 3 | -20/+23 |
* | added javadoc target to gluegen buildscript. | Michael Bien | 2010-04-26 | 1 | -2/+15 |
* | Cleanup uptodate rule | Sven Gothel | 2010-04-22 | 2 | -6/+12 |
* | Added keyNotFoundValue semantics, for primitve types it defaults to -1 now. | Sven Gothel | 2010-04-19 | 1 | -4/+7 |
* | fixed LongIntHashMap build config. | Michael Bien | 2010-04-15 | 1 | -2/+2 |
* | merged LongInt with IntIntHashMap. | Michael Bien | 2010-04-15 | 1 | -7/+15 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-13 | 1 | -3/+21 |
|\ |
|
| * | gluegen creates now LongObject and LongLongHashMap from LongIntHashMap additi... | Michael Bien | 2010-04-12 | 1 | -3/+21 |
* | | Added Uptodate verification to build only when necessary | Sven Gothel | 2010-04-13 | 2 | -7/+33 |
|/ |
|
* | ant 1.8.0 on win32 | Sven Gothel | 2010-04-10 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-10 | 1 | -13/+35 |
|\ |
|
| * | annotated certain token in IntIntHashMap for text substitution. | Michael Bien | 2010-04-08 | 1 | -13/+35 |
* | | *** Now Using Apache-Ant-1.8.0 *** | Sven Gothel | 2010-04-10 | 8 | -3/+11 |
|/ |
|
* | initial import of IntIntHashmap + JUnitTest including a benchmark. | Michael Bien | 2010-04-08 | 1 | -0/+1 |
* | http://jogamp.org/bugzilla/show_bug.cgi?id=393 | Sven Gothel | 2010-04-08 | 15 | -88/+264 |
* | disabled hard failure for junit tests, hope sven does not read this ;). | Michael Bien | 2010-04-01 | 1 | -1/+1 |
* | fixed generated imports rudimentary (not DRY).. cleanup in work. | Michael Bien | 2010-03-31 | 1 | -0/+2 |
* | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 5 | -6/+8 |
|\ |
|
| * | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 3 | -3/+3 |
| * | reduced verbosity in test output. | Michael Bien | 2010-03-31 | 1 | -2/+5 |
| * | introduced internal NativeBuffer interface, this can be made public as soon w... | Michael Bien | 2010-03-30 | 1 | -1/+0 |
* | | Buffer heritage added. Migrated old runtime tests. | Sven Gothel | 2010-03-31 | 1 | -14/+14 |
|/ |
|
* | Resolved conflicts | Sven Gothel | 2010-03-29 | 3 | -10/+10 |
|\ |
|
| * | updated scripts with correct package names. | Michael Bien | 2010-03-28 | 3 | -10/+10 |
* | | New Int64Buffer type, which is being used for gluegen 'long *' | Sven Gothel | 2010-03-29 | 5 | -1/+94 |
|/ |
|
* | (part2) merged all cdc_fp special cases into one common superclass for each s... | Michael Bien | 2010-03-28 | 1 | -7/+4 |
* | Add missing file | Sven Gothel | 2010-03-28 | 1 | -0/+17 |
* | Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6 | Sven Gothel | 2010-03-28 | 4 | -16/+16 |
|\ |
|
| * | Merge branch 'master' of git@github.com:mbien/gluegen | Michael Bien | 2010-03-27 | 2 | -6/+10 |
| |\ |
|
| * | | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | Michael Bien | 2010-03-27 | 4 | -16/+16 |
* | | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-28 | 1 | -6/+40 |
| |/
|/| |
|
* | | Add coverage test (signatures and execution) .. | Sven Gothel | 2010-03-27 | 1 | -3/+5 |
* | | Use property.location for compatible absolute path composition | Sven Gothel | 2010-03-26 | 1 | -3/+5 |
|/ |
|
* | Revert "Remove absolute path composing with basedir .." | Michael Bien | 2010-03-26 | 1 | -1/+1 |
* | Remove absolute path composing with basedir .. | Sven Gothel | 2010-03-26 | 1 | -1/+1 |
* | removed ant warnings: | Michael Bien | 2010-03-26 | 2 | -7/+7 |
* | Fix import/basedir bug (ant?) for hudson workspace | Sven Gothel | 2010-03-26 | 1 | -1/+8 |
* | Add missing java.includes to cc build-junit.xml | Sven Gothel | 2010-03-26 | 1 | -0/+2 |