1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/src/encoding
Witold Filipczyk 4f4df33638 Compile with C++.
Weak points:
- alignof
- js problems

Todo:
- make js work with C++ and mozjs-17
- then mozjs-24
- then mozjs-52
- then mozjs-60
- decrease number of warnings
2019-02-17 20:46:16 +01:00
..
brotli.c Fixes related to brotli. Errors occured on https://www.thetrendspotter.net/ 2017-07-02 15:20:03 +02:00
brotli.h Experimental brotli encoding support. 2015-10-12 23:18:23 +02:00
bzip2.c mem_free_if where aplicable. Initialised memory in encoding/* 2015-05-10 17:27:55 +02:00
bzip2.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
deflate.c deflate once again. 2015-08-22 19:28:50 +02:00
deflate.h encoding: Fixed a chunked decompression and added the deflate. 2008-02-17 21:54:18 +02:00
encoding.c Compile with C++. 2019-02-17 20:46:16 +01:00
encoding.h Compile with C++. 2019-02-17 20:46:16 +01:00
lzma.c mem_free_if where aplicable. Initialised memory in encoding/* 2015-05-10 17:27:55 +02:00
lzma.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
Makefile Experimental brotli encoding support. 2015-10-12 23:18:23 +02:00