summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-msys2' into 'main'HEADmainMarge Bot2023-05-103-10/+7
|\
| * ci/test-msys2.sh - Don't run 'make check' as the test suite fails due to text...Federico Mena Quintero2023-05-091-1/+1
| * Move some imports to where they are actually usedFederico Mena Quintero2023-05-091-3/+3
| * (#963): test_utils: do not compile the fontconfig stuff on WindowsFederico Mena Quintero2023-05-091-3/+3
| * CI: do run the msys2-mingw64 job every timeFederico Mena Quintero2023-05-091-3/+0
|/
* Merge branch 'fix-rsvg-convert-paths' into 'main'Marge Bot2023-05-0934-71/+70
|\
| * Makefile.am: cp the Rust artifacts, don't just mv them from the build directoryFederico Mena Quintero2023-05-081-2/+2
| * (#956): Rename rsvg-convert directory to rsvg_convert to avoid clashing with ...Federico Mena Quintero2023-05-0834-69/+68
|/
* Merge branch 'lopdf-0-30' into 'main'Marge Bot2023-05-043-216/+37
|\
| * Update lopdf to 0.30Lukáš Tyrychtr2023-05-043-216/+37
|/
* Merge branch 'predicates-3-0-3' into 'main'Marge Bot2023-05-043-20/+9
|\
| * Update the predicates create to the, as of the commit time, latest versionLukáš Tyrychtr2023-05-043-20/+9
|/
* Merge branch 'msvc-ci' into 'main'Marge Bot2023-05-042-0/+116
|\
| * Add CI for Visual StudioChun-wei Fan2023-05-032-0/+116
|/
* Merge branch 'msvc-followup' into 'main'Marge Bot2023-05-036-19/+24
|\
| * win32/MSVC-Builds.md: Fix TypoChun-wei Fan2023-05-031-1/+1
| * config-msvc.mak.in: Add CFLAG for CairoChun-wei Fan2023-05-031-0/+1
| * generate-msvc.mak: Have a default value for $(PYTHON)Chun-wei Fan2023-05-031-2/+8
| * Visual Studio: Fix running Rust testsChun-wei Fan2023-05-031-7/+5
| * Visual Studio: Fix building/running C testsChun-wei Fan2023-05-032-2/+2
| * Visual Studio: Further updates after separating cratesChun-wei Fan2023-05-033-7/+7
|/
* Merge branch 'windows-no-fontconfig' into 'main'Marge Bot2023-05-035-5/+7
|\
| * Bump the minimum Rust version to 1.65.0Federico Mena Quintero2023-05-034-5/+5
| * (#958): Do not include yeslogic-fontconfig-sys on WindowsFederico Mena Quintero2023-04-291-0/+2
|/
* rsvg-convert/Cargo.toml: oops, add glib back - it's needed for WindowsFederico Mena Quintero2023-04-253-175/+374
* Merge branch 'wip/sophie-h/workspace' into 'main'Marge Bot2023-04-251797-2824/+1021
|\
| * Add Makefile.in files to .gitignorewip/sophie-h/workspaceFederico Mena Quintero2023-04-251-0/+5
| * Copy a utility function to the librsvg-c tests to avoid having a test-utils f...Federico Mena Quintero2023-04-252-3/+9
| * c-api: Move test utils dep to dev-dependenciesSophie Herold2023-04-251-0/+2
| * ci/gen-coverage.sh: Remove the --prefix-dir option for grcovFederico Mena Quintero2023-04-241-2/+0
| * gen-coverage.sh: No need to ignore build.rs anymoreFederico Mena Quintero2023-04-241-2/+0
| * CI: don't use after_script for the coverage job; put everything in the same s...Federico Mena Quintero2023-04-241-2/+0
| * ci/build-with-coverage.sh: Adjust for clang 16Federico Mena Quintero2023-04-241-3/+12
| * CI: use the latest version of python3-docutils, not specificially 3.8Federico Mena Quintero2023-04-211-1/+1
| * CI: use the correct path for the coverage profilesFederico Mena Quintero2023-04-211-1/+1
| * Use helper functions and call them from the macros for test referencesFederico Mena Quintero2023-04-213-75/+94
| * CI: install diffutils and findutilsFederico Mena Quintero2023-04-211-1/+3
| * devel-docs/architecture.rst: Fix the paths for the C APIFederico Mena Quintero2023-04-211-7/+8
| * CI: Generate internals docs for the whole workspaceFederico Mena Quintero2023-04-211-2/+2
| * Fix warnings from "cargo doc"Federico Mena Quintero2023-04-219-25/+25
| * docs: fix item nameFederico Mena Quintero2023-04-211-1/+1
| * cargo fmtFederico Mena Quintero2023-04-211-6/+3
| * rsvg-convert/tests/fixtures - Copy the few fixtures we need hereFederico Mena Quintero2023-04-2125-99/+158
| * Makefile.am: fix paths for the sources in the rsvg crate testsFederico Mena Quintero2023-04-211-13/+13
| * test-utils.c: Fix path to fixturesFederico Mena Quintero2023-04-211-1/+1
| * Fix documentation exampleFederico Mena Quintero2023-04-211-1/+2
| * CI: remove the test_rust_gdk_pixbuf_loader job, it's implied by --workspace nowFederico Mena Quintero2023-04-211-18/+0
| * CI: use "cargo test --workspace" everywhere to test all the projectsFederico Mena Quintero2023-04-211-3/+3
| * Move rsvg/tests/src/*.rs to rsvg/tests/*.rsFederico Mena Quintero2023-04-2113-0/+0
| * gdk-pixbuf-loader: fix module pathFederico Mena Quintero2023-04-211-1/+1