aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-msgpack.c
AgeCommit message (Expand)Author
2024-02-06Use libcrystfel memory allocation routines everywhereThomas White
2024-02-06image_add_feature: Remove "image" argumentThomas White
2023-06-06MsgPack: Fix incorrect array index for bad pixel mapThomas White
2023-06-06MsgPack: Complain if geometry file has placeholder dimensions or stacked panelsThomas White
2022-08-18Restructure image data array creationThomas White
2022-03-08Fix slabbiness assumptionsThomas White
2021-05-12Fix build without MsgPack (again)Thomas White
2021-05-12Fix build without MsgPackThomas White
2021-05-12Rework header caching layerThomas White
2021-05-12MsgPack: Fix a silly copy/paste errorThomas White
2021-05-07MsgPack: Warn if dtempl->peak_list is NULLThomas White
2021-05-07MsgPack: Use the right pointer for "bin" keysThomas White
2021-05-07MsgPack: Use top-level object directly if it is a mapThomas White
2021-04-29MsgPack: Handle floating-point data, fix array readThomas White
2021-04-29MsgPack: Handle strings if they can be converted to integersThomas White
2021-04-28MsgPack: Remove warning about multiple objectsThomas White
2021-04-27Rename libcrystfel's config.h to libcrystfel-config.hThomas White
2021-04-23Fix build without MsgPackThomas White
2021-04-23MsgPack: Implement peak list loadingThomas White
2021-04-23MsgPack: More build system fixesThomas White
2021-04-23MsgPack: improve an error messageThomas White
2021-04-23MsgPack: Implement extraction of image dataThomas White
2021-04-20MsgPack: Implement decoding numeric valuesThomas White
2021-04-20MsgPack: Improve a warning messageThomas White
2021-04-19Unify loading of image data and header valuesThomas White
2021-04-15Separate ZMQ from MessagePack, switch to pub/sub socketThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2020-07-29Unify creation of blank image data arraysThomas White
2020-07-29Remove events.c, part 1Thomas White
2020-07-29Remove unused includesThomas White
2020-07-29Convert image-msgpack.c to DataTemplate/detgeomThomas White
2020-07-29Move MessagePack stuff to separate fileThomas White