| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 60 | -3036/+3101 |
|\ |
|
| * | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 37 | -78/+93 |
| * | refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package. | Michael Bien | 2010-03-31 | 12 | -2784/+2716 |
| * | replaced int-flags with enums + code cleanup. | Michael Bien | 2010-03-31 | 2 | -84/+54 |
| * | implemented better logging using java.util.logging. | Michael Bien | 2010-03-31 | 5 | -86/+176 |
| * | reduced verbosity in test output. | Michael Bien | 2010-03-31 | 4 | -8/+10 |
| * | introduced internal NativeBuffer interface, this can be made public as soon w... | Michael Bien | 2010-03-30 | 4 | -3/+50 |
* | | Buffer heritage added. Migrated old runtime tests. | Sven Gothel | 2010-03-31 | 25 | -355/+428 |
|/ |
|
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=392 | Sven Gothel | 2010-03-30 | 4 | -2/+106 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-03-30 | 1 | -5/+30 |
|\ |
|
| * | added sizeOfBufferElem(Buffer buf) to Buffers. | Michael Bien | 2010-03-29 | 1 | -4/+29 |
| * | made conctructor protected. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
* | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-30 | 9 | -23/+290 |
* | | Resolved conflicts | Sven Gothel | 2010-03-29 | 23 | -84/+434 |
|\| |
|
| * | renamed BufferFactory into Buffers. | Michael Bien | 2010-03-29 | 14 | -59/+59 |
| * | moved several common utility methods from JOGL's BufferUtil to GlueGen's Buff... | Michael Bien | 2010-03-29 | 5 | -11/+345 |
| * | updated scripts with correct package names. | Michael Bien | 2010-03-28 | 3 | -10/+10 |
| * | updated netbeans project files (added new test folder into path). | Michael Bien | 2010-03-28 | 1 | -0/+16 |
* | | New Int64Buffer type, which is being used for gluegen 'long *' | Sven Gothel | 2010-03-29 | 16 | -66/+581 |
* | | Merge CPU to Platform | Sven Gothel | 2010-03-28 | 11 | -122/+77 |
|/ |
|
* | (part2) merged all cdc_fp special cases into one common superclass for each s... | Michael Bien | 2010-03-28 | 11 | -1230/+953 |
* | (part 1) merged all cdc_fp special cases into one common superclass for each ... | Michael Bien | 2010-03-28 | 3 | -0/+0 |
* | Add missing file | Sven Gothel | 2010-03-28 | 1 | -0/+17 |
* | Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6 | Sven Gothel | 2010-03-28 | 42 | -103/+99 |
|\ |
|
| * | com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| * | Merge branch 'master' of git@github.com:mbien/gluegen | Michael Bien | 2010-03-27 | 4 | -74/+102 |
| |\ |
|
| * | | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | Michael Bien | 2010-03-27 | 39 | -95/+91 |
* | | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-28 | 18 | -519/+883 |
| |/
|/| |
|
* | | Add coverage test (signatures and execution) .. | Sven Gothel | 2010-03-27 | 3 | -66/+92 |
* | | 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 |
* | ant-junit-ant: use rel gluegen.root path | Sven Gothel | 2010-03-26 | 2 | -3/+2 |
* | 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 |
* | invoke junit.run on test | Sven Gothel | 2010-03-25 | 1 | -1/+1 |
* | build-junit.xml unique build_t property | Sven Gothel | 2010-03-25 | 2 | -34/+36 |
* | start with gluegen.root .. | Sven Gothel | 2010-03-25 | 1 | -5/+3 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=390 | Sven Gothel | 2010-03-25 | 17 | -880/+1478 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=390 | Sven Gothel | 2010-03-25 | 7 | -28/+88 |
* | seperated cli processing from main logic. | Michael Bien | 2010-03-24 | 1 | -290/+301 |
* | fixed regression in constant emission where a type suffix (e.g. 'f') was ille... | Michael Bien | 2010-03-22 | 4 | -13/+30 |
* | Drop PointerBuffer.wrapNative2Java(..) | Sven Gothel | 2010-03-19 | 3 | -64/+40 |
* | removed test from all build target to safe time when jogl builds. | Michael Bien | 2010-03-12 | 1 | -2/+2 |
* | fixed JavaEmitter to support unsigned defines. | Michael Bien | 2010-03-12 | 2 | -1/+10 |
* | added PCPPTest. | Michael Bien | 2010-02-20 | 2 | -0/+55 |
* | PCPP supports now simple macros. | Michael Bien | 2010-02-20 | 2 | -20/+34 |
* | better exception handling in GlueGen. | Michael Bien | 2010-02-20 | 2 | -127/+256 |
* | fixed jdk tools.jar classpath for hudson to fix tests. | Michael Bien | 2010-02-12 | 2 | -4/+6 |