1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/zip
2013-11-27 15:18:10 +00:00
..
zlib Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
juce_GZIPCompressorOutputStream.cpp Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
juce_GZIPCompressorOutputStream.h Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
juce_GZIPDecompressorInputStream.cpp Added method ZipFile::Builder::addEntry for using streams instead of files. 2013-11-21 15:05:19 +00:00
juce_GZIPDecompressorInputStream.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_ZipFile.cpp Added a flag in ZipFile to make sure the filename is treated as UTF8. 2013-11-27 15:18:10 +00:00
juce_ZipFile.h Added method ZipFile::Builder::addEntry for using streams instead of files. 2013-11-21 15:05:19 +00:00