summaryrefslogtreecommitdiffstats
path: root/src/dir-util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-254/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Changed return type to be consistent with other calls and to make header ↵Jon A. Cruz2015-05-061-1/+1
| | | | | stand-alone. (bzr r14112)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-0/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-5/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-121/+97
| | | (bzr r10198)
* functional noop: Change prepend_current_dir_if_relative to return the result ↵Peter Moulder2009-04-071-7/+7
| | | | | rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653)
* Warning cleanupJon A. Cruz2009-02-111-3/+3
| | | (bzr r7274)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-1/+3
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-2/+2
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+278
(bzr r1)