1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00
elinks/src/encoding
Witold Filipczyk 1f57e72212 [mozjs24] Allow build elinks with g++
SpiderMonkey was updated to mozjs24. If you want to build elinks
with ecmascript support, you must compile using g++ with -fpermissive .
There is a lot of warnings.
There are some memleaks in ecmascript code, especially related to JSAutoCompartment.
I don't know yet, where and how to free it.

Debian does not support mozjs24, so I'm going to gradually update SpiderMonkey version.
2020-10-05 20:14:55 +02:00
..
brotli.c Fixes related to brotli. Errors occured on https://www.thetrendspotter.net/ 2017-07-02 15:20:03 +02:00
brotli.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
bzip2.c [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
bzip2.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
deflate.c [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
deflate.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
encoding.c [encoding] Experimental zstd encoding 2019-07-14 18:54:39 +02:00
encoding.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
lzma.c mem_free_if where aplicable. Initialised memory in encoding/* 2015-05-10 17:27:55 +02:00
lzma.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
Makefile [encoding] Experimental zstd encoding 2019-07-14 18:54:39 +02:00
meson.build [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
zstd.c [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
zstd.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00