summaryrefslogtreecommitdiffstats
path: root/src/io/uristream.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-181-101/+0
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* cleanup: remove most of uristream.cppThomas Holder2018-10-291-89/+14
| | | | | | | | | | Replace UriInputStream -> FileInputStream Replace UriOutputStream -> FileOutputStream Remove UriReader Remove UriWriter UriReader, UriWriter, and the acutal URI-based API of UriInputStream and UriOutputStream was all unused/dead code.
* Purge gunichar from InkscapestreamEduard Braun2018-09-291-3/+3
| | | | | | | | | | None of these functions seems to expect an actual gunichar (which is a 32-bit type and can hold any UTF-32 or UCS-4 character code, also known as a Unicode code point). Instead we want UTF-8 encoded character data (i.e. gchar, which is equivalent to char) that can be output byte-wise to form a valid UTF-8 encoded string.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-16/+16
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+4
| | | | A lot of header clean-up.
* Fix build errors with clang 3.3 and c++11 enabled.Markus Engel2013-10-181-22/+22
| | | (bzr r12701)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-031-1/+1
| | | (bzr r12168)
* fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem2013-02-131-1/+1
| | | | | solving bug #1120585 ) (bzr r12123)
* fix pointer usage after releasing memoryKris De Gussem2011-11-191-6/+3
| | | (bzr r10745)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+6
| | | (bzr r10696)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+173
(bzr r1)