Witold Filipczyk
|
f03d1ea44d
|
[meson] Do not build test programs by default
If you want run tests, pass -Dtest=true to meson
and run "meson test" at the end.
|
2022-11-30 10:17:49 +01:00 |
|
Witold Filipczyk
|
2129eadcbd
|
[intl] Added build option -Dcodepoint=true (--disable-codepoint)
Codepoint lookup slows down ELinks, so you can do not enable it
at compile time.
|
2022-10-16 19:26:20 +02:00 |
|
Witold Filipczyk
|
1c51410fd3
|
[mujs] Stubs for mujs
|
2022-08-01 21:31:07 +02:00 |
|
Witold Filipczyk
|
cb0f6536c4
|
[meson] Disable fsp by default. Refs #179
|
2022-07-31 18:28:52 +02:00 |
|
Witold Filipczyk
|
f4979cb5a4
|
[dgi] Beginning. Not compilable code
|
2022-05-16 22:01:41 +02:00 |
|
Witold Filipczyk
|
33e36dc1e8
|
[meson] added options: reproducible and source-date-epoch for reproducible builds
Usage example:
-Dreproducible=true \
-Dsource-date-epoch=$(git log -1 --pretty=%ct)
|
2022-03-25 14:13:03 +01:00 |
|
Witold Filipczyk
|
d974da9160
|
[meson] static option
For static binary, set CFLAGS="-static".
For js build: CXXFLAGS="-static" LDFLAGS="-static-libstdc++"
|
2022-01-06 16:07:04 +01:00 |
|
Witold Filipczyk
|
d66fe4a8df
|
[quickjs] Added to meson_options
|
2021-10-16 20:54:08 +02:00 |
|
Witold Filipczyk
|
66305fcb50
|
[gettext] try system gettext. Refs #62
Now, only meson was changed.
-Dnls=true -Dgettext=true
|
2021-08-08 21:25:08 +02:00 |
|
Witold Filipczyk
|
0d76fc0f2a
|
[gemini] optional, not enabled by default
|
2021-07-02 21:28:48 +02:00 |
|
Witold Filipczyk
|
9328fa261e
|
[libdom] libdom also retired
|
2021-06-12 17:37:11 +02:00 |
|
Witold Filipczyk
|
908fa22878
|
[htmlcxx] htmlcxx retired
|
2021-06-12 13:29:05 +02:00 |
|
Witold Filipczyk
|
d71ef9e57c
|
[js] switch to libxml++ . Begining.
|
2021-05-09 19:56:00 +02:00 |
|
Witold Filipczyk
|
1fa5504570
|
[htmlcxx] Added htmlcxx parser for source code displaying
It is compilable only together with spidermonkey, and only with meson
for now.
|
2021-04-18 18:26:58 +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
|
9a96f3b77a
|
[meson] bzip2 not available as pkg-config nor cmake on Debian
|
2020-09-11 20:52:59 +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 |
|