109 Commits

Author SHA1 Message Date
Nathan Moinvaziri
016ad474e3 Fixed problems flushing zlib, lzma, and bzip2 streams.
Added generic property cb for getting/setting int values in streams.
Added support for disk splitting (write-only at the moment)
2017-10-09 23:36:30 -07:00
Nathan Moinvaziri
1e3300f758 Allow retrievable of interfaces for help for compatibility layer. 2017-10-08 21:48:28 -07:00
Nathan Moinvaziri
aa323f508d Added ability for minizip cmd tool to add directories to zip files.
Split out os specific functions into their own files instead of as part of stream.
2017-10-05 23:32:57 -07:00
Nathan Moinvaziri
eb5d73037a Normalize integer types. 2017-10-05 21:26:34 -07:00
Nathan Moinvaziri
973457dac8 Added LZMA, BZIP2, and AES command line params to zip cmd tool.
Clean up some logic in the zip cmd tool.
Fixed zipping to non-existant directory.
Fixed passthru stream shouldn't open or close base streams.
Changed make_dir functions to succeed if dir exists.
Fixed compression method check for zip open functions.
Fixed wrong level being passed to bzip2.
Removed unused price_tablegen.c.
Updated CMakeLists.
Added travis yml.
2017-10-05 18:45:23 -07:00
Nathan Moinvaziri
45837b5cef Added version information to header comments. 2017-10-05 07:34:59 -07:00
Nathan Moinvaziri
32efd9bb5f Fixed compiler errors and warnings on mac.
Added liblzma project for mac.
2017-10-05 00:02:07 -07:00
Nathan Moinvaziri
41cfdcb45f Fixed includes. 2017-10-04 22:10:11 -07:00
Nathan Moinvaziri
8a6bc73ce3 Rename files. 2017-10-04 22:06:15 -07:00