Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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. | |||
2018-06-10 | hdfsee: Fix statusbar snprintf() nonsense | Thomas White | |
2018-06-10 | indexamajig: Estimate resolution based on peaks only | Thomas White | |
2018-06-08 | Use short version for libcrystfel.so | Thomas White | |
2018-06-07 | Fix version numbers for release, snapshot and Git checkouts | Thomas White | |
2018-06-06 | Update authorship lists | Thomas White | |
2018-05-31 | check_{peak_detection,near_bragg}: Warn if stream is older than image | Thomas White | |
2018-05-30 | Merge branch 'tom/peakfinder9' | Thomas White | |
2018-05-30 | Whitespace fussiness | Thomas White | |
2018-05-30 | Use only one min-snr option | Thomas White | |
2018-05-30 | Changed parameter window-radius -> local-bg-radius | Yaroslav Gevorkov | |
2018-05-30 | Adapted doc to min-sig -> min-snr change | Yaroslav Gevorkov | |
2018-05-30 | Changed sig_fac to min_snr | Yaroslav Gevorkov | |
2018-05-30 | Use only the main version number in crystfel.pc | Thomas White | |
Otherwise pkg-config won't know how to compare versions | |||
2018-05-30 | Remove -pthread from Cflags in crystfel.pc | Thomas White | |
2018-05-30 | libcrystfel should link against GSL and pthreads | Thomas White | |
Then programs using libcrystfel don't need -lgsl (unless they use it themselves, of course) | |||
2018-05-30 | Reduce over-linking | Thomas White | |
Only two CrystFEL programs actually use HDF5 directly | |||
2018-05-29 | Add unique axis to names of point groups, if necessary | Thomas White | |
2018-05-29 | Make libcrystfel dependencies private | Thomas White | |
2018-05-29 | Move libcrystfel-specific dependencies to libcrystfel folder | Thomas White | |
2018-05-28 | Set version for shared library | Thomas White | |
2018-05-28 | Set RPATH more specifically | Thomas White | |
2018-05-28 | Comment fussiness | Thomas White | |
2018-05-28 | Fix installation paths | Thomas White | |
2018-05-28 | Remove NEWS | Thomas White | |
Vestigial autotools file which we never used anyway. | |||
2018-05-28 | Fix linker run path | Thomas White | |
2018-05-28 | Update version number in CMakeLlists.txt | Thomas White | |
Whoops. | |||
2018-05-25 | Fix incorrect loop in cleanup_indexing | Thomas White | |
2018-05-25 | Make build of API documentation optional | Thomas White | |
2018-05-25 | Delete obsolete include and variable | Yaroslav Gevorkov | |
2018-05-25 | Change getopt numbers to avoid overlap with chars | Yaroslav Gevorkov | |