summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Expand)AuthorAgeFilesLines
* javadoc updates.Michael Bien2011-05-271-2/+7
* LLB refactoring.Michael Bien2011-05-271-3/+115
* 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
* 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
* 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
* javadoc linking with Java SE, gluegen and jogl.Michael Bien2010-11-151-0/+4
* added more versioning information to jar manifest + ziped distribution as las...Michael Bien2010-11-151-1/+31
* small modifications and fixes (build, gluegen)Michael Bien2010-11-151-1/+1
* 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
* added test-file target. Run it with e.g: "ant test-file -Dtest.file=com/jogam...Michael Bien2010-05-291-1/+7
* zip javadoc.Michael Bien2010-05-241-0/+2
* fixed mingw64 linker and compiler config.Michael Bien2010-05-171-3/+8
* added linker.cfg.win64.mingw.jocl linker config.Michael Bien2010-05-171-2/+7
* splitted opencl.lib.dir into opencl.lib32.dir and opencl.lib64.dir.Michael Bien2010-05-171-5/+5
* added build flag to disable compilation of native bindings.Michael Bien2010-05-121-2/+7
* build imports now an optional property file (<user home>/jocl.properties).Michael Bien2010-05-081-0/+2
* renamed libpath property to opencl.lib.dir ... since its a dir.Michael Bien2010-05-081-5/+5
* started with dynamic-binding-only build option.Michael Bien2010-05-081-5/+6
* jocl.jnlp is now automatically generated.Michael Bien2010-05-051-0/+17
* added strip libs step to 'jocl.c.compile'.Michael Bien2010-04-251-1/+6
* Add the property rootrel.build (used in gluegen/jogl)Sven Gothel2010-04-221-2/+8
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-4/+4
* using relative path for gluegen.root and jogl.root to workaround an issue in ...Michael Bien2010-03-261-2/+2
* added new cl_gl_ext.h headerfile and enabled automatic updates.Michael Bien2010-03-081-0/+2
* added custom cl_vendor_ext.h with a set of NV vendor extensions which are not...Michael Bien2010-02-211-0/+1
* enabled automatic download of cl_ext.h in build.Michael Bien2010-02-211-0/+1
* added obtain[Device|Platform]Properties() methods to CLUtils.Michael Bien2010-01-231-3/+2
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-1/+1