|
df5c339f64
|
Just remembered that we settled on a different formatting for the API docs so that it gets highlighted better in KDE.
|
2013-03-04 15:36:11 +01:00 |
|
|
b4fcb3daf8
|
Added API documentation regarding compression.
|
2013-03-04 15:17:19 +01:00 |
|
|
d12db9906f
|
Updated note about why we #include the miniz.c file.
|
2013-03-01 16:33:31 +01:00 |
|
|
a7e49a1394
|
Still trying to get rid of the warnings on the CDash machine. It's tricky because I'm not seeing the locally and the warning supression seems to vary bewteen vesions of GCC (See: http://dbp-consulting.com/tutorials/SuppressingGCCWarnings.html).
|
2013-03-01 16:07:50 +01:00 |
|
|
c28fa9a0ca
|
It seems that GCC 4.3.5 (on the CDash machine) doesn't recognise ignoring the 'enum-compare' warning. This commit should switch of all warnings instead (just for this file).
|
2013-02-28 13:42:02 +01:00 |
|
|
7e50dcbd93
|
It seems push/pop of diagnostic pragmas is only supported on GCC >= 4.6. I've just disabled the warning for the whole file instead.
|
2013-02-27 14:25:10 +01:00 |
|
|
80025eaa46
|
Attempting to disable GCC compiler warnings in miniz.c (as I don't want to modify external code).
|
2013-02-26 10:49:01 +01:00 |
|
|
62370868c8
|
Reverted accidental changes to tests.
Updated comments in compression code.
|
2013-02-25 17:06:12 +01:00 |
|
|
c42270f165
|
Possible Linux fix? I didn't reproduce the error myself so I'm just being guided by the CDash messages.
|
2013-02-25 16:51:57 +01:00 |
|
|
e770baeb05
|
Added assert for buffer size.
|
2013-02-25 16:46:04 +01:00 |
|
|
f70498e806
|
Removed old code.
|
2013-02-25 16:34:21 +01:00 |
|
|
34671130fb
|
Tidying up Miniz compression code.
|
2013-02-25 16:33:39 +01:00 |
|
|
81eab0ebfb
|
Work on low-level version of compression.
|
2013-02-22 17:03:47 +01:00 |
|
|
eb8ace0c54
|
Replaced high level miniz interface with low-level version.
|
2013-02-21 16:56:57 +01:00 |
|
|
aef5373e8b
|
Fixed case problem in folder name.
|
2013-02-01 16:37:13 +01:00 |
|