Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-17 | Avoid pointless passing of image/event | Thomas White | |
2021-05-12 | Rework header caching layer | Thomas White | |
This clears up multiple layering violations which were starting to get in the way. It enables "string" headers to be stored directly, and it will make it much simpler to add new header types in the future. Along the way, this changes all the floating point header stuff to use double precision. This is needed for EuXFEL event IDs. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/34 | |||
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-07-29 | Remove config.h from libcrystfel headers | Thomas White | |
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined. | |||
2020-07-29 | const-cleaning | Thomas White | |
2020-07-29 | Move image structure creation up to image_read() | Thomas White | |
2020-07-29 | Move HDF5 and CBF stuff into separate files | Thomas White | |