- Jan 03, 2025
-
- Jan 02, 2025
-
- Jan 01, 2025
-
-
Nicolas Cavallari authored
When compiling with the internal lexbor, the linker is invoked as cc [...] -lm lexbor_static.a which, at least on i386 glibc, fails with: /usr/bin/ld: c_src/lexbor/liblexbor_static.a(diyfp.c.o): in function `lexbor_cached_power_bin': ./deps/fast_html/c_src/lexbor/./deps/fast_html/c_src/lexbor/source/lexbor/core/diyfp.c:140: undefined reference to `ceil' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:45: priv/fasthtml_worker] Error 1 Fix it by ordering -lm after lexbor_static.a.
-
- Nov 13, 2024
-
-
- Apr 04, 2024
-
-
Stephane Travostino authored
Fixes #17
- Jan 29, 2024
- Jan 26, 2024
-
- Jul 16, 2023
- Apr 08, 2023
- Mar 06, 2023
-
- Mar 05, 2023
-
-
Nicolas Cavallari authored
Most Linux packaging systems provide generic CPPFLAGS/CFLAGS/LDFLAGS environement variables that should be used by every package. These flags are generic and mostly contain CPU architecture, build reproducibility and security options. Not obeying them generally leads to problems with the package. Note that CMake does not support CPPFLAGS[1] so we have to coalesce it into CFLAGS while invoking it. [1] https://gitlab.kitware.com/cmake/cmake/-/issues/12928
-
- Sep 25, 2022
-
-
Haelwenn authored
-
Haelwenn authored
https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#1-githubs-rights-to-content > The look and feel of the Website and Service is copyright © GitHub, Inc. All rights reserved. You may not duplicate, copy, or reuse any portion of the HTML/CSS, Javascript, or visual design elements or concepts without express written permission from GitHub.
-
Haelwenn authored
git diff --name-only 18593ba4..pleroma/master | while read name; do test -e "$name" && reuse addheader --year 2019-2022 --copyright 'Pleroma Authors <https://pleroma.social>' --license 'LGPL-2.1-only' "$name"; done
-
Haelwenn authored
git ls-tree --name-only -r 18593ba4 | while read name; do test -e "$name" && reuse addheader --year 2017-2019 --copyright 'myhtmlex authors <https://github.com/Overbryd/myhtmlex>' --license 'LGPL-2.1-only' "$name"; done reuse addheader --year 2017-2019 --copyright 'myhtmlex authors <https://github.com/Overbryd/myhtmlex>' --license 'LGPL-2.1-only' lib/fast_html.ex reuse addheader --year 2017-2019 --copyright 'myhtmlex authors <https://github.com/Overbryd/myhtmlex>' --license 'LGPL-2.1-only' test/fast_html_test.exs
- Aug 07, 2022
- Dec 15, 2021
-
-
lain authored