- 07 Jan, 2022 4 commits
-
-
Federico Mena Quintero authored
Hopefully right this time. Part-of: <!652>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
- 05 Jan, 2022 1 commit
-
-
Abderrahim Kitouni authored
-
- 04 Jan, 2022 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!648>
-
- 18 Dec, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!644>
-
- 17 Dec, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!643>
-
- 06 Dec, 2021 1 commit
-
-
Add flags for linking to necessary libraries on Windows automatically. Part-of: <!638>
-
- 13 Nov, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!633>
-
- 26 Oct, 2021 2 commits
-
-
Federico Mena Quintero authored
Part-of: <!623>
-
Federico Mena Quintero authored
Part-of: <GNOME/librsvg!621>
-
- 16 Oct, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!610>
-
- 05 Oct, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!599>
-
- 16 Sep, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!589>
-
- 11 Sep, 2021 9 commits
-
-
Ismael Luceno authored
Part-of: <!586>
-
Ismael Luceno authored
AC_HELP_STRING is obsolete. Part-of: <!586>
-
Ismael Luceno authored
Part-of: <!586>
-
Ismael Luceno authored
AC_TRY_LINK is obsolete. Part-of: <!586>
-
Ismael Luceno authored
Replace with an equivalent check. ISC UNIX is dead since mid 2006. Part-of: <!586>
-
Ismael Luceno authored
Part-of: <!586>
-
Ismael Luceno authored
Part-of: <!586>
-
Ismael Luceno authored
Substitution can be used to set a default value for empty/unset variables. Part-of: <!586>
-
Also simplify GIO backend check. Part-of: <!584>
-
- 08 Sep, 2021 2 commits
-
-
Ismael Luceno authored
Required rustc version is already >= 1.44. Part-of: <!581>
-
Ismael Luceno authored
The requirement is for rustc >= 1.52, yet the test would fail for any x.y with y < 52. Use AX_COMPARE_VERSION instead (from autoconf-archive). Part-of: <!581>
-
- 10 Jul, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!567>
-
- 18 Jun, 2021 1 commit
-
-
Federico Mena Quintero authored
Part-of: <!551>
-
- 01 Jun, 2021 1 commit
-
-
Federico Mena Quintero authored
Three things make me want to make Rust 1.52 the MSRV for librsvg: CVE-2021-28878 in the Zip iterator in the standard library - https://rustsec.org/advisories/CVE-2021-28878.html Miscompilations with incremental compilation before 1.52.1 - only of concern to everyday developers, not to full release builds. https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1521-2021-05-10 Firefox 90, due on June 29, should require Rust 1.53 anyway - this is a few days before the GNOME 41 alpha, due on July 10. https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html Fixes #744
-
- 26 May, 2021 1 commit
-
-
Federico Mena Quintero authored
-
- 25 May, 2021 1 commit
-
-
Federico Mena Quintero authored
Unfortunately the fix for #730 requires a call to pango_context_set_round_glyph_positions(), which only appeared in Pango 1.44.
-
- 29 Apr, 2021 1 commit
-
-
Federico Mena Quintero authored
Version 0.26 of nalgebra is where they introduced support for const generics; this appeared in Rust 1.51. Also, the next version of gtk-rs will require Rust 1.51 as well, and librsvg will be depending on that soon.
-
- 12 Apr, 2021 1 commit
-
-
Federico Mena Quintero authored
-
- 18 Mar, 2021 2 commits
-
-
Federico Mena Quintero authored
-
Sven Neumann authored
The C code doesn't have these dependencies any longer.
-
- 12 Feb, 2021 1 commit
-
-
Federico Mena Quintero authored
-
- 10 Feb, 2021 1 commit
-
-
Sven Neumann authored
This allows us to simplify some code in rsvg-convert.rs.
-
- 04 Feb, 2021 1 commit
-
-
Sven Neumann authored
May need some more cleanup for Win32, but I'll leave that to someone who can actually test the changes.
-
- 03 Feb, 2021 1 commit
-
-
Federico Mena Quintero authored
-
- 30 Dec, 2020 1 commit
-
-
Ismael Luceno authored
Output a warning at the beginning, and fill PKG_CONFIG with "false" so that any auto-configuration attempts fail without bogus messages.
-