aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
AgeCommit message (Collapse)Author
2023-05-02indexamajig: Add --cpu-pinThomas White
Similar code was stripped out 3.5 years ago by 4f4e5d05269eee6b192c271f2f9730a1ad3a4fbd. However, it seems there are still systems where it improves performance a lot.
2023-05-02Remove pattern_sim and partial_simThomas White
Use of these programs has been following this pattern for several years: 1. Neglect 2. Once yearly attempt by someone to use either tool 3. Discovery that it's totally broken 4. Bug report and fast bug fix 5. Go to 1. For more discussion, see the issue referenced below. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/81
2023-03-01Remove HAVE_SLURMThomas White
Not used any more, since a4c786d52613063d338ee010f4415e8a6aef0513
2023-03-01Remove vestigial geoptimiser stuffThomas White
2022-06-02Skeleton ASAP::O consumerThomas White
2022-03-09Meson: enable building without HDF5Thomas White
2021-04-20Build system fixes for MsgPackThomas White
2021-03-16Move MTZ and XDS export to libcrystfelThomas White
2021-03-05Remove TIFFThomas White
Nothing uses it any more.
2021-02-12GUI: Add CCP4 libraries and hide MTZ export options if not foundThomas White
2020-08-27Build system parts for SLURM libraryThomas White
2020-07-29New way of injecting version informationThomas White
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them.
2020-07-29Update Meson build files for dtempl branchThomas White
2020-07-29Initial Meson conversionThomas White
2012-03-07Remove more derived filesThomas White
2012-02-25Make --enable-gsl-fudge the defaultThomas White
There's absolutely no sensible reason why this should be optional - it doesn't cause any difficulties when enabled.
2012-02-22Check for PangoCairo as wellThomas White
2012-02-22Make the use of Pango optionalThomas White
2012-02-22Introduce "libcrystfel"Thomas White
2012-02-22Improve check for FFTWThomas White
2012-02-22More ReAx stuffThomas White
2012-02-22Update build scriptsThomas White
2012-02-22calibrate_detector.c: work in progressRick Kirian
2012-02-22indexamajig: Add fallback for clock_gettime()Thomas White
2012-02-22Add thread affinity stuffThomas White
2012-02-22Fix TIFF testThomas White
2012-02-22Better libTIFF testThomas White
2012-02-22First round of build system improvementsThomas White
2012-02-22Fix GPU code for new geometry, and tidy up some detector stuff (needs debugging)Thomas White
2012-02-22Add an option to fudge CBLAS if necessaryThomas White
2012-02-22Check with pkg-config for gdk-pixbuf and gdk-pixbuf-2.0Thomas White
2012-02-22Prefix STATUS() and ERROR() messages with a unique thread number, where ↵Thomas White
appropriate
2012-02-22Use non-recursive make, as far as possibleThomas White
2012-02-22Make PNG and TIFF tests workThomas White
2012-02-22Fix previous commitThomas White
2012-02-22Update build scriptsThomas White
2012-02-22Add Gnulib to deal with unportability of 'strndup'Thomas White
2012-02-22Improve autoconf conditionals (i.e. make them work..)Thomas White
2012-02-22Bump version to 0.2.0, update build scriptsThomas White
2012-02-22Update build scriptsThomas White
2012-02-22Update build scriptsThomas White
2012-02-22Add --disable-cairo option and compile without CairoThomas White
2012-02-22Test for libPNGThomas White
2010-03-05Typo in configure.acThomas White
2010-03-05forkpty() compatibilityThomas White
2010-03-04Configure script improvementsThomas White
2010-03-03Stabilise DirAx stuff, and remove GLib dependencyThomas White
2010-02-24Add config.h.inThomas White
2010-02-17Remove config.h.inThomas White
2009-10-12Initial import of template_indexThomas White