1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00
Commit Graph

164 Commits

Author SHA1 Message Date
Witold Filipczyk
d1ecd45828 [mozjs52] It compiles, but often segfaults. No idea yet how to fix it. 2020-10-27 14:53:24 +01:00
Witold Filipczyk
a5b68a25a1 [mozjs45] Code is unstable, but at least compiles. 2020-10-23 22:34:58 +02:00
Witold Filipczyk
01c511f52d [mozjs38] ELinks is compilable, was not heavily tested. 2020-10-16 19:54:02 +02:00
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
Witold Filipczyk
0f59f669ac [meson] doc/perl.html and doc/perl-hooks.html custom targets 2020-09-21 17:57:40 +02:00
Witold Filipczyk
acd2650d59 [meson] X11 2020-09-14 20:11:53 +02:00
Witold Filipczyk
5dc8c56b2d [meson] Fixed bittorrent build 2020-09-13 16:12:57 +02:00
Witold Filipczyk
deefa7eb8a [meson] Removed some ifs. They were not used 2020-09-12 18:41:31 +02:00
Witold Filipczyk
cfe8916d4b [meson] fsp 2020-09-12 18:29:23 +02:00
Witold Filipczyk
ec7869c722 [meson] Disable spidermonkey (not in Debian), enabled bittorent. 2020-09-11 21:05:26 +02:00
Witold Filipczyk
2a16aa91fe [meson] Generate elinks.spec and changes in contrib 2020-09-07 17:48:37 +02:00
Witold Filipczyk
34d1adbf8c [meson] version -> VERSION 2020-09-07 17:08:06 +02:00
Witold Filipczyk
a87c959e99 [meson] Added po/LINGUAS and po/POTFILES 2020-09-06 16:54:23 +02:00
Witold Filipczyk
5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00