summaryrefslogtreecommitdiffstats
path: root/testfiles/src/uri-test.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-24rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder1-0/+10
2018-12-16add some Inkscape::URI testsThomas Holder1-0/+29
- default constructor - empty string constructor - exception tests
2018-12-09remove Inkscape::URI::getFullPathThomas Holder1-0/+1
2018-12-09fix, test, and document more Inkscape::URI methodsThomas Holder1-4/+106
2018-11-08Clarify licensesMax Gaukler1-2/+10
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-05Replacement for xmlBuildRelativeURIThomas Holder1-0/+9
- xmlBuildRelativeURI has a bug - we add a special case: Don't cross filesystem root
2018-11-05fix URI::from_dirname("/")Thomas Holder1-0/+2
2018-11-03Inkscape::URI API enhancementsThomas Holder1-0/+143