abs-tudelft / fletcher

Fletcher: A framework to integrate FPGA accelerators with Apache Arrow
https://abs-tudelft.github.io/fletcher/
Apache License 2.0
219 stars 31 forks source link

[Common/C++] Use C++ code style for HexView #149

Closed johanpel closed 5 years ago

johanpel commented 5 years ago

The HexView utility was a bit funky, so I've cleaned it up. It uses C++ constructs to generate the hex view string, rather than stuff that would require some preprocessor defines for different platforms because of inconsistency in implementation of some C functions that were used.