Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text ↵ | Sven Gothel | 2014-01-25 | 1 | -122/+0 |
| | | | | file suffix ; Fix Jar Manifest: Move Sealed to bottom. | ||||
* | Adapt to new version scheme, see GlueGen ↵ | Sven Gothel | 2013-03-29 | 1 | -4/+0 |
| | | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc | ||||
* | fix detection of created ${build.dir}/jar/manifest.mf file, required for ↵ | Sven Gothel | 2012-08-26 | 1 | -1/+1 |
| | | | | | | 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 Gothel | 2012-08-25 | 1 | -3/+3 |
| | | | | files in ./jnlp-files) | ||||
* | Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db | Sven Gothel | 2012-06-26 | 1 | -3/+3 |
| | |||||
* | Generate and add *.apk files to the 7z archive [for deployment] | Sven Gothel | 2012-03-27 | 1 | -0/+1 |
| | |||||
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵ | Sven Gothel | 2012-01-22 | 1 | -4/+0 |
| | | | | 64639b805a32338385421f168e12c1ef7f749d00 | ||||
* | Fix scripts ; Remove personalization of vendor -> Jogamp Community | Sven Gothel | 2011-12-18 | 1 | -1/+4 |
| | |||||
* | Add TempJarCache usage | Sven Gothel | 2011-12-18 | 1 | -3/+4 |
| | |||||
* | split solaris 32bit (x86/sparc), use jvmDataModel.arg set by gluegenv2.0-rc4 | Sven Gothel | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Use JOGL's all lib path (native DSOs) | Sven Gothel | 2011-08-22 | 1 | -3/+1 |
| | |||||
* | Adapt to jogl commit 4dbb8731219212e27c9afb769a1c62b32bd230a6 | Sven Gothel | 2011-08-22 | 1 | -9/+3 |
| | |||||
* | javadoc updates. | Michael Bien | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | jdk7 try-with-resource support | Michael Bien | 2011-02-08 | 1 | -1/+6 |
| | |||||
* | added clean-jar-test target + dont.generate property. | Michael Bien | 2011-01-23 | 1 | -0/+1 |
| | |||||
* | zip distribution uses now a folder structure similar to other jogamp projects. | Michael Bien | 2010-12-02 | 1 | -1/+1 |
| | | | | | | -./jar contains all jar files (dependencies + jared natives) -./lib contains all natives (redundant to jar) -./jnlp-files contains jnlp templates | ||||
* | relative javadoc linking with gluegen and jogl. | Michael Bien | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | added more versioning information to jar manifest + ziped distribution as ↵ | Michael Bien | 2010-11-15 | 1 | -1/+4 |
| | | | | last build step. | ||||
* | added com.jogamp.util.CLInfo. | Michael Bien | 2010-09-07 | 1 | -1/+1 |
| | | | | | introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion. | ||||
* | switched to dynamic linking. All custom code functions must be called via ↵ | Michael Bien | 2010-06-21 | 1 | -1/+3 |
| | | | | funciton pointers since this point. | ||||
* | don't cause a build failure if a testcase fails (for hudson). | Michael Bien | 2010-06-02 | 1 | -0/+4 |
| | |||||
* | added linker.cfg.win64.mingw.jocl linker config. | Michael Bien | 2010-05-17 | 1 | -2/+5 |
| | |||||
* | added build flag to disable compilation of native bindings. | Michael Bien | 2010-05-12 | 1 | -1/+4 |
| | |||||
* | renamed libpath property to opencl.lib.dir ... since its a dir. | Michael Bien | 2010-05-08 | 1 | -2/+2 |
| | |||||
* | started with dynamic-binding-only build option. | Michael Bien | 2010-05-08 | 1 | -0/+6 |
| | | | | added user.libpath property for user specified library linking. | ||||
* | CLGLContext.create() makes GLContext current. | Michael Bien | 2010-04-24 | 1 | -0/+3 |
| | | | | | made CLContext.release() more bulletproof. added CLGLTest. | ||||
* | fix nb project; set rootrel.build to 'build' in project.properties | Michael Bien | 2010-04-22 | 1 | -3/+5 |
| | |||||
* | Add the property rootrel.build (used in gluegen/jogl) | Sven Gothel | 2010-04-22 | 1 | -13/+13 |
| | |||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -1/+9 |
| | | | | team player ;). | ||||
* | implemented Serialization for CLProgramBuilder. | Michael Bien | 2010-02-26 | 1 | -1/+2 |
| | | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes. | ||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 1 | -1/+1 |
| | | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue. | ||||
* | small win32 fix in build setup and 32bit compatibility fix for CLDevice. | Michael Bien | 2010-01-22 | 1 | -1/+2 |
| | |||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 1 | -1/+10 |
| | |||||
* | updated project.properties to use project relative gluegen.root property ↵ | Michael Bien | 2009-11-29 | 1 | -4/+7 |
| | | | | where possible. | ||||
* | added win32/64 crosscompiler configuration (WIP). | Michael Bien | 2009-11-17 | 1 | -1/+0 |
| | |||||
* | began with restructuring the build for cross-compilation (WIP). | Michael Bien | 2009-11-13 | 1 | -0/+3 |
| | |||||
* | updated headers to latest version. | Michael Bien | 2009-10-31 | 1 | -1/+3 |
| | | | | added -Xmx256m to junit jvm arguments to prevent OOME on some systems. | ||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -7/+6 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | cleaned up resources folder structure and build. | Michael Bien | 2009-10-12 | 1 | -2/+2 |
| | |||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -1/+3 |
| | | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers | ||||
* | enabled javadoc generator | Michael Bien | 2009-09-20 | 1 | -3/+3 |
| | |||||
* | added cl-gl3 binding | Michael Bien | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | cleanup | Michael Bien | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | initial import of JOCL the Java Bindings to OpenCL prototype | Michael Bien | 2009-07-24 | 1 | -0/+74 |