aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLBuildConfiguration.java
Commit message (Collapse)AuthorAgeFilesLines
* moved utilities to util package.Michael Bien2010-03-081-103/+0
| | | | several smaller improvements and doc fixes.
* improved generics and fixed javadoc warnings.Michael Bien2010-02-281-3/+3
|
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-261-3/+21
|
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-8/+25
| | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes.
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵Michael Bien2010-02-251-0/+68
CLProgramBuilder.