summaryrefslogtreecommitdiff
path: root/src/cache.cpp
AgeCommit message (Expand)Author
2023-07-08Fix a multithreading bug related to storing objects in the cache (#495)Cedric Nugteren
2018-05-01Now stores a shared_ptr to the Program class in the cacheCedric Nugteren
2017-02-12Made RemoveBySubset from the cache work with references to keysCedric Nugteren
2017-02-11Added an option to remove items from the caches, optionally by a subset of 2 ...Cedric Nugteren
2017-01-24Routine: cache the database instance as wellIvan Shapovalov
2017-01-24Routine, Cache: generalize, reduce amount of copying in fast pathIvan Shapovalov
2016-10-22treewide: use C++ exceptions properlyIvan Shapovalov
2016-07-10Fixed a bug related to the cache and retrieval of programs based on the OpenC...Cedric Nugteren
2016-07-08Cache now compares cl_context instead of a pointer to a context; added verbos...Cedric Nugteren
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren