Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-17 | Handle in-memory HDF5s | Thomas White | |
2021-08-16 | This is CrystFEL 0.10.00.10.0 | Thomas White | |
2021-07-19 | Bump API version to 14 | Thomas White | |
2021-06-17 | CMake: Use ZMQ_LDFLAGS instead of ZMQ_LIBRARIES | Thomas White | |
2021-06-15 | Meson: Add -DH5O_GET_INFO_BY_IDX1 to match CMake | Thomas White | |
2021-04-15 | Separate ZMQ from MessagePack, switch to pub/sub socket | Thomas White | |
Indexamajig uses only ZMQ, to receive streaming data, while libcrystfel uses only msgpack to implement another type of image format. The two of these are eventually tied together in process_image, which does this: if ( have_zmq_data ) interpret_zmq_data_as_msgpack; - however, they would be easy to split up if we wanted to do something else (CBF data over ZMQ, anyone?). This commit also switches the ZMQ connector to use a pub/sub socket instead of a request/reply one. This matches changes in OnDA. At the moment, the MessagePack image reader simply dumps the object to disk. | |||
2021-03-16 | Move MTZ and XDS export to libcrystfel | Thomas White | |
2021-02-24 | GUI: Move import stuff to separate file | Thomas White | |
2021-02-16 | GUI: Add ambigator options | Thomas White | |
2021-02-12 | GUI: Add CCP4 libraries and hide MTZ export options if not found | Thomas White | |
2021-02-10 | Update CMakeLists.txt | Thomas White | |
2020-12-11 | Skeleton figure of merit window for GUI | Thomas White | |
2020-10-30 | Bring common GTK routines into separate file | Thomas White | |
2020-10-28 | Initial implementation of CrystFELSymmetrySelector | Thomas White | |
This should eventually be replaced by something which behaves a bit like a GtkFileChooserButton | |||
2020-10-22 | Skeleton for merging via GUI | Thomas White | |
2020-09-18 | CMake: GTK2 no longer supported | Thomas White | |
2020-09-10 | CMake: Fix error text | Thomas White | |
2020-09-10 | CMake: Fix incorrect logical negation | Thomas White | |
2020-08-27 | Build system parts for SLURM library | Thomas White | |
2020-08-21 | Framework for backend parameters via GUI | Thomas White | |
2020-08-13 | Add icon SVG and use for window icon | Thomas White | |
2020-08-13 | GUI: Sketch out indexing options etc | Thomas White | |
2020-08-05 | Finish removing TIFF | Thomas White | |
2020-08-04 | Convert pattern_sim to DataTemplate | Thomas White | |
2020-08-04 | Convert partial_sim to DataTemplate | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-07-29 | Break render.c down and move to geoptimiser and CrystFELImageView | Thomas White | |
These two functions will diverge in the future. Also, this change removes the last remaining dependency of libcrystfel on Gdk/Gtk-anything. | |||
2020-07-29 | Temporarily disable partial_sim, pattern_sim and geoptimiser | Thomas White | |
2020-07-29 | Basic project persistence | Thomas White | |
2020-07-29 | Actually run indexamajig | Thomas White | |
2020-07-29 | Skeleton indexing and backend stuff | Thomas White | |
2020-07-29 | Split off GUI peak search stuff to separate file | Thomas White | |
2020-07-29 | Move colour scale and pixbuf rendering to libcrystfel | Thomas White | |
Also, split into two files (colscale and render), and remove TIFF stuff. | |||
2020-07-29 | Skeleton GUI and CrystFELImageView | Thomas White | |
2020-07-29 | Get rid of hdfsee | Thomas White | |
Will be replaced by something better soon(ish)... | |||
2020-06-22 | This is CrystFEL 0.9.10.9.1 | Thomas White | |
2020-04-01 | Request HDF5 1.10 API | Thomas White | |
There are changes with 1.12 which we can't use yet (need to maintain compatibility down to 1.8 for now, but the subset of the HDF5 API we use works with 1.8 and 1.10). | |||
2020-02-05 | This is CrystFEL 0.9.00.9.0 | Thomas White | |
2019-09-25 | Add configuration check for argp | Thomas White | |
2019-09-13 | Remove check for gtk-doc | Thomas White | |
2019-08-16 | Use LIBRARIES instead of LDFLAGS | Thomas White | |
2019-07-17 | Merge branch 'tom/zmq' | Thomas White | |
2019-03-14 | Compile cleanly without Msgpack or ZMQ | Thomas White | |
2019-03-14 | ZMQ connection and setup stuff | Thomas White | |
2019-03-14 | Initial zmq.c | Thomas White | |
2019-03-11 | Initial cell_tool (implementing find_ambi only) | Thomas White | |
2019-01-30 | Set CMP0074 to "new" | Thomas White | |
Allows -DHDF5_ROOT | |||
2019-01-03 | Check for -fdiagnostics-color before using it | Thomas White | |
Needed for old gcc versions | |||
2018-12-19 | This is CrystFEL 0.8.00.8.0 | Thomas White | |
2018-12-06 | Add make_pixelmap to core CrystFEL | Thomas White | |