Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unnecessary cast to float | David Phillips | 2017-02-18 |
| | |||
* | Tidy performance data, disclose float size difference | David Phillips | 2017-02-18 |
| | |||
* | Add macro to set CL kernel source directory | David Phillips | 2017-02-18 |
| | | | | | This will future-proof the software for installation to system roots, where the executable isn't being run in the source tree. | ||
* | Add more performance data to README | David Phillips | 2017-02-17 |
| | |||
* | Clear up grammar | David Phillips | 2017-02-17 |
| | |||
* | Add real data to README | David Phillips | 2017-02-16 |
| | |||
* | Add demo image | David Phillips | 2017-02-16 |
| | |||
* | Create simple demo image creation script | David Phillips | 2017-02-16 |
| | |||
* | Fix misplaced %s in format | David Phillips | 2017-02-12 |
| | |||
* | Further improve error messages/reporting | David Phillips | 2017-02-12 |
| | |||
* | Reconcile usage of 'res' vs 'ret' | David Phillips | 2017-02-12 |
| | |||
* | Update README with respect to status of project | David Phillips | 2017-02-12 |
| | |||
* | Give test.cl a more meaningful name | David Phillips | 2017-02-12 |
| | |||
* | Add stringy CL error messages | David Phillips | 2017-02-12 |
| | |||
* | Disallow negative sizes and iteration limits | David Phillips | 2017-02-12 |
| | | | | Previously, we only checked for these valuse being zero, but not negative. | ||
* | Remove more hardcoded crap | David Phillips | 2017-02-12 |
| | |||
* | Don't hardcode stuff | David Phillips | 2017-02-12 |
| | |||
* | Stricter prototypes in trampoline header | David Phillips | 2017-02-12 |
| | |||
* | Nudge README | David Phillips | 2017-02-12 |
| | |||
* | Add rough, hard-coded mock-up to prove trampoline | David Phillips | 2017-02-12 |
| | | | | | | | This needs the hard-coded constants taken out of it asap to merge with master. The code is strictly temporary as a measure to prove that the CL trampoline works and we are actually able to get images from the device. | ||
* | Add licence | David Phillips | 2017-01-21 |
| | |||
* | Add readme | David Phillips | 2017-01-21 |
| | |||
* | Add early-days source files | David Phillips | 2017-01-21 |
| | |||
* | Add build scripts | David Phillips | 2017-01-21 |
| | |||
* | Add gitignore | David Phillips | 2017-01-21 |