summaryrefslogtreecommitdiffstats
path: root/src/dotrunner.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-3/+3
|
* Minor tweaksDimitri van Heesch2020-03-221-5/+3
|
* QString -> std::string & QDict -> std::mapMoritz 'Morty' Strübe2020-03-211-3/+3
| | | | Replacing QString required replacing the QDict, too.
* Remove DotConstString and replace by std::stringMoritz 'Morty' Strübe2020-03-211-53/+14
| | | | | 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.
* Fixup condition-variable and mutexMoritz 'Morty' Strübe2020-03-211-0/+1
|
* Replace QThread with std::threadMoritz 'Morty' Strübe2020-03-211-2/+7
|
* Replace qlist with std::vectorMoritz 'Morty' Strübe2020-03-211-2/+2
|
* Replace QMutex and condition QWaitCondition with std::Moritz 'Morty' Strübe2020-03-191-4/+3
|
* Replace qqueue with std::queueMoritz 'Morty' Strübe2020-03-191-2/+2
|
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-7/+1
|
* refactoring dot.cppThomas Haller2019-06-131-0/+138