aboutsummaryrefslogtreecommitdiff
path: root/src/cl-utils.h
AgeCommit message (Collapse)Author
2018-06-26Embed diffraction.cl and hdfsee.ui into executablesThomas White
Having to install these causes problems, e.g. you can't run from build directory nor run tests without installing. For hdfsee.ui, the XML is now embedded in the code just as it is for cell_explorer. diffraction.cl is a bit too long and complicated for that. There are a number of nasty ways to embed such files. This one seems to be the overall least nasty, although it requires data/gen-resources to be run whenever diffraction.cl is changed.
2014-08-04A better way of doing GPU symmetryThomas White
2012-03-12Update copyright notices to show actual contribution yearsThomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22Move cl-utils back out of libcrystfelThomas White
2012-02-22Move a load more stuff into libcrystfelThomas White
2012-02-22Use symmetry when simulating on the GPUThomas White
2012-02-22Handle multiple GPUsThomas White
2010-02-20Move OpenCL utility stuff to a separate moduleThomas White