summaryrefslogtreecommitdiffstats
path: root/src/io/dir-util.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+9
- 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-15fix vi modelines: encoding -> fileencodingThomas Holder1-1/+1
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-0/+0
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2015-05-06Changed return type to be consistent with other calls and to make header ↵Jon A. Cruz1-1/+1
stand-alone. (bzr r14112)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-0/+1
they are not used elsewhere. (bzr r11735)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-5/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-121/+97
(bzr r10198)
2009-04-07functional noop: Change prepend_current_dir_if_relative to return the result ↵Peter Moulder1-7/+7
rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653)
2009-02-11Warning cleanupJon A. Cruz1-3/+3
(bzr r7274)
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-1/+3
* Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
(bzr r4629)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-2/+2
(bzr r149)