Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-07 | Update INSTALL.md | Thomas White | |
2021-10-07 | Meson: Get PinkIndexer via wrap | Thomas White | |
2021-10-07 | CI: Add gcc-c++ | Thomas White | |
2021-10-07 | Meson: Get Xgandalf via wrap | Thomas White | |
2021-09-30 | Doxygen: More improvements | Thomas White | |
2021-09-29 | Add missing Doxyfile-version.in | Thomas White | |
2021-09-29 | Doxygen: Exclude datatemplate_priv.h and uthash.h | Thomas White | |
2021-09-29 | Remove old references | Thomas White | |
2021-09-29 | Doxygen: Set EXTRACT_LOCAL_CLASSES = YES | Thomas White | |
This avoids that all of the private structures get included in the API documentation. | |||
2021-09-29 | Doxygen: Remove old references and optimise for C | Thomas White | |
2021-09-29 | Fix Doxygen version numbers | Thomas White | |
This also removes Doxygen from the CMake build system. It doesn't seem worth trying to make it work both ways. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/48 | |||
2021-09-17 | SLURM: Add field for time limit | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/49 | |||
2021-09-17 | Update online.rst to mention HDF5 | Thomas White | |
2021-09-17 | indexamajig: Add --data-format | Thomas White | |
2021-09-17 | Warn if in-memory CBF is attempted | Thomas White | |
2021-09-17 | Handle headers from in-memory HDF5s | Thomas White | |
2021-09-17 | Handle in-memory HDF5s | Thomas White | |
2021-09-17 | Avoid pointless passing of image/event | Thomas White | |
2021-09-17 | Meson: Quieten down the libccp4c compilation | Thomas White | |
Hopefully we can get these warnings fixed upstream, but I don't think it will happen soon. | |||
2021-09-09 | CMake: Ensure rpath is set correctly in libcrystfel.so. | Takanori Nakane | |
2021-09-07 | ring_check: Fix data type for malloc size | Thomas White | |
2021-09-07 | partialator write_split: Handle zero crystals | Thomas White | |
The variable-sized array can't have zero size, so we need to check. | |||
2021-09-07 | indexamajig: Avoid crash on NULL event | Thomas White | |
2021-09-07 | add_stream: Fix data type for malloc size | Thomas White | |
2021-09-07 | GUI SLURM backend: Bail out if environment can't be allocated | Thomas White | |
2021-09-07 | GUI remove_task: Remove from list before freeing | Thomas White | |
2021-09-07 | ambigator: Remove crystal list from detwin() | Thomas White | |
It's not used anywhere, and in fact is freed before being passed in. | |||
2021-09-07 | assplode(): Add some assertions | Thomas White | |
2021-09-07 | get_equiv: Bail out on error path | Thomas White | |
Error handling is sloppy here. | |||
2021-09-07 | check_box: Fix type used for sizeof | Thomas White | |
2021-09-07 | TakeTwo: Check for empty observed vector list | Thomas White | |
2021-09-07 | image_hdf5_read_header_to_cache: Remove double free on error path | Thomas White | |
2021-09-07 | fom_select_reflection_pairs: Keep zeroed intensities in dataset | Thomas White | |
Note the re-ordering of tasks, and the removal of 'continue'. | |||
2021-09-07 | init_fom: Clean up on error path | Thomas White | |
2021-09-07 | filter_noise_in_panel: Fix panel edge behaviour | Thomas White | |
2021-09-07 | lookup_panel: Check that panel name is not NULL | Thomas White | |
2021-09-07 | load_cell_from_file: Check fgets return value for first line | Thomas White | |
2021-09-06 | Meson: Get FDIP via a Wrap | Thomas White | |
2021-09-06 | electrons.rst: Add missing equals signs | Thomas White | |
2021-09-06 | INSTALL.md: Update minimum Meson version | Thomas White | |
0.55 is required for wraps with patch_directory. | |||
2021-09-03 | Meson: Add libccp4c as a wrapped subproject | Thomas White | |
2021-09-03 | Fix typo and failing tests from previous commit | Thomas White | |
2021-09-03 | Reject geometry file if fs and ss directions are not specified | Thomas White | |
2021-08-20 | get_hkl: Complain more loudly if CCP4 libraries are not available | Thomas White | |
2021-08-20 | write_to_xds: Add missing 'S' (!) | Thomas White | |
2021-08-20 | Mosflm: Add -n option when probing | Thomas White | |
2021-08-20 | Update AUTHORS | Thomas White | |
2021-08-19 | Search for OpenCL header with OpenCL | Nicholas Devenish | |
Previously, this was searching for OpenCL, and then trying to use the OpenCL header from only system locations. | |||
2021-08-19 | Meson: Check for SLURM headers as well as library | Thomas White | |
It seems that some systems have "-lslurm" but no <slurm/slurm.h>. Therefore, we need to check for both. Of course, ideally the outer test using pkg-config should work. | |||
2021-08-16 | This is CrystFEL 0.10.00.10.0 | Thomas White | |