Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-23 | configure.ac: Print a message about CBFlib | Thomas White | |
Because this seems to be confusing people. | |||
2017-10-23 | configure.ac: Improve HDF5 detection | Thomas White | |
2017-10-09 | configure.ac: Fix CBFlib path variable name | Thomas White | |
Whoops. | |||
2017-08-09 | Fix extra bracket in configure.ac | Thomas White | |
2017-08-03 | configure: Fix option name for --with-cbflib | Thomas White | |
2017-07-24 | This is CrystFEL 0.6.30.6.3 | Thomas White | |
2017-07-04 | Switch CBF support on by default | Thomas White | |
2017-07-04 | Check for CBF headers, even if they're somewhere weird | Thomas White | |
2017-06-23 | Accept either cbf/cbf.h or cbflib/cbf.h | Thomas White | |
You get cbflib/cbf.h if you install CBFlib from source, and cbf/cbf.h if using the package manager in Fedora, probably other systems as well. We definitely don't want to include the cbf or cbflib folder in the include path, because CBFlib may bring its own HDF5 headers, which we don't want to touch with a bargepole. | |||
2017-05-03 | autoconf bits for CBFlib | Thomas White | |
2017-03-13 | Ask for C99 in configure.ac, remove weird C99 declarations | Thomas White | |
2016-03-21 | This is CrystFEL 0.6.20.6.2 | Thomas White | |
2015-08-03 | This is CrystFEL 0.6.10.6.1 | Thomas White | |
2015-07-15 | Add -lpthread to libcrystfel | Thomas White | |
This was missing before, which caused problems when trying to link to libcrystfel when otherwise not using pthreads. | |||
2015-07-13 | configure: Add --with-fftw | Thomas White | |
2015-06-19 | Compile asdf only if FFTW is available | Thomas White | |
2015-06-19 | Remove ReAx and GrainSpotter | Thomas White | |
Neither of these ever really worked, and better algorithms exist now. | |||
2015-02-23 | This is CrystFEL 0.6.00.6.0 | Thomas White | |
2014-09-05 | This is CrystFEL 0.5.40.5.4 | Thomas White | |
2014-08-19 | Use Gnulib forkpty() | Thomas White | |
2014-08-15 | Add opencl library dir, if given, to linker path | Thomas White | |
2014-04-14 | This is CrystFEL 0.5.3a0.5.3a | Thomas White | |
2014-04-09 | This is CrystFEL 0.5.30.5.3 | Thomas White | |
2014-02-28 | Introduce cell_explorer | Thomas White | |
2014-01-20 | configure.ac: OpenCL stuff | Thomas White | |
2013-12-06 | This is CrystFEL 0.5.20.5.2 | Thomas White | |
2013-10-22 | Revert LT_INIT to AC_PROG_LIBTOOL | Thomas White | |
LT_INIT doesn't work at SLAC | |||
2013-10-07 | Update configure.ac | Thomas White | |
2013-09-28 | configure.ac: Fix test for gdk-pixbuf | Thomas White | |
2013-09-05 | configure: check for curses, and compile even if it's not available | Thomas White | |
2013-07-05 | This is CrystFEL 0.5.10.5.1 | Thomas White | |
2013-04-19 | This is CrystFEL 0.5.00.5.0 | Thomas White | |
2013-03-01 | Use gtk-doc for libcrystfel only (not the contents of src) | Thomas White | |
2013-01-10 | This is CrystFEL 0.4.30.4.3crystfel-0.4 | Thomas White | |
2012-12-03 | Add crystfel.pc file for pkg-config | Thomas White | |
2012-11-12 | Use given HDF5 path when checking for it in configure | Thomas White | |
2012-11-06 | Check for HDF5 library (earlier) | Thomas White | |
2012-10-03 | This is CrystFEL 0.4.20.4.2 | Thomas White | |
2012-08-29 | This is CrystFEL 0.4.10.4.1 | Thomas White | |
2012-07-31 | This is CrystFEL 0.4.00.4.0 | Thomas White | |
2012-03-22 | Require gtk-doc 1.9 or above, and document changes | Thomas White | |
2012-03-14 | This is CrystFEL 0.3.00.3.0 | Thomas White | |
2012-02-25 | Make --enable-gsl-fudge the default | Thomas White | |
There's absolutely no sensible reason why this should be optional - it doesn't cause any difficulties when enabled. | |||
2012-02-23 | Better way to set the reference documentation installation path | Thomas White | |
2012-02-22 | Check for PangoCairo as well | Thomas White | |
2012-02-22 | Use Pango cflags and libraries separately | Thomas White | |
2012-02-22 | Make the use of Pango optional | Thomas White | |
2012-02-22 | Separate CFLAGS and LIBS for libcrystfel and main | Thomas White | |
2012-02-22 | Remove render_hkl --povray and remenants of cubeit | Thomas White | |
2012-02-22 | Introduce "libcrystfel" | Thomas White | |