Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-30 | Reword error messages about dimensions in geometry file | Thomas White | |
2018-08-10 | Made error message more informative in CMakeLists.txt | Valerio Mariani | |
2018-08-10 | Added detection of GLib to CMakeLists.txt file | Valerio Mariani | |
2018-08-10 | Fix crystfel_geometry manual page again | Thomas White | |
2018-08-10 | Remove old untruths from crystfel_geometry manual page | Thomas White | |
2018-07-27 | partialator: Complain about NaN residuals | Thomas White | |
2018-07-27 | partialator: Report number of crystals used in residuals | Thomas White | |
2018-07-27 | partialator: More improvements to pr-log logic | Thomas White | |
2018-07-27 | partialator: Also generate logs when not doing post-refinement | Thomas White | |
2018-07-27 | indexamajig: Complain if profile radius determination fails | Thomas White | |
2018-07-26 | partialator: Add --min-res | Thomas White | |
2018-07-26 | partialator: Add missing documentation for --no-Bscale | Thomas White | |
2018-07-12 | cell_explorer: Fix logic for unit cell save window | Thomas White | |
2018-07-11 | reduce minimum angle separation for similarity check of lattices | Yaroslav Gevorkov | |
2018-07-10 | Add more filenames to cleanup list | Thomas White | |
2018-07-10 | Install the headers | Thomas White | |
2018-07-10 | Delete mosflm.lp and SUMMARY when cleaning up temporary folder | Thomas White | |
2018-07-10 | indexamajig: Move into temporary folder when probing and preparing indexing ↵ | Thomas White | |
methods | |||
2018-07-09 | Fix typo | Thomas White | |
2018-07-09 | Add number of indexing attempts to stream | Thomas White | |
2018-07-06 | Use either GTK2 or GTK3 | Thomas White | |
2018-07-06 | Switch to GTK3 | Thomas White | |
2018-06-29 | Add scripts/extract-geom | Thomas White | |
2018-06-29 | Merge branch 'tom/xgandalf' | Thomas White | |
2018-06-28 | Tidy up files created by Mosflm and Felix during probe | Thomas White | |
2018-06-28 | Fix check-near-bragg | Thomas White | |
2018-06-28 | indexamajig: Delete the temporary folder afterwards | Thomas White | |
... with extreme caution. | |||
2018-06-28 | indexamajig: Tighten permissions on temporary folder | Thomas White | |
2018-06-28 | Felix: Complain if cell not provided | Thomas White | |
Prevents a confusing error message that Felix doesn't work, when in fact the problem is that no cell has been given (and Felix needs one). | |||
2018-06-28 | Remove worker process numbers from temporary filenames | Thomas White | |
Since we've had the separate worker folders for a long time, it's not needed any more. Removing them will make the temporary folders easier to clean up. | |||
2018-06-26 | Embed diffraction.cl and hdfsee.ui into executables | Thomas 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. | |||
2018-06-25 | Rename first/second/third/fourth_merge_check to process_hkl_check_1/2/3/4 | Thomas White | |
2018-06-25 | Test the compiled binaries, not the installed ones | Thomas White | |
2018-06-25 | Switch remaining tests from "ex" to "sed" | Thomas White | |
2018-06-22 | tests/first_merge_check: Fix bracket | Thomas White | |
2018-06-22 | check-near-bragg/check-peak-detection: Give better error message | Thomas White | |
2018-06-21 | Fix OpenCL tests and includes | Thomas White | |
2018-06-20 | Formatting fussiness | Thomas White | |
2018-06-20 | Add GPL headings | Thomas White | |
2018-06-20 | Restore help about secondary Miller indices | Thomas White | |
2018-06-20 | Formatting | Thomas White | |
2018-06-20 | Tidy up xgandalf printfs | Thomas White | |
2018-06-20 | Finish removing "selector" | Thomas White | |
2018-06-19 | Fix FFTW include dir | Thomas White | |
2018-06-19 | Make pkg-config optional | Thomas White | |
It won't find Cairo, GDK, gdk-pixbuf nor FFTW without it, but for now that seems better than a mess of different search methods. | |||
2018-06-19 | Simplify pkg-config stuff | Thomas White | |
Use it directly (no fallbacks, at least not until someone really needs it). Also, use the full LDFLAGS instead of just LIBRARIES, because the former also includes the link directories. | |||
2018-06-18 | Add extern | Thomas White | |
2018-06-18 | Remove stray _ | Thomas White | |
2018-06-18 | indexamajig: Tidy up --help | Thomas White | |
2018-06-18 | Formatting | Thomas White | |