summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | added user.libpath property for user specified library linking.
* 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
| | | | added path to default amd sdk on windows.
* 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 ↵Michael Bien2010-04-121-4/+4
| | | | team player ;).
* using relative path for gluegen.root and jogl.root to workaround an issue in ↵Michael Bien2010-03-261-2/+2
| | | | gluegen-cpptask.xml.
* 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 ↵Michael Bien2010-02-211-0/+1
| | | | | | not yet in the official headers. updated CLException with CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR cause.
* enabled automatic download of cl_ext.h in build.Michael Bien2010-02-211-0/+1
| | | | enabled CL_PLATFORM_NOT_FOUND_KHR exception cause (OpenCL headers have been fixed).
* added obtain[Device|Platform]Properties() methods to CLUtils.Michael Bien2010-01-231-3/+2
| | | | | added preferred vector width utility accessors to CLDevice. put impl package on javadoc ignore list.
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-1/+1
| | | | made CLProgram failsafe, updated tests.
* fixed gcc setup on mac.Michael Bien2009-12-021-4/+4
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* generated javadoc links now to the official OpenCL doc ↵Michael Bien2009-11-221-0/+33
| | | | | | (http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/). every generated method contains now a link to the specific OpenCL man page of the native OpenCL function.
* fixed mingw32 build on windows.Michael Bien2009-11-201-2/+9
| | | | | added scripts for crosscompilation on linux64 for win32/64 and linux32/64. temporary disabled OpenCL extensions.
* seperated crosscompiler configuration into seperate build file.Michael Bien2009-11-181-75/+4
|
* added win32/64 crosscompiler configuration (WIP).Michael Bien2009-11-171-87/+45
|
* Revert "removed build dependency to cpptasks's cc ant task."Michael Bien2009-11-171-50/+57
| | | | This reverts commit 2f7023a17f072cc17e65d24f7f0b3f794591d08a.
* removed build dependency to cpptasks's cc ant task.Michael Bien2009-11-151-57/+50
|
* began with restructuring the build for cross-compilation (WIP).Michael Bien2009-11-131-34/+89
|
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-1/+2
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* added automatic OpenCL header downloader to build script.Michael Bien2009-11-041-17/+29
|
* refactoring and more utility methods.Michael Bien2009-11-021-4/+6
|
* integrated function parameter name uncommenter in build process for easier ↵Michael Bien2009-11-021-1/+27
| | | | readable parameter names in generated code.
* updated headers to latest version.Michael Bien2009-10-311-6/+0
| | | | added -Xmx256m to junit jvm arguments to prevent OOME on some systems.
* added linker configuration for windows, linux and mac.Michael Bien2009-10-291-21/+61
|
* switched from nvidia to khronos headers.Michael Bien2009-10-131-3/+1
|
* cleaned up resources folder structure and build.Michael Bien2009-10-121-13/+7
|
* temporary added GL3 headers, we should use JOGL's headers in future.Michael Bien2009-09-291-5/+13
| | | | continued with clCreateContextFromType impl.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-7/+18
| | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers
* enabled javadoc generatorMichael Bien2009-09-201-13/+12
|
* introduced CLGLI interface for OpenCL-OpenGL InteroperabilityMichael Bien2009-09-191-0/+10
|
* added cl-gl3 bindingMichael Bien2009-09-181-13/+8
|
* fixed jvm jni include paths in buildMichael Bien2009-09-171-9/+11
|
* fixed double typedef in buildMichael Bien2009-09-151-5/+7
|
* cleanupMichael Bien2009-09-051-5/+5
|
* updated to latest Nvidia OpenCL headers.Michael Bien2009-09-031-8/+79
| | | | began to configure build for native lib compilation.
* initial import of JOCL the Java Bindings to OpenCL prototypeMichael Bien2009-07-241-0/+116