summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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-081-12/+12
* rsvg-convert/tests/fixtures - Copy the few fixtures we need hereFederico Mena Quintero2023-04-211-1/+3
* Makefile.am: fix paths for the sources in the rsvg crate testsFederico Mena Quintero2023-04-211-13/+13
* autotools: distribute the gdk-pixbuf-loader Rust sourcesFederico Mena Quintero2023-04-191-0/+2
* autotools: fix paths of Rust test sourcesFederico Mena Quintero2023-04-191-12/+72
* Makefile.am: fix paths of the benches sourcesFederico Mena Quintero2023-04-191-10/+10
* autotools: Make rsvg-convert buildFederico Mena Quintero2023-04-191-1/+1
* 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-191-1/+1
* Makefile.am: Fix the source paths for the C ABI libraryFederico Mena Quintero2023-04-191-91/+94
* autotools: the C tests got moved to librsvg-c/tests-cFederico Mena Quintero2023-04-191-1/+1
* Use the TESTS_OUTPUT_DIR env var instead of OUT_DIR for the output of failed ...Federico Mena Quintero2023-03-141-4/+4
* (#644): Rename Rust crate to "rsvg"Federico Mena Quintero2023-03-071-1/+1
* (#743): implement the feDropShadow elementFederico Mena Quintero2023-02-091-0/+1
* Makefile.am: drop CONTRIBUTING.mdFederico Mena Quintero2023-01-231-1/+0
* Makefile.am: remove Markdown documents that are now in the devel guideFederico Mena Quintero2023-01-191-2/+0
* Oops, fix Makefile.am for NEWSFederico Mena Quintero2022-08-251-1/+1
* session.rs: new file with a Session type, to track metadata during loading/re...Federico Mena Quintero2022-08-191-0/+1
* build: Don't run cargo for the library and rsvg-convert in parallelJürg Billeter2022-08-071-1/+1
* (#855): Don't cargo-vendor the Rust dependencies anymoreFederico Mena Quintero2022-07-151-7/+0
* Fix NEWS.md in Makefile.amFederico Mena Quintero2022-06-101-5/+7
* build: Add --enable-gtk-doc flagMatt Turner2022-04-261-1/+1
* (#859): Make rst2man and gi-docgen optionalKleis Auke Wolthuizen2022-04-071-1/+14
* Fix all warnings from g-ir-scannerFederico Mena Quintero2022-03-101-1/+1
* Remove gtk-doc detritus from configure.ac et alFederico Mena Quintero2022-01-071-3/+0
* Generate rsvg-convert.1 from the RST sourceFederico Mena Quintero2022-01-041-1/+7
* Makefile.am: use the correct EXEEXT extension for the rsvg-convert binaryFederico Mena Quintero2021-11-171-1/+1
* Remove LIB_NAME_WORKAROUND, not needed anymoreIsmael Luceno2021-09-091-6/+0
* (#768): fix missing vapigen dependency for gdk-pixbufFederico Mena Quintero2021-07-121-1/+1
* Start sketching out an Accept-Language parserFederico Mena Quintero2021-05-211-0/+1
* New StackingContext structFederico Mena Quintero2021-05-111-0/+1
* Start sketching the FilterFunction type for shorthand filtersFederico Mena Quintero2021-04-281-0/+1
* Move 'librsvg::surface_utils::compare_surfaces' to the testsSven Neumann2021-02-051-1/+0
* Drop i18n suppport from the build systemSven Neumann2021-02-041-1/+1
* Remove color utils and rsvg-css.h private header.Paolo Borelli2021-02-031-2/+0
* rsvg-convert: rename file to rsvg-convert.rsPaolo Borelli2021-02-031-1/+1
* rsvg-convert: remove the C code and add the rust one to the buildPaolo Borelli2021-02-031-23/+19
* Refactor test_utils and move it to the testsSven Neumann2021-02-021-1/+0
* Move attributes.rs in the xml submodulePaolo Borelli2020-12-271-1/+1
* parsers: move NumberList together with the rest of the helpersPaolo Borelli2020-12-271-1/+0
* build: use -framework Foundation on macOSwip/chergert/fix-macos-linkChristian Hergert2020-11-271-0/+4
* Reduce CPPFLAGS and CFLAGS for building the librarySven Neumann2020-11-061-14/+3
* Reduce include search paths to the "include" directorySven Neumann2020-11-061-2/+0
* Use #include <librsvg/blah.h> in rsvg.hFederico Mena Quintero2020-11-061-3/+1
* (#645) - Make include paths happy againFederico Mena Quintero2020-11-061-2/+5
* Move xml code to a modulePaolo Borelli2020-11-031-3/+3
* Fix tooling references to rsvg_internalsFederico Mena Quintero2020-10-301-13/+14
* Fix RUST_LIB name in Makefile.amFederico Mena Quintero2020-10-301-2/+2
* Start fixing autotoolsFederico Mena Quintero2020-10-301-118/+98