Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. introduced com.jogamp.common.{nio,os} packages and moved some classes. (details)
  2. Buffer heritage added. Migrated old runtime tests. (details)
  3. Merged with latest of mbien (details)
  4. fixed generated imports rudimentary (not DRY).. cleanup in work. (details)
  5. Fix build .. (details)
  6. Fix 32bit masking / tests (details)
  7. disabled hard failure for junit tests, hope sven does not read this ;). (details)
  8. fixed a bug introduced in commit (details)
  9. Merge branch 'master' of github.com:mbien/gluegen (details)
Commit 22262166e07de99ae0d4557e4f87e3bd1c5cd6dd by Michael Bien
introduced com.jogamp.common.{nio,os} packages and moved some classes.
Commit 73829c38665c57052bf703ae58a2bd1dc7dc4625 by Sven Gothel
Buffer heritage added. Migrated old runtime tests.
Commit e37c383c4a09432fff009e81d572c8a92b42eef6 by Sven Gothel
Merged with latest of mbien
Commit 60790e1f5963c439aadb3511b417e66fd4748001 by Michael Bien
fixed generated imports rudimentary (not DRY).. cleanup in work.
Commit f96bcce55789d2101d594c433aea95806d4eb05c by Sven Gothel
Fix 32bit masking / tests
Commit 89b727b13ba35bd47a3b113c3ac3860950eeba0c by Michael Bien
disabled hard failure for junit tests, hope sven does not read this ;).
Commit 11e70dff96d23708188bf1c8d7c3ffea3c110d43 by Michael Bien
fixed a bug introduced in commit 2fe517b9a2e1a680b50c7e1273897495800c5350 / hudson build 42.
Object local PrintWriter was used instead of method local after an attempt to prevent the
very same bug...
Commit 82ac66ba1e7494b0a76a2063f0d56d3b785c6c31 by Michael Bien
Merge branch 'master' of github.com:mbien/gluegen