Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-06-18 | Get rid of "selector" | Thomas White | |
2018-06-18 | Remove tmp_enum | Thomas White | |
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |
2018-06-15 | Make Cairo check a bit more verbose | Thomas White | |
2018-06-15 | Add message about where forkpty has been found | Thomas White | |
2018-06-14 | Update README | Thomas White | |
2018-06-14 | Add CMake check to find forkpty() | Thomas White | |
2018-06-14 | Remove "unused" flag | Thomas White | |
2018-06-14 | Add final residual from prediction refinement to stream | Thomas White | |
2018-06-12 | list_events: Abort creation if event list can't be made for any file | Thomas White | |
Previously, it would exit if a file couldn't be opened, but not if its layout was wrong for the geometry file. Now, it always exits to allow the problem to be fixed. | |||
2018-06-12 | hdfsee: Show image size at binning 1 | Thomas White | |
Used to be "raw image size", but that's meaningless since "de-slabbification". All the panels are stored separately. This commit also clarifies the meaning of "Smaller numbers". | |||
2018-06-12 | Whitespace fussiness | Thomas White | |
2018-06-12 | peakfinder8: Check peak is actually within panel | Thomas White | |
From Oleksandr Yefanov <oleksandr.yefanov@desy.de> | |||
2018-06-12 | peakfinder8: do not subtract constant value to avoid negative weights. | Keitaro Yamashita | |
2018-06-11 | Use different temporary filenames for partialator merge checks | Thomas White | |
...because they might be run in parallel. |