summaryrefslogtreecommitdiffstats
path: root/nbproject/project.properties
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to new version scheme, see GlueGen ↵v2.1.0v2.0.2-rc12v2.0.2v2.0-rc12Sven Gothel2013-03-291-3/+0
| | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc
* Fix new JOCL artifacts location ; Fix new jocl.jar locationv2.0-rc11Sven Gothel2012-08-251-2/+2
|
* Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp ↵Sven Gothel2012-08-251-2/+2
| | | | files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix)
* Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10Sven Gothel2012-06-261-2/+2
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6Sven Gothel2012-01-221-3/+0
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* Using JOGL's all pathv2.0-rc5v2.0-rc4v2.0-rc3Sven Gothel2011-08-221-9/+3
|
* updated webpage (more demos, links etc).Michael Bien2011-02-051-2/+4
| | | project properties cleanup
* configurable jnlp codebases.Michael Bien2011-02-031-0/+5
|
* Comply with JogAmp artifacts build properties and ZIP file; Keep jnlp files ↵Sven Gothel2010-11-291-0/+3
| | | | unresolved
* BandwidthBenchmark fixes and code cleanup.Michael Bien2010-09-171-2/+2
|
* MultiDeviceFractal demo can now use devices with different FP precision in ↵Michael Bien2010-05-091-93/+98
| | | | | | parallel. Added support for cl_amd_fp64.
* using {path.seperator} for libpath.Michael Bien2010-04-221-93/+93
|
* fix nb project; set rootrel.build to 'build' in project.propertiesMichael Bien2010-04-221-5/+7
|
* Add the property rootrel.build (used in gluegen/jogl)Sven Gothel2010-04-221-11/+11
|
* changes due to package renaming in jocl.Michael Bien2010-04-121-2/+2
|
* initial import of David Bucciarelli's Julia3d demo ported to java using ↵Michael Bien2010-02-131-0/+1
| | | | OpenCL and JOGL2.
* build is now ready to be used in hudson.Michael Bien2009-12-011-11/+21
| | | | updated demos due to api changes.
* initial import of JOGL-JOCL interoperability sample (WIP).Michael Bien2009-10-271-2/+13
|
* initial import of jocl-demos project.Michael Bien2009-10-211-0/+69
added first demo: HelloJOCL.