Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These were a hack caused by badly testable API
|
|
|
|
Same reason as removing them from tests. Also, libcrystfel might be
used in projects which have HAVE_CONFIG_H defined.
|
|
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?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's handled already by the parse_field_for_panel(defaults, ...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
separate config.h file.
|
|
|
|
If the image size changes, bad things happen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|