Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 826 Bytes

TODO.md

File metadata and controls

15 lines (13 loc) · 826 Bytes

Things that could be improved:

  • Pushing 0->100% progress callback form the ue wrapper into 7zpp lib. Adjusting code so that it will work with SetCompleted (this function works a bit inconsistently, so I'm doing progress per file for now which is acceptable).
  • Support for password protected files

Wishlist:

  • Is it possible to do threading in the library, or do we need a .dll?
  • Move away form .dll into cross platform support
  • Create ability to uncompress parts of items into memory
  • Create ability to compress memory into archive files
  • Cmake support?

Some links that could help: