Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |