summaryrefslogtreecommitdiffstats
path: root/src/definitionimpl.h
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-10/+10
* Issue #7635: Incorrect location for enum in XML file (part 3)Dimitri van Heesch2020-03-171-2/+5
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-27/+27
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-4/+4
* Restructure section handlingDimitri van Heesch2020-02-211-3/+3
* issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-0/+3
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-4/+4
* Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-2/+2
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-22/+162
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-0/+144