summaryrefslogtreecommitdiffstats
path: root/src/dotrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-1/+9
|
* Revert addition of std::string conversion operator for QCStringDimitri van Heesch2020-03-291-6/+6
|
* Minor tweaksDimitri van Heesch2020-03-221-11/+11
|
* Replace SDict with std::mapMoritz 'Morty' Strübe2020-03-211-0/+1
|
* QString -> std::string & QDict -> std::mapMoritz 'Morty' Strübe2020-03-211-7/+9
| | | | Replacing QString required replacing the QDict, too.
* Remove DotConstString and replace by std::stringMoritz 'Morty' Strübe2020-03-211-3/+3
| | | | | Whatever the idea of creating DotConstString was, probably creating copy-free Strings, it is not used anymore as each job gets its own copy anyway.
* Replace QThread with std::threadMoritz 'Morty' Strübe2020-03-211-0/+6
|
* Replace qlist with std::vectorMoritz 'Morty' Strübe2020-03-211-20/+16
|
* Replace QMutex and condition QWaitCondition with std::Moritz 'Morty' Strübe2020-03-191-9/+8
|
* Replace qqueue with std::queueMoritz 'Morty' Strübe2020-03-191-4/+5
|
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-2/+4
|
* 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