Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -284/+0 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -28/+28 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | CLMemObjectDestructorCallback for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -0/+12 |
| | |||||
* | CLEvent callbacks for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -0/+11 |
| | |||||
* | 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 |