Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/miniz.c at check-in c9df0dcdaa40
|
2021-12-26
| ||
| 13:05 | Removed miniz.c, per /chat discussion. It is incompatible with both OpenSLL and the SQL shell's sqlar support. ... (check-in: [f9c2d23f29] user: stephan branch: trunk, size: 0) | |
|
2021-12-25
| ||
| 14:39 | Part three of code relocation. All 3rd-party/upstream source files in src/ have been moved to extsrc/. It is very likely that Makefile.msc requires fixing, and a 100% certainty that Makefile.PellesCGMake needed fixing. ... (file: [80b95f7cb7] check-in: [9e8c47381e] user: stephan branch: code-movement, size: 225897) | |
| 14:39 | Part three of code relocation. All 3rd-party/upstream source files in src/ have been moved to extsrc/. It is very likely that Makefile.msc requires fixing, and a 100% certainty that Makefile.PellesCGMake needed fixing. ... (check-in: [9e8c47381e] user: stephan branch: code-movement, size: 0) | |
|
2019-07-16
| ||
| 20:02 | Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more ... (file: [80b95f7cb7] check-in: [70a94d0972] user: jan.nijtmans branch: trunk, size: 225897) | |
|
2016-03-12
| ||
| 22:02 | Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (check-in: [b9f31fe1e7] user: mistachkin branch: removeMiniz, size: 0) | |
|
2016-02-02
| ||
| 15:58 | updated to miniz-1.16 beta r1 ... (file: [20a3872a56] check-in: [0cd368f1bf] user: stephan branch: miniz-1.16br1, size: 233601) | |
|
2014-08-23
| ||
| 06:08 | Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. ... (file: [63d5f0addc] check-in: [c693a3365c] user: mistachkin branch: optionalMiniz, size: 225891) | |
|
2014-08-18
| ||
| 17:13 | Replaced zlib usage with local copy of miniz. Seems to work. ... (file: [24a4250009] check-in: [579ae389ce] user: stephan branch: miniz, size: 230808) | |