Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | Move indexers out of API | Thomas White | |
2020-07-30 | Add missing config.h includes | 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-09-20 | Delegate option processing for indexing methods | Thomas White | |
Involves switching from getopt_long to argp. A big improvement! | |||
2019-05-08 | Remove unused code | Yaroslav Gevorkov | |
2019-05-08 | Add new xgandalf options | Yaroslav Gevorkov | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2019-03-11 | Keep track of the "un-centering" matrix, as well as the "centering" | Thomas White | |
This makes it easy to reverse the transformation, if required, which it is when comparing centered cells. | |||
2019-03-11 | Be clear about whether functions need rational or integer transformations | 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. | |||
2019-01-29 | Fix a couple of memory leaks | Thomas White | |
2018-10-22 | fix freeing unallocated memory | Yaroslav Gevorkov | |
2018-10-15 | xgandalf: always return centered cell, if it was provided | Yaroslav Gevorkov | |
2018-06-20 | Formatting fussiness | Thomas White | |
2018-06-20 | Add GPL headings | Thomas White | |
2018-06-20 | Tidy up xgandalf printfs | Thomas White | |
2018-06-18 | Get rid of "selector" | Thomas White | |
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |