summaryrefslogtreecommitdiffstats
path: root/src/dotrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-1/+1
|
* Renamed Portables to PortableDimitri van Heesch2019-12-081-7/+7
|
* Refactoring of portable.h and portable.cpp functions to be contained in a ↵Tobias Off2019-11-281-7/+7
| | | | | | namespace Fixing some memory issues caused by not correctly freed pointers
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-2/+2
|
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-9/+9
|
* Merge branch 'feature/bug_endblock_msg' of ↵Dimitri van Heesch2019-08-041-3/+3
| | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
* High consequence coverity mesagesalbert-github2019-07-021-0/+2
| | | | | - initializing fd (analogous to htmldocvisitor) - always good to close file pointers
* Fix for race conditions introduced when refactoring dot classes.Dimitri van Heesch2019-06-151-31/+23
|
* refactoring dot.cppThomas Haller2019-06-131-0/+300