summaryrefslogtreecommitdiffstats
path: root/src/dotrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #8193: Better warning in case of error in dot / msc / dia imageDimitri van Heesch2021-05-031-3/+14
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-35/+35
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-22/+10
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-8/+10
* Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-101-1/+2
* 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
* Remove DotConstString and replace by std::stringMoritz 'Morty' Strübe2020-03-211-3/+3
* 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 nam...Tobias Off2019-11-281-7/+7
* 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 https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-3/+3
* High consequence coverity mesagesalbert-github2019-07-021-0/+2
* Fix for race conditions introduced when refactoring dot classes.Dimitri van Heesch2019-06-151-31/+23
* refactoring dot.cppThomas Haller2019-06-131-0/+300