summaryrefslogtreecommitdiffstats
path: root/src/dotclassgraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-23/+23
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-4/+5
* Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-3/+5
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-4/+4
* Refactoring: modernize various dot graphsDimitri van Heesch2021-01-221-37/+33
* Refactoring: modernize used/usedByImplementationClasses & templateTypeConstra...Dimitri van Heesch2021-01-221-23/+10
* Refactoring: modernize ClassDef::getTemplateInstances()Dimitri van Heesch2021-01-221-17/+5
* Refactoring: modernize DotNodeDimitri van Heesch2021-01-221-32/+15
* bug_560861 Class graph does not differentiate same classes in different names...albert-github2021-01-111-2/+7
* Fixed scope resolution problem for nested Java genericsDimitri van Heesch2020-12-221-1/+1
* Refactoring: removed macros used for getting the value of settingsDimitri van Heesch2020-11-151-15/+9
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-11/+4
* Changed container class for class use and constrained relations from QDict<vo...Dimitri van Heesch2020-08-021-40/+21
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-15/+14
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-2/+4
* issue #7348 Better warning in case a graph would have been to largeDimitri van Heesch2019-11-161-1/+6
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-4/+4
* refactoring dot.cppThomas Haller2019-06-131-0/+548