Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-18 | caliper: slight refactoring of common pieces | Gerhard Sittig | |
Merge .reset_data() into .reset() since no other location called it. Move self.options[] lookup out of the loop, drop state from self when it's strictly local to .decode(). Use a common annotation emission routine, and vertically align text variants for zoom levels. This further reduces the lengths of a few text lines. | |||
2020-07-18 | caliper: fixup boilerplate (and some coding style and whitespace) | Gerhard Sittig | |
The caliper decoder was written against an older version of the library and failed to load in recent environments. Fixup the decoder boilerplate (eliminate ambiguous annotation class/row names, drop the IC tag) and address other style nits while we are here (rephrase user visible text, break a few long lines, adjust some of the indentation and whitespace issues, drop dead code). Remaining issues get addressed later. | |||
2020-07-18 | caliper: introduce decoder for cheap generic calipers | Tomas Mudrunka | |