summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reduced verbosity in test output.Michael Bien2010-03-314-8/+10
* introduced internal NativeBuffer interface, this can be made public as soon w...Michael Bien2010-03-304-3/+50
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=392Sven Gothel2010-03-304-2/+106
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-03-301-5/+30
|\
| * added sizeOfBufferElem(Buffer buf) to Buffers.Michael Bien2010-03-291-4/+29
| * made conctructor protected.Michael Bien2010-03-291-1/+1
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-309-23/+290
* | Resolved conflictsSven Gothel2010-03-2923-84/+434
|\|
| * renamed BufferFactory into Buffers.Michael Bien2010-03-2914-59/+59
| * moved several common utility methods from JOGL's BufferUtil to GlueGen's Buff...Michael Bien2010-03-295-11/+345
| * updated scripts with correct package names.Michael Bien2010-03-283-10/+10
| * updated netbeans project files (added new test folder into path).Michael Bien2010-03-281-0/+16
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-2916-66/+581
* | Merge CPU to PlatformSven Gothel2010-03-2811-122/+77
|/
* (part2) merged all cdc_fp special cases into one common superclass for each s...Michael Bien2010-03-2811-1230/+953
* (part 1) merged all cdc_fp special cases into one common superclass for each ...Michael Bien2010-03-283-0/+0
* Add missing fileSven Gothel2010-03-281-0/+17
* Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6Sven Gothel2010-03-2842-103/+99
|\
| * com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-1/+1
| * Merge branch 'master' of [email protected]:mbien/gluegenMichael Bien2010-03-274-74/+102
| |\
| * | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-2739-95/+91
* | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-2818-519/+883
| |/ |/|
* | Add coverage test (signatures and execution) ..Sven Gothel2010-03-273-66/+92
* | Use property.location for compatible absolute path compositionSven Gothel2010-03-261-3/+5
|/
* Revert "Remove absolute path composing with basedir .."Michael Bien2010-03-261-1/+1
* Remove absolute path composing with basedir ..Sven Gothel2010-03-261-1/+1
* removed ant warnings:Michael Bien2010-03-262-7/+7
* ant-junit-ant: use rel gluegen.root pathSven Gothel2010-03-262-3/+2
* Fix import/basedir bug (ant?) for hudson workspaceSven Gothel2010-03-261-1/+8
* Add missing java.includes to cc build-junit.xmlSven Gothel2010-03-261-0/+2
* invoke junit.run on testSven Gothel2010-03-251-1/+1
* build-junit.xml unique build_t propertySven Gothel2010-03-252-34/+36
* start with gluegen.root ..Sven Gothel2010-03-251-5/+3
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=390Sven Gothel2010-03-2517-880/+1478
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=390Sven Gothel2010-03-257-28/+88
* seperated cli processing from main logic.Michael Bien2010-03-241-290/+301
* fixed regression in constant emission where a type suffix (e.g. 'f') was ille...Michael Bien2010-03-224-13/+30
* Drop PointerBuffer.wrapNative2Java(..)Sven Gothel2010-03-193-64/+40
* removed test from all build target to safe time when jogl builds.Michael Bien2010-03-121-2/+2
* fixed JavaEmitter to support unsigned defines.Michael Bien2010-03-122-1/+10
* added PCPPTest.Michael Bien2010-02-202-0/+55
* PCPP supports now simple macros.Michael Bien2010-02-202-20/+34
* better exception handling in GlueGen.Michael Bien2010-02-202-127/+256
* fixed jdk tools.jar classpath for hudson to fix tests.Michael Bien2010-02-122-4/+6
* junit test code cleanup and some build preperations for hudson.Michael Bien2010-02-126-63/+82
* added test target to main build script.Michael Bien2010-02-1214-229/+517
* added support for arrays in generated StructAccessors.Michael Bien2010-02-124-39/+198
* generated pointer variable names have now a more descriptive name.Michael Bien2010-02-031-47/+46
* PointerBuffer supports now 32bit architectures.Michael Bien2010-01-192-18/+39
* is32Bit field is now immutable to help hotspot with inlining.Michael Bien2010-01-181-41/+27