jules
|
e4f69698f2
|
Fixed a couple of minor warnings
|
2016-03-02 08:12:14 +00:00 |
|
jules
|
5b9a5f6f96
|
Sorted out some ZipFile code that could have been failing on file sizes over 2GB
|
2016-02-29 12:57:27 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
f7524d0d09
|
Fixed some spelling mistakes in a comment
|
2015-12-23 09:08:47 +00:00 |
|
jules
|
beee911a6d
|
Fixed some comments in ZipFile
|
2015-12-22 09:15:17 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
b0ca1c40ca
|
Whitespace tidying
|
2015-11-17 09:55:17 +00:00 |
|
jules
|
7ff68d6e76
|
Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed)
|
2015-11-14 18:24:55 +00:00 |
|
jules
|
88ca15e6f2
|
Added override specifiers to unit test classes
|
2015-08-10 16:21:16 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
0c714770c1
|
Added some comments to ZipFile
|
2015-06-26 17:13:56 +01:00 |
|
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
jules
|
f6395d4cda
|
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
|
2015-03-31 11:44:10 +01:00 |
|
jules
|
8fb779e2fb
|
Minor change to avoid a compiler warning.
|
2015-03-30 14:08:18 +01:00 |
|
jules
|
12f318d3d0
|
Added an option to allow use of GZIPDecompressorInputStream on gzip format data.
|
2015-03-30 12:21:48 +01:00 |
|
jules
|
cd30b3bfd1
|
Minor warning fixes for mingw
|
2014-08-12 11:36:55 +01:00 |
|
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
2014-07-10 18:57:24 +01:00 |
|
jules
|
7be01cd88b
|
Reverted recent changes to GZIPDecompressorInputStream - turns out that zlib can't auto-detect the difference between gzip and raw streams.
|
2014-06-25 11:22:28 +01:00 |
|
jules
|
f89943d5f1
|
Tweaked GZIPDecompressorInputStream to no longer need a bool flag for the type of stream.
|
2014-06-23 12:27:29 +01:00 |
|
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
2014-03-30 14:57:39 +01:00 |
|
jules
|
ad353ac543
|
Avoided compiler warning
|
2014-03-25 21:33:03 +00:00 |
|
jules
|
197688016a
|
Avoided some memory allocation when writing zip files.
|
2014-03-25 18:03:21 +00:00 |
|
jules
|
c7341b1e2c
|
Added a flag in ZipFile to make sure the filename is treated as UTF8.
|
2013-11-27 15:18:10 +00:00 |
|
jules
|
6849658788
|
Added method ZipFile::Builder::addEntry for using streams instead of files.
|
2013-11-21 15:05:19 +00:00 |
|
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
jules
|
293aedac2f
|
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
|
2013-10-10 12:13:12 +01:00 |
|
jules
|
55bbea3238
|
Undefined some zlib internal macros
|
2013-09-19 14:56:05 +01:00 |
|
jules
|
435089e89b
|
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 |
|
jules
|
be1d5253ee
|
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
|
2013-09-03 10:44:55 +01:00 |
|
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
2013-08-26 14:58:23 +01:00 |
|
jules
|
65c155e372
|
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 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
67740c1441
|
Added return values for various OutputStream::writeXYZ methods.
|
2013-07-16 13:18:17 +01:00 |
|
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
jules
|
01e3e4c40c
|
Fixed some coverity warnings.
|
2013-06-17 22:10:57 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
31747486ff
|
New class: IPAddress.
|
2013-04-27 20:11:59 +01:00 |
|
jules
|
ffd894089d
|
Cleaned up a few static analyser warnings.
|
2013-03-15 19:36:28 +00:00 |
|
jules
|
2b8d19edaf
|
ZipFile: made sure backslashes in paths are converted to forward slashes on unix OSes.
|
2013-03-08 19:16:28 +00:00 |
|
jules
|
d0135d9efc
|
Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.
|
2013-03-08 14:07:51 +00:00 |
|
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
jules
|
30ea4c989f
|
Added a missing method to ZipFile.
|
2013-01-07 22:14:46 +00:00 |
|
jules
|
164ab05bac
|
Minor clean-ups.
|
2012-12-28 13:34:39 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
dbaa9b9cc1
|
Prevented zlib headers messing-up use of the fdopen() function.
|
2012-10-31 10:03:20 +00:00 |
|
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
jules
|
830332d3ec
|
Added a progress value for ZipFile::Builder.
|
2012-04-12 13:35:02 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|