summaryrefslogtreecommitdiffstats
path: root/src/io/gzipstream.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-181-459/+0
|
* Clarify licensesMax Gaukler2018-11-081-21/+11
| | | | | | - 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
* 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-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Add std::nothrow so tests of memory allocation work as expected.Tavmjong Bah2016-08-171-4/+4
| | | | | Should eventually be replaced by smart pointers. (bzr r15062)
* c++ifyKris De Gussem2013-03-121-14/+14
| | | (bzr r12198)
* cppcheckKris De Gussem2013-03-121-34/+33
| | | (bzr r12197)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-031-3/+3
| | | (bzr r12168)
* fix warnings introduced in revision 12123Kris De Gussem2013-02-141-1/+1
| | | (bzr r12125)
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | (bzr r12119)
* Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-111-2/+15
| | | (bzr r12118)
* Additional cleanup.Jon A. Cruz2012-04-101-1/+1
| | | (bzr r11206)
* cppcheck stuffKris De Gussem2012-04-091-11/+7
| | | (bzr r11201)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
| | | (bzr r7380)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+458
(bzr r1)