summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* artifact.properties: Add jocl.build.version:=jogamp.versionv2.1.0Sven Gothel2013-10-041-0/+1
|
* Javadoc: Use JogAmp Stylesheet / Colors ..v2.0.2Sven Gothel2013-07-171-1/+5
|
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) ↵Sven Gothel2013-06-211-0/+1
| | | | producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
* Adapt to new version scheme, see GlueGen ↵Sven Gothel2013-03-291-15/+12
| | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc
* Fix 'clean-jar-test' target (need to redo 'init' for manifest.mf file) .. ↵v2.0-rc11Sven Gothel2012-08-261-1/+6
| | | | called from jenkins
* fix detection of created ${build.dir}/jar/manifest.mf file, required for ↵Sven Gothel2012-08-261-15/+22
| | | | | | jocl.jar note to myself: we really should get rid of the NB skeleton!
* Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp ↵Sven Gothel2012-08-251-45/+34
| | | | files in ./jnlp-files)
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 ↵Sven Gothel2012-08-181-7/+7
| | | | ; Remove JOGL GLProfile.initSingleton(boolean) call in CLGL test
* Add jocl-java-src.zip generation; Remove obsolete zip files.v2.0-rc10Sven Gothel2012-06-261-9/+9
|
* Generate and add *.apk files to the 7z archive [for deployment]Sven Gothel2012-03-271-4/+19
|
* Add linux-armv7 crosscompilationSven Gothel2012-02-271-1/+28
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-221-3/+14
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* split solaris 32bit (x86/sparc), use jvmDataModel.arg set by gluegenv2.0-rc4Sven Gothel2011-10-181-5/+20
|
* Enable SolarisSven Gothel2011-10-181-2/+42
|
* New FHS: jars in jar/v2.0-rc3Sven Gothel2011-09-111-0/+1
|
* remove gluegen/jogl files from 7z archiveSven Gothel2011-09-111-2/+1
|
* prepare for linux/armv7 ; Adapt to gluegen changesSven Gothel2011-07-281-2/+17
|
* javadoc updates.Michael Bien2011-05-271-2/+7
|
* LLB refactoring.Michael Bien2011-05-271-3/+115
| | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* jocl 7z doc archive contains other docs, zip was fine.v2.0-rc2Michael Bien2011-02-281-1/+1
|
* no relative path in archive since 7zip support was added.Michael Bien2011-02-271-2/+2
|
* fixed build if c.dont.compile + archiveon are set.Michael Bien2011-02-271-1/+1
|
* build produces now additional 7z archives for jenkins if build.archiveon is set.Michael Bien2011-02-261-22/+46
|
* added build.noarchive property.Michael Bien2011-02-231-2/+6
|
* jdk7 try-with-resource supportMichael Bien2011-02-081-1/+33
|
* don't package a zip if c.dont.compile is true.Michael Bien2011-02-021-1/+1
|
* added clean-jar-test target + dont.generate property.Michael Bien2011-01-231-3/+7
|
* fixed distribution archive, added license and readme.Michael Bien2011-01-221-6/+9
|
* archiving test results, fixed native taglet classpath.Michael Bien2011-01-211-14/+26
|
* zip distribution uses now a folder structure similar to other jogamp projects.Michael Bien2010-12-021-12/+25
| | | | | | -./jar contains all jar files (dependencies + jared natives) -./lib contains all natives (redundant to jar) -./jnlp-files contains jnlp templates
* Use unresolved/tagged jnlp file for ZIPSven Gothel2010-11-291-1/+1
|
* ZIP archive: move native jar to jar folderSven Gothel2010-11-291-1/+1
|
* get rid of the automatically generated README file.Michael Bien2010-11-261-0/+3
|
* modified zip folder layout.Michael Bien2010-11-211-7/+8
| | | | added sh1 to artifact.properties.
* relative javadoc linking with gluegen and jogl.Michael Bien2010-11-181-3/+14
|
* added JOCLVersion utility and integrated in CLPlatform.Michael Bien2010-11-181-1/+2
| | | | added spec version to manifest, updated CLInfo.
* javadoc linking with Java SE, gluegen and jogl.Michael Bien2010-11-151-0/+4
|
* added more versioning information to jar manifest + ziped distribution as ↵Michael Bien2010-11-151-1/+31
| | | | last build step.
* small modifications and fixes (build, gluegen)Michael Bien2010-11-151-1/+1
| | | | | | - do not fail if artifact.properties is missing in jogl - include cl_ext.h to jocl glue code - added quotes to #warning text in cl_platform.h to be able to cleanly read it via gluegen
* Removed __GNUC__ from opencl.h gluegen loader fileSven Gothel2010-11-151-2/+1
|
* Debugging new gluegen stuff ..Sven Gothel2010-11-151-0/+2
|
* 1st fixes for new gluegenSven Gothel2010-11-151-4/+7
|
* updated webstart codebasesMichael Bien2010-09-091-3/+4
|
* includepath workaround for mac.Michael Bien2010-08-081-9/+10
|
* fixed artifact.properties (quotes etc)Michael Bien2010-07-281-1/+3
|
* fixed rootrel.build to make Sven happy :)Michael Bien2010-07-251-1/+1
|
* added tag.build ant target to document build dependencies.Michael Bien2010-07-241-1/+6
|
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-151-1/+1
| | | | | | | | - updated headers - removed deprecated function from HLB - updated javadoc taglets and all references - disabled cl_vendor_ext.h since most of them are now in the official headers - TODO revisit callbacks
* added test-file target. Run it with e.g: "ant test-file ↵Michael Bien2010-05-291-1/+7
| | | | | | -Dtest.file=com/jogamp/opencl/LowLevelBindingTest.java". minimum ant version is now 1.8.
* zip javadoc.Michael Bien2010-05-241-0/+2
|