Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
5 years ago |
Tom Poole
|
5e2f53237e
|
Exposed externalFileAttributes in ZipEntry
|
5 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
ed
|
497a1b3fb7
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
ed
|
f3af250ff7
|
Tidied up unit test code layout
|
6 years ago |
ed
|
e88700be6e
|
Added missing unit test categories
|
6 years ago |
ed
|
bcf388b2cd
|
Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
hogliux
|
7a1937b0da
|
Zip: Added support for relative symbolic links when compressing and uncompressing zip archives
|
7 years ago |
hogliux
|
7bcd6a5ecd
|
Added support for uncompressing symbolic links in zip files
|
7 years ago |
hogliux
|
0c18f1cab7
|
Fixed a signed conversion warning on macOS and iOS
|
7 years ago |
hogliux
|
c048f5d40a
|
macOS/iOS/Linux: Added support for compressing symbolic links in zip files
|
7 years ago |
jules
|
7d24b39f18
|
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
|
7 years ago |
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
Tom Poole
|
8cecf0baf9
|
Assorted threading and undefined behaviour fixes
|
7 years ago |
jules
|
2be865b831
|
Added a GZIPCompressorOutputStream constructor that takes a reference.
|
7 years ago |
jules
|
d4a7afa73f
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
7 years ago |
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
jules
|
53392faeb8
|
Added a workaround in ZipFile for reading files which contain the wrong offset for their central directory
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
hogliux
|
842634cd80
|
Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry
|
7 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
tpoole
|
2e84129479
|
Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license
|
8 years ago |
jules
|
e4f69698f2
|
Fixed a couple of minor warnings
|
9 years ago |
jules
|
5b9a5f6f96
|
Sorted out some ZipFile code that could have been failing on file sizes over 2GB
|
9 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
0c714770c1
|
Added some comments to ZipFile
|
10 years ago |
jules
|
12f318d3d0
|
Added an option to allow use of GZIPDecompressorInputStream on gzip format data.
|
10 years ago |
jules
|
cd30b3bfd1
|
Minor warning fixes for mingw
|
10 years ago |
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
11 years ago |
jules
|
7be01cd88b
|
Reverted recent changes to GZIPDecompressorInputStream - turns out that zlib can't auto-detect the difference between gzip and raw streams.
|
11 years ago |
jules
|
f89943d5f1
|
Tweaked GZIPDecompressorInputStream to no longer need a bool flag for the type of stream.
|
11 years ago |
jules
|
ad353ac543
|
Avoided compiler warning
|
11 years ago |
jules
|
197688016a
|
Avoided some memory allocation when writing zip files.
|
11 years ago |
jules
|
c7341b1e2c
|
Added a flag in ZipFile to make sure the filename is treated as UTF8.
|
11 years ago |
jules
|
6849658788
|
Added method ZipFile::Builder::addEntry for using streams instead of files.
|
11 years ago |
jules
|
01e3e4c40c
|
Fixed some coverity warnings.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
2b8d19edaf
|
ZipFile: made sure backslashes in paths are converted to forward slashes on unix OSes.
|
12 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
jules
|
30ea4c989f
|
Added a missing method to ZipFile.
|
12 years ago |
jules
|
164ab05bac
|
Minor clean-ups.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
830332d3ec
|
Added a progress value for ZipFile::Builder.
|
13 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
13 years ago |