summaryrefslogtreecommitdiffstats
path: root/src/dotdirdeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-7/+7
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-5/+4
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-1/+1
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-6/+7
* Fix size_t related compiler errors & warnings for win64Dimitri van Heesch2021-01-221-1/+1
* Refactoring: modernize various dot graphsDimitri van Heesch2021-01-221-8/+9
* Refactoring: replace FilePairDict by FilePairLinkedMapDimitri van Heesch2021-01-221-1/+1
* Merge pull request #8306 from dhebbeker/feature/remove-check-of-isParentOfDimitri van Heesch2021-01-051-3/+2
|\
| * Optimize: usedDir can not be parent of dd if they have the same parent.David Hebbeker2021-01-021-3/+2
* | Refactoring: moderize Doxygen::dirRelationsDimitri van Heesch2021-01-021-6/+3
* | Corrected the location of [in,out] for the parameter documentationDimitri van Heesch2021-01-021-4/+4
|/
* Add documentation of parameters of new function.David Hebbeker2021-01-011-3/+3
* Rename variable.David Hebbeker2021-01-011-6/+6
* Draw sibling directories in parent directory.David Hebbeker2021-01-011-3/+25
* Outsource common code to draw directories.David Hebbeker2021-01-011-28/+26
* Replaced UsedDirsContainer with UsedDirLinkedMapDimitri van Heesch2020-12-301-14/+13
* Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`.David Hebbeker2020-12-291-7/+4
* For loops on QListIterator by range loops.David Hebbeker2020-05-021-5/+3
* Fix regression when creating directory graphsDimitri van Heesch2020-03-091-30/+34
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-2/+0
* Spelling corrections for src directoryalbert-github2019-11-051-2/+2
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-3/+5
* refactoring dot.cppThomas Haller2019-06-131-0/+220