| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-18 | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 1 | -231/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-10-29 | cleanup: remove most of uristream.cpp | Thomas Holder | 1 | -278/+19 | |
| 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. | |||||
| 2018-10-16 | Fix use after free in error reporting | Jan Horak | 1 | -1/+4 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -1/+1 | |
| The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | |||||
| 2018-09-29 | Purge gunichar from Inkscapestream | Eduard Braun | 1 | -4/+4 | |
| 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. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -10/+10 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2013-10-18 | Fix build errors with clang 3.3 and c++11 enabled. | Markus Engel | 1 | -22/+22 | |
| (bzr r12701) | |||||
| 2013-03-03 | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 1 | -4/+4 | |
| (bzr r12168) | |||||
| 2013-02-13 | fixing variable type in stream classes to what was intended (preparation for ↵ | Kris De Gussem | 1 | -10/+5 | |
| solving bug #1120585 ) (bzr r12123) | |||||
| 2011-11-19 | fix pointer usage after releasing memory | Kris De Gussem | 1 | -9/+11 | |
| (bzr r10745) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2011-04-15 | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 1 | -16/+1 | |
| (bzr r9508.1.82) | |||||
| 2009-08-02 | FIX 407115 test writing into file and throw exception upstream if needed | theAdib | 1 | -1/+4 | |
| (bzr r8384) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 | |
| (bzr r4629) | |||||
| 2007-10-11 | (noop): io/uristream.cpp: Remove some unneeded gchar/char casts. Change ↵ | Peter Moulder | 1 | -6/+6 | |
| constness of a couple of local vars to avoid some more casts (that were casting away constness). (bzr r3880) | |||||
