Files
exiv2/unitTests
Dan Čermák fec6535ae8 [binaryToString] Reimplement using Slices
- reimplement binaryToString:
  - it now accepts a Slice and nothing else
  - it does not return a std::string but instead a proxy object that implements
    operator<< (this should be more efficient, as we do not need to touch the
    heap in most cases)
- addapt unit tests
- replace all occurences with the new API
2018-10-11 14:06:16 +02:00
..
2018-10-11 14:06:16 +02:00
2018-09-10 10:31:00 +02:00
2018-09-12 19:22:31 +02:00