summaryrefslogtreecommitdiffstats
path: root/src/dotclassgraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: modernize various dot graphsDimitri van Heesch2021-01-221-37/+33
|
* Refactoring: modernize used/usedByImplementationClasses & ↵Dimitri van Heesch2021-01-221-23/+10
| | | | templateTypeConstraints
* 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 ↵albert-github2021-01-111-2/+7
| | | | | | namespace The checking should not take place on the display name of the class but on its full name.
* 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 ↵Dimitri van Heesch2020-08-021-40/+21
| | | | QDict<void> to StringSet
* 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 ↵Dimitri van Heesch2019-08-041-4/+4
| | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
* refactoring dot.cppThomas Haller2019-06-131-0/+548