aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2018-08-30Formatting fussinessThomas White
2018-08-30RefList: add contribution listThomas White
2018-08-30Reword error messages about dimensions in geometry fileThomas White
2018-07-27indexamajig: Complain if profile radius determination failsThomas White
2018-07-11reduce minimum angle separation for similarity check of latticesYaroslav Gevorkov
2018-07-10Install the headersThomas White
2018-07-10Delete mosflm.lp and SUMMARY when cleaning up temporary folderThomas White
2018-07-09Fix typoThomas White
2018-07-09Add number of indexing attempts to streamThomas White
2018-06-29Merge branch 'tom/xgandalf'Thomas White
2018-06-28Tidy up files created by Mosflm and Felix during probeThomas White
2018-06-28Felix: Complain if cell not providedThomas 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-28Remove worker process numbers from temporary filenamesThomas 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-21Fix OpenCL tests and includesThomas White
2018-06-20Formatting fussinessThomas White
2018-06-20Add GPL headingsThomas White
2018-06-20Tidy up xgandalf printfsThomas White
2018-06-19Fix FFTW include dirThomas White
2018-06-19Simplify pkg-config stuffThomas 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-18Add externThomas White
2018-06-18Remove stray _Thomas White
2018-06-18FormattingThomas White
2018-06-18Get rid of "selector"Thomas White
2018-06-18Add interface to XGANDALF indexerYaroslav Gevorkov
2018-06-15Add message about where forkpty has been foundThomas White
2018-06-14Add CMake check to find forkpty()Thomas White
2018-06-14Remove "unused" flagThomas White
2018-06-14Add final residual from prediction refinement to streamThomas White
2018-06-12peakfinder8: Check peak is actually within panelThomas White
From Oleksandr Yefanov <oleksandr.yefanov@desy.de>
2018-06-12peakfinder8: do not subtract constant value to avoid negative weights.Keitaro Yamashita
2018-06-10indexamajig: Estimate resolution based on peaks onlyThomas White
2018-06-08Use short version for libcrystfel.soThomas White
2018-06-07Fix version numbers for release, snapshot and Git checkoutsThomas White
2018-05-30Merge branch 'tom/peakfinder9'Thomas White
2018-05-30Changed sig_fac to min_snrYaroslav Gevorkov
2018-05-30Use only the main version number in crystfel.pcThomas White
Otherwise pkg-config won't know how to compare versions
2018-05-30Remove -pthread from Cflags in crystfel.pcThomas White
2018-05-30libcrystfel should link against GSL and pthreadsThomas White
Then programs using libcrystfel don't need -lgsl (unless they use it themselves, of course)
2018-05-29Add unique axis to names of point groups, if necessaryThomas White
2018-05-29Make libcrystfel dependencies privateThomas White
2018-05-29Move libcrystfel-specific dependencies to libcrystfel folderThomas White
2018-05-28Set version for shared libraryThomas White
2018-05-28Fix installation pathsThomas White
2018-05-28Fix linker run pathThomas White
2018-05-25Fix incorrect loop in cleanup_indexingThomas White
2018-05-24Generalise peakfinder9 error messages, and fail if not compiled inThomas White
2018-05-24Move FDIP includes to top, and remove unnecessary onesThomas White
2018-05-24Update authorship and copyright datesThomas White
2018-05-24FormattingThomas White
2018-05-24Add "peakfinder9"Yaroslav Gevorkov