| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:mbien/gluegenVALID_BUILDS_01 | Sven Gothel | 2010-04-08 | 7 | -101/+167 |
|\ |
|
| * | added gluegen intilliJ module. | Michael Bien | 2010-04-08 | 1 | -0/+27 |
| * | gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using F... | Michael Bien | 2010-04-08 | 3 | -38/+45 |
| * | StringBuffer -> StringBuilder in Methodbinding | Michael Bien | 2010-04-08 | 1 | -34/+38 |
| * | updated NetBeans integration targets. | Michael Bien | 2010-04-08 | 2 | -29/+57 |
* | | http://jogamp.org/bugzilla/show_bug.cgi?id=393 | Sven Gothel | 2010-04-08 | 21 | -121/+338 |
|/ |
|
* | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-04-01 | 6 | -6/+6 |
|\ |
|
| * | Fix 32bit masking / tests | Sven Gothel | 2010-04-01 | 5 | -5/+6 |
| * | Fix build .. | Sven Gothel | 2010-04-01 | 1 | -1/+0 |
* | | fixed a bug introduced in commit 2fe517b9a2e1a680b50c7e1273897495800c5350 / h... | Michael Bien | 2010-04-01 | 1 | -7/+8 |
* | | 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 | 4 | -103/+107 |
* | 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 |