aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-19Fix FFTW include dirThomas White
2018-06-19Make pkg-config optionalThomas 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-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-18indexamajig: Tidy up --helpThomas White
2018-06-18FormattingThomas White
2018-06-18Get rid of "selector"Thomas White
2018-06-18Remove tmp_enumThomas White
2018-06-18Add interface to XGANDALF indexerYaroslav Gevorkov
2018-06-15Make Cairo check a bit more verboseThomas White
2018-06-15Add message about where forkpty has been foundThomas White
2018-06-14Update READMEThomas 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-12list_events: Abort creation if event list can't be made for any fileThomas 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-12hdfsee: Show image size at binning 1Thomas 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-12Whitespace fussinessThomas 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-11Use different temporary filenames for partialator merge checksThomas White
...because they might be run in parallel.
2018-06-10hdfsee: Fix statusbar snprintf() nonsenseThomas White
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-06-06Update authorship listsThomas White
2018-05-31check_{peak_detection,near_bragg}: Warn if stream is older than imageThomas White
2018-05-30Merge branch 'tom/peakfinder9'Thomas White
2018-05-30Whitespace fussinessThomas White
2018-05-30Use only one min-snr optionThomas White
2018-05-30Changed parameter window-radius -> local-bg-radiusYaroslav Gevorkov
2018-05-30Adapted doc to min-sig -> min-snr changeYaroslav Gevorkov
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-30Reduce over-linkingThomas White
Only two CrystFEL programs actually use HDF5 directly
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-28Set RPATH more specificallyThomas White
2018-05-28Comment fussinessThomas White
2018-05-28Fix installation pathsThomas White
2018-05-28Remove NEWSThomas White
Vestigial autotools file which we never used anyway.
2018-05-28Fix linker run pathThomas White
2018-05-28Update version number in CMakeLlists.txtThomas White
Whoops.
2018-05-25Fix incorrect loop in cleanup_indexingThomas White
2018-05-25Make build of API documentation optionalThomas White