Commit Graph

67 Commits

Author SHA1 Message Date
Martin
149b34c254 Remove check for cur_archive_file_ofs > UINT_MAX, because cur_archive_file_ofs is not used after this point 2017-04-24 17:28:20 +02:00
Martin
6e915ef7fc Improve MZ_ZIP_FLAG_WRITE_ZIP64 documentation 2017-04-24 17:26:55 +02:00
Martin
11f795a19c Improve readme 2017-04-24 17:26:29 +02:00
Martin Raiber
ec028ffe66 Merge pull request #60 from janisozaur/master
Fix compilation with GCC6
2017-03-24 15:11:32 +01:00
Michał Janiszewski
a6a989cc18 clang-format the sources 2017-03-23 08:50:08 +01:00
Michał Janiszewski
3d51050db5 Set amalgamate.sh as executable 2017-03-23 08:38:27 +01:00
Michał Janiszewski
3c7177c0cb Fix misleading indentation 2017-03-23 08:38:10 +01:00
Martin
35c2d67bcf Fix compilation with the various omission compile definitions 2.0.5 2017-03-13 19:49:01 +01:00
Martin
1c6ca868d7 Fix compilation with the various omission compile definitions 2.0.4 2017-03-13 19:38:42 +01:00
Martin
2337db2f7b Fix formatting 2017-03-11 19:09:33 +01:00
Martin
3b3c258b2d Update readme/changelog 2017-03-11 19:06:16 +01:00
Martin
e72ae3f4c2 Use UTF-8 for filenames in ZIP files per default 2.0.3 2017-03-11 18:24:44 +01:00
Martin
91ce90fa17 Added callback for periodic flushes 2017-02-08 15:53:52 +01:00
Martin
460e619ae8 Compatibility with older gcc 2017-01-19 16:00:13 +01:00
Martin
e906a841c7 Fix compile warnings 2017-01-19 15:57:45 +01:00
Martin
a7e7e92a20 Fix compile warnings 2017-01-19 15:57:04 +01:00
Martin
3b7ee5aea5 Fix compile warnings 2017-01-19 15:53:53 +01:00
Martin
4c36ab0230 Rerun clang-format 2.0.2 2017-01-03 01:30:38 +01:00
Martin
4fa873b0f8 Fix backwards compatibility 2017-01-03 01:19:22 +01:00
Martin
e2c4080f23 Fix bit not being set properly 2016-11-28 02:48:40 +01:00
Martin
3a47d05880 Add build status 2.0.1 2016-11-28 01:35:43 +01:00
Martin
e8f2665999 Added travis conf 2016-11-28 01:33:23 +01:00
Martin
75bc65102a Fixup: Only set locator bit if the locator is going to be added 2016-11-28 01:20:31 +01:00
Martin
61735ccf76 Only set locator bit if the locator is going to be added 2016-11-28 01:19:55 +01:00
Martin
ce32a4609f Fix test 2016-11-28 00:36:05 +01:00
Martin
57cab696ea Fix comments 2016-11-27 22:23:47 +01:00
Martin
8e30365e91 Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
Martin
8ac1bf6cdb Fix test 2016-11-27 21:45:21 +01:00
Martin
55339a8978 Make tester and examples compile again and test script 2016-11-27 21:39:02 +01:00
Martin
c06aa2da84 Create amalgamized releases 2.0.0 2016-11-25 16:04:17 +01:00
Martin
224d207ce8 MiniZ ZIP64 was part of valve vogl which is MIT licensed 2016-11-21 18:17:47 +01:00
Martin
42c29103c3 Streaming ZIP creation, automatic ZIP64 switching and UTF8 filenames 2016-11-21 18:08:45 +01:00
Matthew Sitton
c306a44fd7 Update readme.md 2016-06-25 12:58:26 -05:00
Matthew Sitton
fa88d6529b Update CMakeLists.txt to properly do release builds. 2016-06-25 12:58:17 -05:00
Matthew Sitton
08d8e22672 Fix issues missed from merge. Now builds properly. 2016-06-25 12:57:06 -05:00
Matthew Sitton
3979a6de1f And finally Integrate vogl changes. 2016-06-25 12:13:28 -05:00
Matthew Sitton
11f1380c45 Some more formatting issues. 2016-06-25 12:03:49 -05:00
Matthew Sitton
1f58216cad Another formatting issue. 2016-06-25 11:09:06 -05:00
Matthew Sitton
5a5a014f07 add more extern c blocks. 2016-06-25 10:56:14 -05:00
Matthew Sitton
91513516ae Fix some missed stuff that clang-format missed. 2016-06-25 10:11:59 -05:00
Matthew Sitton
0a9cf0b02a add C++ extern in zip header. 2016-06-25 10:09:03 -05:00
Matthew Sitton
d650d15974 Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
Matthew Sitton
db8809a41c Update readme.md 2016-06-25 08:37:32 -05:00
Matthew Sitton
b65151edbc Add readme.md 2016-06-25 08:36:35 -05:00
Matthew Sitton
baa0e214e7 Add v1.16 beta r1 changes. 2016-06-25 08:02:20 -05:00
Matthew Sitton
724de0bb0f Separate the into multiple files similar to the vogl zip64 version of the library.
If anyone wants to have a minified version of if a script could be written to do this automatically.
2016-06-25 06:43:30 -05:00
richgel99@gmail.com
28f5066e33 Minor bugfix to mz_zip_writer_add_from_zip_reader() discovered on the zip64 branch - should be a harmless bug because I don't think the central dir offsets are actually used during writing in this build (but they are in the next one). 2013-10-14 01:55:15 +00:00
richgel99@gmail.com
9311207860 fixing tabs in comment, arghh 2013-10-14 00:54:49 +00:00
richgel99@gmail.com
5f0ebdd130 adding comment update bugfix 2013-10-14 00:53:21 +00:00
richgel99@gmail.com
90352e2d5f ok, tweaking the fclose leak fix on write failure so it occurs AFTER the src file is opened, to prevent the dest archive from expanding in case the src file is missing (should be harmless though) 2013-10-14 00:50:26 +00:00