Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | CMake: Fix error text | Thomas White | |
2020-09-10 | CMake: Fix incorrect logical negation | Thomas White | |
2020-08-27 | Build system parts for SLURM library | Thomas White | |
2020-08-21 | Framework for backend parameters via GUI | Thomas White | |
2020-08-13 | Add icon SVG and use for window icon | Thomas White | |
2020-08-13 | GUI: Sketch out indexing options etc | Thomas White | |
2020-08-05 | Finish removing TIFF | Thomas White | |
2020-08-04 | Convert pattern_sim to DataTemplate | Thomas White | |
2020-08-04 | Convert partial_sim to DataTemplate | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-07-29 | Break render.c down and move to geoptimiser and CrystFELImageView | Thomas White | |
These two functions will diverge in the future. Also, this change removes the last remaining dependency of libcrystfel on Gdk/Gtk-anything. | |||
2020-07-29 | Temporarily disable partial_sim, pattern_sim and geoptimiser | Thomas White | |
2020-07-29 | Basic project persistence | Thomas White | |
2020-07-29 | Actually run indexamajig | Thomas White | |
2020-07-29 | Skeleton indexing and backend stuff | Thomas White | |
2020-07-29 | Split off GUI peak search stuff to separate file | Thomas White | |
2020-07-29 | Move colour scale and pixbuf rendering to libcrystfel | Thomas White | |
Also, split into two files (colscale and render), and remove TIFF stuff. | |||
2020-07-29 | Skeleton GUI and CrystFELImageView | Thomas White | |
2020-07-29 | Get rid of hdfsee | Thomas White | |
Will be replaced by something better soon(ish)... | |||
2020-06-22 | This is CrystFEL 0.9.10.9.1 | Thomas White | |
2020-04-01 | Request HDF5 1.10 API | Thomas White | |
There are changes with 1.12 which we can't use yet (need to maintain compatibility down to 1.8 for now, but the subset of the HDF5 API we use works with 1.8 and 1.10). | |||
2020-02-05 | This is CrystFEL 0.9.00.9.0 | Thomas White | |
2019-09-25 | Add configuration check for argp | Thomas White | |
2019-09-13 | Remove check for gtk-doc | Thomas White | |
2019-08-16 | Use LIBRARIES instead of LDFLAGS | Thomas White | |
2019-07-17 | Merge branch 'tom/zmq' | Thomas White | |
2019-03-14 | Compile cleanly without Msgpack or ZMQ | Thomas White | |
2019-03-14 | ZMQ connection and setup stuff | Thomas White | |
2019-03-14 | Initial zmq.c | Thomas White | |
2019-03-11 | Initial cell_tool (implementing find_ambi only) | Thomas White | |
2019-01-30 | Set CMP0074 to "new" | Thomas White | |
Allows -DHDF5_ROOT | |||
2019-01-03 | Check for -fdiagnostics-color before using it | Thomas White | |
Needed for old gcc versions | |||
2018-12-19 | This is CrystFEL 0.8.00.8.0 | Thomas White | |
2018-12-06 | Add make_pixelmap to core CrystFEL | Thomas White | |
2018-11-09 | Set -Wall for files under src | Thomas White | |
2018-09-19 | Make GLib dependency optional | Thomas White | |
2018-09-14 | Add workaround for missing /Headers in OpenCL include dir on Mac OS | Thomas White | |
2018-09-13 | Add GTK library directories to linker path | Thomas White | |
2018-08-10 | Made error message more informative in CMakeLists.txt | Valerio Mariani | |
2018-08-10 | Added detection of GLib to CMakeLists.txt file | Valerio Mariani | |
2018-07-06 | Use either GTK2 or GTK3 | Thomas White | |
2018-07-06 | Switch to GTK3 | Thomas White | |
2018-06-26 | Embed diffraction.cl and hdfsee.ui into executables | Thomas White | |
Having to install these causes problems, e.g. you can't run from build directory nor run tests without installing. For hdfsee.ui, the XML is now embedded in the code just as it is for cell_explorer. diffraction.cl is a bit too long and complicated for that. There are a number of nasty ways to embed such files. This one seems to be the overall least nasty, although it requires data/gen-resources to be run whenever diffraction.cl is changed. | |||
2018-06-21 | Fix OpenCL tests and includes | 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-07 | Fix version numbers for release, snapshot and Git checkouts | Thomas White | |
2018-05-30 | Reduce over-linking | Thomas White | |
Only two CrystFEL programs actually use HDF5 directly | |||
2018-05-29 | Move libcrystfel-specific dependencies to libcrystfel folder | Thomas White | |
2018-05-28 | Set version for shared library | Thomas White | |