summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* NMake Makefiles: Correct paths for C testsChun-wei Fan2023-04-211-2/+2
* Use tinyvec's rustc_1_55 feature to reduce compilation timeFederico Mena Quintero2023-04-201-1/+1
* autotools: distribute the gdk-pixbuf-loader Rust sourcesFederico Mena Quintero2023-04-191-0/+2
* The tests README.md is no longer in librsvg-c/tests-cFederico Mena Quintero2023-04-191-4/+0
* autotools: fix paths of Rust test sourcesFederico Mena Quintero2023-04-192-76/+72
* Makefile.am: fix paths of the benches sourcesFederico Mena Quintero2023-04-191-10/+10
* Fix module name in gdk-pixbuf-loaderFederico Mena Quintero2023-04-191-1/+1
* Rename README.rst back to rsvg-convert.rstFederico Mena Quintero2023-04-191-0/+0
* autotools: Make rsvg-convert buildFederico Mena Quintero2023-04-193-4/+3
* Makefile.am: list the rsvg-convert sources, and build just that packageFederico Mena Quintero2023-04-191-2/+6
* Makefile.am: build just the librsvg-c package for the C ABI libraryFederico Mena Quintero2023-04-193-3/+6
* Makefile.am: Fix the source paths for the C ABI libraryFederico Mena Quintero2023-04-191-91/+94
* Move librsvg-c/src/c_api/* one directory upFederico Mena Quintero2023-04-198-60/+59
* autotools: the C tests got moved to librsvg-c/tests-cFederico Mena Quintero2023-04-192-2/+2
* meta: Separate C API from rust crateSophie Herold2023-04-0144-288/+161
* meta: Naive move of c_api to own crateSophie Herold2023-04-0112-4/+165
* NMake Makefiles: Update source pathsChun-wei Fan2023-03-311-2/+2
* meta: Move lib and bins into separate cratesSophie Herold2023-03-311776-2170/+254
* Merge branch 'unify-viewport' into 'main'Marge Bot2023-03-3015-300/+343
|\
| * render_tree.rst: Updates from todayFederico Mena Quintero2023-03-301-5/+16
| * Remove the viewport_stack; it is unused nowFederico Mena Quintero2023-03-301-28/+1
| * Pass the current Viewport around as arguments to the drawing functionsFederico Mena Quintero2023-03-309-194/+239
| * Combine ViewParams and Viewport into a single struct ViewportFederico Mena Quintero2023-03-3012-156/+170
|/
* Merge branch 'update-container-image' into 'main'Marge Bot2023-03-307-56/+8
|\
| * clippy: Use derivable impls for enumsFederico Mena Quintero2023-03-302-15/+5
| * CI: Update the Rust stable version to 1.68.2Federico Mena Quintero2023-03-301-2/+2