summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/test
Commit message (Collapse)AuthorAgeFilesLines
* Buffer heritage added. Migrated old runtime tests.Sven Gothel2010-03-312-82/+0
|
* Resolved conflictsSven Gothel2010-03-292-3/+3
|\
| * renamed BufferFactory into Buffers.Michael Bien2010-03-291-1/+1
| |
| * moved several common utility methods from JOGL's BufferUtil to GlueGen's ↵Michael Bien2010-03-292-2/+2
| | | | | | | | BufferFactory.
* | Merge CPU to PlatformSven Gothel2010-03-282-4/+4
|/
* renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-272-2/+2
|
* Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SEsg2158892009-07-282-4/+6
|
* Fix: Add sun.arch.data.model to determine 32bit archsg2158892009-07-282-2/+4
|
* Tests [PointerBuffer,StructAccessor]: Add diagnosticsJOGL_CDCCVM_sgothelsg2158892009-07-152-1/+9
|
* Build CDC named JARs for CVM in default build, no more specialized build ↵sg2158892009-07-152-0/+70
necessary. Fix PointerBuffer allocateDirect()