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