Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Remove config.h from tests | Thomas White | |
This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's? | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2013-11-29 | RefList: Increase maximum index to 511 | Thomas White | |
2013-07-24 | Iteration over reflection list should include other reflections with same ↵ | Thomas White | |
asymmetric indices This fixes a >2 year old bug in the reflection list, and a bug in tests/list_check.c which allowed it to go undetected for so long. The main situation where it would have caused problems is when asymmetric_indices() was called on a reflection list containing symmetrically equivalent reflections. The only core CrystFEL program which does this is partialator. compare_hkl uses asymmetric_indices(), but the reflections are already guaranteed to be asymmetric by that point (because check_list_symmetry() has been called). | |||
2012-02-24 | GPL boilerplate for tests | Thomas White | |
2012-02-22 | Fix include paths in tests | Thomas White | |
2012-02-22 | Add rebalancing stuff | Thomas White | |
2012-02-22 | Remove anything which deletes a reflection or optimises a RefList | Thomas White | |
2012-02-22 | Add test for num_reflections() and fix it | Thomas White | |
2012-02-22 | tests/list_check: Leave old output on the terminal | Thomas White | |
2012-02-22 | Implement optimise_reflist() | Thomas White | |
2012-02-22 | Don't use next_found_refl() on a reflection we just freed | Thomas White | |
2012-02-22 | Tidy up list_check.c | Thomas White | |
2012-02-22 | Make lists work | Thomas White | |
2012-02-22 | More unsuccessful work on lists | Thomas White | |
2012-02-22 | More work on reflist | Thomas White | |
2012-02-22 | Make iteration work | Thomas White | |
2012-02-22 | Work on making iteration work | Thomas White | |
2012-02-22 | Test more thoroughly | Thomas White | |
2012-02-22 | List debugging | Thomas White | |
2012-02-22 | Add unit test for reflist | Thomas White | |