Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | Rename libcrystfel's config.h to libcrystfel-config.h | Thomas White | |
This removes the big potential for confusion, which has happened several times (see e.g. 095cbebaf6). It also fixes in-tree builds with CMake (but seriously, always use out-of-tree builds). Fixes #2. | |||
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-07-30 | Eliminate duplicate symbols | Thomas White | |
This makes searching easier, and also permits Meson's unity build mode. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-08-28 | Rationalise matrix mutliplication | Thomas White | |
compare_reindexed_cell_parameters still needs to be updated | |||
2019-08-16 | Add intmat_zero | Thomas White | |
2019-08-16 | rtnl_mtx_print and intmat_print: Handle NULL matrix | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2019-05-07 | Remove intmat_set_all_3x3() | Thomas White | |
2019-03-20 | Fix matrix conventions for symmetry operations | Thomas White | |
2019-03-13 | Remove intmat_solve_rational | Thomas White | |
Not used anywhere | |||
2019-03-12 | Rename intmat_intvec_mult to transform_indices | Thomas White | |
2019-03-12 | Get rid of two unused functions | Thomas White | |
2019-03-11 | Change matrix notation to match ITA chapter 5.1 | Thomas White | |
2019-03-11 | Add new rational number library | Thomas White | |
2019-03-11 | Use IntegerMatrix for all unit cell transformations | Thomas White | |
Get rid of UnitCellTransformation, a thin wrapper which didn't do anything. | |||
2014-10-23 | Add intmat_identity() | Thomas White | |
2013-08-08 | Show determinant when complaining about a non-integer matrix result | Thomas White | |
2013-01-04 | Tidy up documentation | Thomas White | |
2012-10-20 | Update documentation | Thomas White | |
2012-10-19 | Convert SymOpList to use IntegerMatrix | Thomas White | |
This simplifies things a lot | |||
2012-10-15 | Add intmat_is_identity() | Thomas White | |
2012-10-10 | const-ify the integer matrix library | Thomas White | |
2012-10-10 | Split cofactor calculation | Thomas White | |
2012-10-10 | Handle weird unique axis variants of all point groups | Thomas White | |