summaryrefslogtreecommitdiff
path: root/src/cache.cpp
AgeCommit message (Collapse)Author
2016-07-10Fixed a bug related to the cache and retrieval of programs based on the ↵Cedric Nugteren
OpenCL context
2016-07-08Cache now compares cl_context instead of a pointer to a context; added ↵Cedric Nugteren
verbose print statements to the cache
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren