Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -1/+30 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 2 | -12/+12 |
|\ | |||||
| * | Fix last merge of mbien/master | Sven Gothel | 2011-06-28 | 2 | -0/+224 |
| |\ | |||||
| * | | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -19/+19 |
| | | | |||||
* | | | internal refactoring to use new binding interfaces in highlevel api impl. | Michael Bien | 2011-06-15 | 1 | -3/+4 |
| | | | |||||
* | | | LLB refactoring. | Michael Bien | 2011-05-27 | 5 | -422/+1 |
| |/ |/| | | | | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | | introduced CLAccessorFactory spi and threadlocal default impl for CLDevice ↵ | Michael Bien | 2011-05-26 | 2 | -0/+224 |
|/ | | | | and CLPlatform. | ||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -28/+28 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 4 | -0/+112 |
| | |||||
* | fixed javadoc warnings. | Michael Bien | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | CLMemObjectDestructorCallback for HLB and LLB. | Michael Bien | 2010-09-02 | 2 | -0/+31 |
| | |||||
* | CLEvent callbacks for HLB and LLB. | Michael Bien | 2010-09-02 | 2 | -0/+26 |
| | |||||
* | switched to dynamic linking. All custom code functions must be called via ↵ | Michael Bien | 2010-06-21 | 1 | -19/+59 |
| | | | | funciton pointers since this point. | ||||
* | Refactored LLB into two impl layers to reduce custom code injection ↵ | Michael Bien | 2010-06-08 | 1 | -0/+193 |
| | | | | | | | significantly. - CLAbstractImpl is automatically generated by gluegen (former CLImpl) - CLImply is handwritten and extends CLAbstractImpl to handle special cases | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -0/+19 |
- uses low level BuildProgramCallback internally - updated tests, testing async builds |