Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-08-25 | Factor out convert_int | Thomas White | |
2020-07-30 | Eliminate duplicate symbols | Thomas White | |
This makes searching easier, and also permits Meson's unity build mode. | |||
2020-07-29 | Remove config.h from libcrystfel headers | Thomas White | |
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined. | |||
2020-07-29 | Add wavelength and electron_voltage, plus units, to geometry file | Thomas White | |
2020-07-29 | Add crystfel_has_peakfinder9() | Thomas White | |
separate config.h file. | |||
2020-07-29 | Convert indexamajig to new Stream API | Thomas White | |
2020-07-29 | Factorise filename_extension() | Thomas White | |
2020-07-29 | Add void pointer to log message functions | Thomas White | |
Also add LogMsgFunc typedef and move functions up in utils.c, because progress_bar() also needs the stderr_lock. | |||
2020-07-29 | Move stderr_lock prototype to utils.h | Thomas White | |
2020-07-29 | libcrystfel plumbing to allow ERROR/STATUS messages in GUI | Thomas White | |
2020-07-29 | Add safe_strdup() to utils | Thomas White | |
2020-07-29 | Move load_entire_file() to utils | Thomas White | |
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-08-26 | Formatting/fussiness | Thomas White | |
2019-08-26 | add stable inline mean variance function | Wolfgang Brehm | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-12-18 | make_pixelmap: Use <input>.h5 as default output filename | Thomas White | |
2018-09-10 | pattern_sim: read spectrum from file | Alexandra Tolstikova | |
2017-07-05 | Rearrange quaternion declarations so that gtk-doc can cope | Thomas White | |
The utils file contains two gtk-doc sections, "utils" and "quaternion", with a change of section halfway through. It seems that gtk-doc doesn't like it if the declarations are all mixed together. | |||
2015-03-13 | Move solve_svd() to utils | Thomas White | |
2014-06-24 | Add unlikely() | Thomas White | |
2014-06-13 | Add extern "C" for C++ compatibility | Chuck | |
2014-01-20 | RNG overhaul | Thomas White | |
Previously, we were using random(), which is really really bad. | |||
2013-08-12 | Improve show_matrix_eqn() | Thomas White | |
2013-08-08 | Add show_matrix() | Thomas White | |
2013-04-17 | Work on post refinement | Thomas White | |
Brought across from "tom/pr" Conflicts: src/indexamajig.c src/post-refinement.c tests/pr_gradient_check.c | |||
2013-01-04 | Tidy up documentation | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | Thomas White | |
2012-03-09 | Use ADU per eV in geometry file, rather than ADU per photon in beam file | Thomas White | |
Conflicts: src/get_hkl.c tests/morphology_check.c | |||
2012-02-22 | GPLv3 boilerplate comments | Thomas White | |
2012-02-22 | Update copyright dates | Thomas White | |
2012-02-22 | Move the "indexed reflection array" thing to where it can't do any harm | Thomas White | |
2012-02-22 | Introduce "libcrystfel" | Thomas White | |