summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add debug build targets to match those in gluegen and joglWade Walker2015-07-061-5/+10
|
* Fixed a variety of compilation and runtime errorsWade Walker2015-07-061-0/+5
| | | | | | | Fixed package change from javax.media to com.jogamp; fixed problems with generics; fixed dead-code and similar warnings; fixed problem with struct accessor on Julia3d using element offsets where it should have used byte offsets; updated Eclipse project files
* Fix Eclipse build and Ant makefileWade Walker2015-07-061-1/+1
| | | | | Added proper targets to the Eclipse build. Fixed the Ant makefile so it works for paths with spaces in them.
* Adapt to new version scheme, see GlueGen ↵v2.1.0v2.0.2-rc12v2.0.2v2.0-rc12Sven Gothel2013-03-291-5/+1
| | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc
* Fix new JOCL artifacts location ; Fix new jocl.jar locationv2.0-rc11Sven Gothel2012-08-251-1/+1
|
* Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp ↵Sven Gothel2012-08-251-19/+16
| | | | files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix)
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6Sven Gothel2012-01-221-0/+7
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* no relative path in archive since 7zip support was added.v2.0-rc2Michael Bien2011-02-271-2/+2
|
* forgot to call jogamp.env.init.Michael Bien2011-02-271-1/+1
|
* build produces now additional 7z archives for jenkins if build.archiveon is set.Michael Bien2011-02-261-10/+21
|
* added build.noarchive property.Michael Bien2011-02-231-1/+3
|
* new simple gamma correction OpenCL example featuring lenna.Michael Bien2011-02-031-0/+7
|
* configurable jnlp codebases.Michael Bien2011-02-031-6/+10
|
* Unique ZIP archive nameSven Gothel2010-12-191-2/+6
|
* ZIP: add www folderSven Gothel2010-11-291-0/+1
|
* Comply with JogAmp artifacts build properties and ZIP file; Keep jnlp files ↵Sven Gothel2010-11-291-6/+28
| | | | unresolved
* added CLInfo jnlp.Michael Bien2010-09-091-2/+17
|
* updated jnlp urlsMichael Bien2010-08-311-6/+6
|
* fixed artifact.properties.Michael Bien2010-07-281-1/+3
|
* added tag.build ant target to document build dependencies.Michael Bien2010-07-241-1/+8
|
* build jnlp files for demos.Michael Bien2010-05-051-68/+38
|
* Add the property rootrel.build (used in gluegen/jogl)Sven Gothel2010-04-221-0/+8
|
* initial import of jocl-demos project.Michael Bien2009-10-211-0/+74
added first demo: HelloJOCL.