platform_system_core/libziparchive
Adam Lesinski 1162cc8000 libziparchive: Fix build flags for targets that build with GCC
GCC pre 5.1 incorrectly warns when a C++11 struct is empty brace initialized
Struct s = {}.

Change-Id: Id5696aae32cea2d45072176c1d9abe8a4bddad68
2015-10-15 16:20:30 -07:00
..
testdata libziparchive: fix issue with a directory with one file 2015-03-19 09:28:41 +00:00
Android.mk libziparchive: Fix build flags for targets that build with GCC 2015-10-15 16:20:30 -07:00
entry_name_utils-inl.h Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
entry_name_utils_test.cc Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
zip_archive.cc Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 12:12:39 -07:00
zip_archive_common.h Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 12:12:39 -07:00
zip_archive_test.cc Rename ZipEntryName to ZipString 2015-06-26 10:34:01 -07:00
zip_writer.cc Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 12:12:39 -07:00
zip_writer_test.cc Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 12:12:39 -07:00