radare / tiv

terminal image viewer
BSD 3-Clause "New" or "Revised" License
144 stars 15 forks source link

Restructure project into MT-safe library. Added a CMake + Docker build system. #5

Open Kracken256 opened 4 months ago

Kracken256 commented 4 months ago
trufae commented 4 months ago

This looks like a hige overhaul of the original code. Can you separate the changes in different commits?

trufae commented 4 months ago

And ideally keep the same coding style

Kracken256 commented 4 months ago

I can fix the coding style. But most of the files were changed/removed. Committing individual changes doesn't make much since, there's only like 2 source files and ~15 functions. The new code is ~200x faster (I enabled optimizations).

trufae commented 4 months ago

Yeah its a little hard and probably not much useful. Fix the code style and ill merge! Thank you!!

Kracken256 commented 3 months ago

Sorry, I forget about this one. I reformatted the code using Google Style VSCode.