| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-18 | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 1 | -459/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-09-29 | Purge gunichar from Inkscapestream | Eduard Braun | 1 | -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. | |||||
| 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. | |||||
| 2016-08-17 | Add std::nothrow so tests of memory allocation work as expected. | Tavmjong Bah | 1 | -4/+4 | |
| Should eventually be replaced by smart pointers. (bzr r15062) | |||||
| 2013-03-12 | c++ify | Kris De Gussem | 1 | -14/+14 | |
| (bzr r12198) | |||||
| 2013-03-12 | cppcheck | Kris De Gussem | 1 | -34/+33 | |
| (bzr r12197) | |||||
| 2013-03-03 | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 1 | -3/+3 | |
| (bzr r12168) | |||||
| 2013-02-14 | fix warnings introduced in revision 12123 | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12125) | |||||
| 2013-02-11 | A couple of forward declarations | Alex Valavanis | 1 | -0/+1 | |
| (bzr r12119) | |||||
| 2013-02-11 | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) | Kris De Gussem | 1 | -2/+15 | |
| (bzr r12118) | |||||
| 2012-04-10 | Additional cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r11206) | |||||
| 2012-04-09 | cppcheck stuff | Kris De Gussem | 1 | -11/+7 | |
| (bzr r11201) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10681) | |||||
| 2009-02-26 | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r7380) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -1/+2 | |
| (bzr r4629) | |||||
